Sha256: 332511c4b41fa8daad1371215c71f3a6e8a0cf444a5f3d267611fe5532ef116c

Contents?: true

Size: 799 Bytes

Versions: 5

Compression:

Stored size: 799 Bytes

Contents

# gimbal [![Build Status](https://travis-ci.org/pacso/gimbal.svg?branch=master)](https://travis-ci.org/pacso/gimbal)

Gimbal is the base Rails application I use when starting new projects. It was mostly copied from thoughtbot's Suspenders project, but modified for my needs.

## Installation

Install the `gimbal` gem:

    gem install gimbal

Then use it:

    gimbal projectname

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

## Git

You can optionally create a GitHub repository for your new Rails app. It requires that you have Hub on your system:

    curl http://hub.github.com/standalone -sLo ~/bin/hub && chmod +x ~/bin/hub
    gimbal app --github organisation/project

Which does the same thing as running:

    hub create organisation/project

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gimbal-0.0.6 README.md
gimbal-0.0.5 README.md
gimbal-0.0.4 README.md
gimbal-0.0.3 README.md
gimbal-0.0.2 README.md