fractaledmind / enlitenment

A Rails application template script to lead your app to SQLite enlightenment.
44 stars 3 forks source link

config.cache_store = :memory_store in config/environments/development.rb with INSTALL_INTO=application #12

Open mpressen opened 4 weeks ago

mpressen commented 4 weeks ago

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.

Is it expected behaviour ?

image

Shaglock commented 2 weeks ago

Same issue here, with Rails 7.2 project