Sha256: 60a0159a7f48a9bdd9fd14f6118e9eba6c3be97568d94d63e050463eb75326bb
Contents?: true
Size: 1.73 KB
Versions: 2
Compression:
Stored size: 1.73 KB
Contents
# Blueberry Rails 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: * [Better Errors](https://github.com/charliesome/better_errors) for better error pages * [dotenv](https://github.com/bkeepers/dotenv) for server-side configuration * [Devise](https://github.com/plataformatec/devise) for user authentication * [New Relic RPM](https://github.com/newrelic/rpm) for performance monitoring * [Mailcatcher](http://mailcatcher.me/) for testing & viewing emails * [PostgreSQL driver (pg)](https://github.com/ged/ruby-pg) * [slim](http://slim-lang.com/) for templates * [simple_form](https://github.com/plataformatec/simple_form) for better & easier forms Testing related: * [Capybara](https://github.com/jnicklas/capybara) for acceptance testing * [Guard](https://github.com/guard/guard-rails) for automatically running specs * [Factory Girl](https://github.com/rspec/rspec-rails) as a fixtures replacement * [Rspec](https://github.com/rspec/rspec-rails) ## 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](https://github.com/thoughtbot/suspenders/blob/master/README.md) gem by [thoughtbot](http://thoughtbot.com/community). ## 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blueberry_rails-0.1.2 | README.md |
blueberry_rails-0.1.1 | README.md |