Hi, first off, thanks a lot for your work (I'm just starting digging).
Using your template with INSTALL_INTO=application in a fresh 8.0.0.alpha rails project,
I was expecting Rails.application.config.cache_store in development mode to be :solid_cache_store, but it isn't, as config/application.rb:34 is overriden by config/environments/development.rb:29.
Hi, first off, thanks a lot for your work (I'm just starting digging).
Using your template with
INSTALL_INTO=application
in a fresh 8.0.0.alpha rails project,I was expecting
Rails.application.config.cache_store
in development mode to be:solid_cache_store
, but it isn't, asconfig/application.rb:34
is overriden byconfig/environments/development.rb:29
.Is it expected behaviour ?