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
fix: prevent establishing ActiveRecord connection on startup
Instead of creating a connection and looking at its database adapter,
look at the configured adapter instead.
This prevents issues when trying to compile assets or running other
rake tasks in `RAILS_ENV=production` that are supposed to work without
a running database.
0 commit comments