This is a sample rails app for showing my skills with ruby on rails
- Docker
- docker-compose
- Run
docker-compose up
to get the server running - Run
docker-compose run app bundle exec rake db:migrate
to run migrations
To run tests just execute docker-compose run app bundle exec rspec
To execute rubocop: docker-compose run app bundle exec rubocop
Please, read the wiki for contents and documentation