Rails App Generator Gem Version

script to generate a rails 4 app uses rails_apps_composer

Gems

adds the following gems globally

  • uuidtools
  • god
  • whenever
  • rails_12factor

Install

$ [sudo] gem install rails-base

Usage

help $ rbase --help

basic example $ rbase new myapp

we dont need to parse options like --git or --database as the generator is based off the rails_apps_composer and gives a nice UI to choose these options