rails / solid_cache

A database-backed ActiveSupport::Cache::Store
MIT License
890 stars 63 forks source link

Remove database from test/development configuration #218

Closed djmb closed 2 months ago

djmb commented 2 months ago

The installer does not create development or test databases, so don't include them in the default configuration.

Fixes: https://github.com/rails/solid_cache/issues/216

mattbrictson commented 2 months ago

Thanks! I confirmed this fixes the crash I reported in #216.