Project

gimbal

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Based on Suspenders from thoughtbot, Gimbal is a base Rails project I use to streamline the beginning of my Rails projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 3.6

Runtime

~> 1.3
~> 5.1
 Project Readme

gimbal Build Status Gem Version Dependency Status

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