Blueberry Rails Build Status

A Rails application template used at Blueberry Apps.

Installation

Install the gem:

$ gem install blueberry_rails

Then you can run

$ blueberry_rails newproject

Gems

Blueberry Rails template contains following gems by default:

Testing related:

Other great stuff

  • Do not secret token in the repo - load it via ENV variable
  • Default Slim application layout
  • Generates User model by default (via devise)
  • Partial for displaying flash messages in the default layout

Credits

Based on suspenders gem by thoughtbot.

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