forked from OpenNeo/impress
Emi Matchu
7515527555
Turbo expects this to exist, for features we don't use! I didn't bother to check if Turbo has a way to turn this off too, I just said fine lol Turbo worked in development without this because it only loads files as needed, whereas in production it blocked the app from starting up. But you can see the error in development by running `rails zeitwerk:check`, which attempts to preload everything to make sure it all works, and you get this: ``` NameError: uninitialized constant ActionCable (NameError) class Turbo::StreamsChannel < ActionCable::Channel::Base ``` Fixed now! |
||
---|---|---|
.. | ||
environments | ||
initializers | ||
locales | ||
application.rb | ||
basic_type_hashes.yml | ||
boot.rb | ||
cable.yml | ||
credentials.yml.enc | ||
database.yml | ||
environment.rb | ||
locale_meta.yml | ||
routes.rb | ||
storage.yml |