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 Migrate from Sentry to self-hosted GlitchTip instance 2024-02-28 13:14:32 -08:00
locales Add DTI 2020 link to item pages 2024-03-13 17:46:45 -07:00
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 Upgrade to Rails 7.0.6 2023-10-23 19:05:07 -07:00
cable.yml Upgrade to Rails 6.0.6.1 2023-10-23 19:05:06 -07:00
credentials.yml.enc Refactor Impress 2020 config 2024-02-22 13:07:43 -08:00
database.yml Improve Unicode support, emojis don't crash us anymore lol! 2024-02-28 18:54:27 -08:00
environment.rb Upgrade to Rails 6.1.7.4 2023-10-23 19:05:07 -07:00
locale_meta.yml es goes public! 2013-02-16 21:39:04 -06:00
routes.rb Add first draft of /about/neopass page 2024-03-12 17:58:44 -07:00
storage.yml Run rails app:update 2023-10-23 19:05:05 -07:00