0.01
No commit activity in last 3 years
No release in over 3 years
A Rails app template by BlueberryApps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

~> 1.17
= 5.2.1.1
 Project Readme

Blueberry Rails CircleCI

A Rails application template used at Blueberry.

blueberry

Installation

Install the gem:

$ gem install blueberry_rails

Then you can run

$ blueberry_rails newproject

Available options

Heroku review apps config

--heroku

Translation Engine

--translation-engine

Custom Erros

--custom-errors

Twitter bootstrap

--bootstrap

Devise

--devise

Devise model

--devise_model User

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