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
It seems that the test_data:install task wants to initialize the new test_data environment. If you are in a repo that has a config/credentials.yml.enc but you are unable to edit that with rails credentials:edit (i.e. because you don't have a config/master.key or haven't set RAILS_MASTER_KEY, the environment creation throws an exception.
The text was updated successfully, but these errors were encountered:
The number of places in which Rails hardcodes Rails.env.development? || Rails.env.test? or similar is frustrating, given its support for arbitrarily-many environments (the undocumented working assumption appears to be that all non-development/test environments are production-like)
It seems that the
test_data:install
task wants to initialize the newtest_data
environment. If you are in a repo that has aconfig/credentials.yml.enc
but you are unable to edit that withrails credentials:edit
(i.e. because you don't have aconfig/master.key
or haven't setRAILS_MASTER_KEY
, the environment creation throws an exception.The text was updated successfully, but these errors were encountered: