MJ-Suspenders¶ ↑
Suspenders
is the base Rails application used at thoughtbot. MJ-Suspenders is my personal fork.
Installation¶ ↑
First install the suspenders gem:
gem install mj-suspenders
Then run:
mj-suspenders projectname
This will create a Rails 4.0 app in projectname
.
By default this script creates a new git repository. See below if you want to use it against an existing repo.
Dependencies¶ ↑
Suspenders
requires Ruby 1.9.2 or greater.
Issues¶ ↑
If you have problems, please create a Github Issue.
Contributing¶ ↑
Please see CONTRIBUTING.md for details.
Credits¶ ↑
Big thank to thoughtbot for their great gems.
Suspenders
is maintained and funded by thoughtbot, inc.
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
License¶ ↑
Suspenders
is Copyright © 2008-2014 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file.