You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my config, I have config.active_record.schema_format = :sql
When running bin/rails solid_cache:install, it creates a db/cache_schema.rb, which appears to then be swiftly ignored by Rails' db:prepare task.
As a result, the database gets created, but is empty... which leads to problems :)
I don't know if sql mode can be supported or not. But if not, I would suggest raising and error in bin/rails solid_cache:install is that config is :sql.
Thanks!
julianrubisch, kylekeesling, pdobb, davidrossdegroot, wbt11a and 2 more