Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 894 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 894 Bytes

This is a skeleton to run Rails in docker-compose, based in Quickstart: Compose and Rails, with some goods:

Usage

Just checkout and run ./bootstrap.sh

Guard

This is the list of gems needed to run the example Guardfile:

gem 'spring-commands-rspec'
gem 'guard'
gem 'guard-bundler', require: false
gem 'guard-annotate'
gem 'guard-foreman'
gem 'guard-rspec', require: false
gem 'parallel_tests'

After adding these gems you can use the following command for the web service:

command: bundle exec guard --plugin foreman annotate bundler -i