magma-labs / magma-chat

Ruby on Rails 7-based ChatGPT Bot Platform
https://magmachat.ai
Other
209 stars 26 forks source link

Enable caching by default in development #37

Closed spikex closed 1 year ago

spikex commented 1 year ago

StimulusReflex requires caching to be enabled in development mode and the app won't boot without it. Enable by default.

obie commented 1 year ago

Thanks, makes sense.