Scoby

Scoby is a tool for quickly generating a Rails application preconfigured with the tools commonly used by Brickbutton. It owes a huge debt to thoughtbot's Suspenders.

Installation

First install Scoby:

gem install scoby

Then run:

scoby projectname

This will create a Rails app in projectname using the latest version of Rails.

Gemfile

The gems listed in Gemfile, will be appended to the default generated projectname/Gemfile.

Application gems:

Development Gems:

Testing Gems:

Development & Test:

Production: