-
-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
Documenting a few outstanding issues with dockerized development:
- Running
bin/dev/testgenerates the following warning:
ActiveRecord::EnvironmentMismatchError: You are attempting to modify a database that was last run in `development` environment.
You are running in `test` environment. If you are sure you want to continue, first set the environment using:
rails db:environment:set RAILS_ENV=test
Steps to recreate: Run bin/dev/bootstrap, then bin/dev/test.
- Could be worth silencing warnings for now. There are still a few outstanding gems (eg
mobility) that haven't fixed their warnings generated by newer rubies.