MaximeRVY / rails-template

Template For Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Templates

Quickly generate a rails app configuration using Rails Templates.

Grape

Get a minimal rails 4.1 app ready to be deployed on Heroku with Grape Api and debugging gems.

rails new \
  --database postgresql \
  -m https://raw.githubusercontent.com/MaximeRDY/rails-template/master/grape.rb \
  CHANGE_THIS_TO_YOUR_RAILS_APP_NAME

For Local TEST

rails new \
  --database postgresql \
  -m ./rails-templates/grape.rb \
  test-grape

About

Template For Rails


Languages

Language:Ruby 100.0%