Quickly generate a rails app configuration using Rails Templates.
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
rails new \
--database postgresql \
-m ./rails-templates/grape.rb \
test-grape