Herage

A RubyonRails application generator tailored to a very opinionated set of requirements:

  • postgres
  • foreman
  • thin
  • haml
  • twitter bootstrap

Requirements

  • Postgres server
  • Heroku gem

Installation

$ gem install herage
  • by default it uses the username "olistik" and the blank password to acces the database. It's likely going to change in the next releases. ^_^

Usage

herage <app_name>

wait 2-3 minutes..

cd <app_name>
heroku open

TODO

  • split here-documents into separate template files
  • set configurations in ~/.herage and allow the override of sensible defaults
  • use system instead of exec ?

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request