Skip to content

fnix/compose-on-rails

Repository files navigation

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

Releases

No releases published

Packages

No packages published