Skip to content

Remaining issues with docker development #718

@solebared

Description

@solebared

Documenting a few outstanding issues with dockerized development:

  1. Running bin/dev/test generates 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.

  1. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions