fractaledmind / enlitenment

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

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

Open mpressen opened 1 month ago

mpressen commented 1 month 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 1 month ago

Same issue here, with Rails 7.2 project