1
0
Fork 0
forked from OpenNeo/impress
impress/config
Emi Matchu 7515527555 Oops, add ActionCable back to the app
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!
2024-03-13 17:48:25 -07:00
..
environments Create rails public_data:commit task, to share public data dumps 2024-02-29 14:30:33 -08:00
initializers
locales
application.rb Oops, add ActionCable back to the app 2024-03-13 17:48:25 -07:00
basic_type_hashes.yml vandagyre basic colors (ugh, should be in database) 2014-11-14 19:33:30 -06:00
boot.rb
cable.yml
credentials.yml.enc Refactor Impress 2020 config 2024-02-22 13:07:43 -08:00
database.yml
environment.rb
locale_meta.yml
routes.rb
storage.yml