Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.38 KB

My application templates for Ruby on Rails.

  1. Copy railsrc to your $HOME as .railsrc

    cp railsrc $HOME/.railsrc

  2. Running rails new APP_NAME will now get default args from .railsrc and uses template https://github.com/iiska/rails-templates/raw/master/basic.rb

Template includes following gems:

It also creates Docker configuration for running development environment and build default Docker Compose environment for it creating development and test databases into dockerized PostgreSQL server.