rails / solid_cache

A database-backed ActiveSupport::Cache::Store
MIT License
888 stars 62 forks source link

Correct config database #194

Closed djmb closed 3 months ago

djmb commented 3 months ago
  1. Use the DATABASE environment variable to match the name used in the installer
  2. Default to "cache" which will match what Rails generators will use