This project was inspired by rails-dev-box
- Build and start up docker containers
host $ docker-compose up -d - Install dependencies
host $ docker-compose exec workspace bash host $ yarn install host $ gem install bundler host $ bundle install - Make changes to Rails core code and run test
host $ cd activemodel host $ bundle exec rake test