A Ruby on Rails application generator tailored to a very opinionated set of (production) requirements:
- postgres
- foreman
- unicorn
- haml
- Ruby 2.0
- Rails 4.0
- Heroku Toolbelt
In development it uses sqlite3.
$ gem install herage
herage <app_name>wait 2-3 minutes..
cd <app_name>
heroku open- split here-documents into separate template files
- set configurations in ~/.herage and allow the override of sensible defaults
- use
systeminstead ofexec?
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request