firmhouse / Startblock

Startblock is a base Rails project. It is used by Firmhouse to get a jump start on a working app.
Other
1 stars 2 forks source link

Startblock

Build Status

Startblock is the base Rails application used at Firmhouse.

Installation

First install the startblock gem:

$ gem install startblock

Then run:

$ startblock projectname

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

Gemfile

To see the latest and greatest gems, look at Startblock' Gemfile.

Other goodies

Startblock also comes with:

Dependencies

Startblock requires Ruby 2.1.5.

Some gems included in Startblock have native extensions. You should have GCC installed on your machine before generating an app with Startblock.

Use Command Line Tools for XCode for Lion (OS X 10.7) or Mountain Lion (OS X 10.8).

PostgreSQL needs to be installed and running for the db:create rake task.

Issues

If you have problems, please create a GitHub Issue.

Credits

This gem is cloned from the Suspenders project and formatted to the wishes we have at Firmhouse. The main idea of this gem goes out to the amazing people at Thoughtbot.

License

The original Suspenders gem is Copyright © 2008-2014 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file.