fractaledmind / enlitenment

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

Development Environment Setup #16

Open julianrubisch opened 1 month ago

julianrubisch commented 1 month ago

Proposal Maybe a worthy enhancement: Would it make sense to (optionally) set up the development environment to use all the solid gems, too?

I'm thinking that the template could ask a yes/no question here and optionally insert those configs into the development configs of config/cable.yml, config/queue.yml, config/development.rb and so on. The rationale being of course to mimick production as close as possible.

I was just bitten by having thought of everything but setting up solid_cable for development, hence the proposal 🙈