joerichsen / suspenders

A Gemified installation for Suspenders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suspenders is a base Rails application that you can upgrade.

Suspenders boy

Installation

First install the suspenders gem:

gem install suspenders

Then run:

suspenders create projectname

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

Suspenders uses Trout to make it easier to maintain a base version of special files (like Gemfile) in Suspenders.

Whenever you want to get the latest and greatest Suspenders' Gemfile, run:

trout update Gemfile

Gemfile

To see the latest and greatest gems, look at Suspenders' template/trout/Gemfile, which will be copied into your projectname/Gemfile.

It includes application gems like:

And testing gems like:

Other goodies

Suspenders also comes with:

  • jQuery for Javascript pleasantry
  • Rails' flashes set up and in application layout.
  • A few nice time formats.

See template/files to see what is generated one-time.

Issues

If you have problems, please create a Github issue.

About

A Gemified installation for Suspenders

License:MIT License


Languages

Language:Ruby 85.9%Language:JavaScript 14.1%