This is starter application template for Ruby on Rails 5.
- Rails 5.2.1
- Ruby on Rails
- Twitter Bootstrap 3
- FontAwesome
- Slim Template Engine
- MySQL
- Rspec
- Devise
- ActiveDecorator
MVC + Service + Decorator
- Models: app/models
- Views: app/views
- Controllers: app/controllers
- Services: app/services
- Decorators: app/decorators
$ git clone git@github.com:takp/rails5-boilerplate.git
$ cd rails5-boilerplate
- Build
$ docker-compose build
- Initialize database
$ docker-compose run app rake db:create
$ docker-compose run app rake db:migrate
- Run
$ docker-compose up
and go to http://localhost:3000/.
$ bundle exec rspec