Project

bretels

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Fork of thoughtbot's Suspenders for use at Brightin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 1.1
~> 4.2.0
 Project Readme

Bretels

Bretels is the base Rails application used at brightin. Big thanks to thoughtbot for providing such a great starting point.

Suspenders boy

Installation

First install the bretels gem:

gem install bretels

Then run:

bretels projectname

This will create a Rails 4.2 app in projectname. This script creates a new git repository. It is not meant to be used against an existing repo.

Dependencies

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

Use OS X GCC Installer for Snow Leopard (OS X 10.6).

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

We use PhantomJS for full-stack Javascript integration testing.

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