It is currently possible by doing RAILS_ENV=test LOAD_PLUGINS=1 rake db:migrate
. I think that’s probably fine, given that plugins aren’t loaded for any test environment by default.
It is currently possible by doing RAILS_ENV=test LOAD_PLUGINS=1 rake db:migrate
. I think that’s probably fine, given that plugins aren’t loaded for any test environment by default.