ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
309 stars 19 forks source link

Rails 8: Do we want to use the solid_* gems as our defaults? #568

Open eoinkelly opened 4 days ago

eoinkelly commented 4 days ago

Rails 8 installs and uses the solid_cache solid_queue solid_cable gems by default (in all envs). Are they our default now too? e.g. no redis by default for background jobs or rails cache?

G-Rath commented 4 days ago

I'm +1 on exploring these long-term, but for now I think we should keep things as-is because: