Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pacso/gimbal
A Rails application template with my default setup
https://github.com/pacso/gimbal
Last synced: 22 days ago
JSON representation
A Rails application template with my default setup
- Host: GitHub
- URL: https://github.com/pacso/gimbal
- Owner: pacso
- License: mit
- Created: 2015-12-01T08:27:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T19:31:00.000Z (over 7 years ago)
- Last Synced: 2024-10-08T03:09:38.318Z (28 days ago)
- Language: Ruby
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gimbal [![Build Status](https://travis-ci.org/pacso/gimbal.svg?branch=master)](https://travis-ci.org/pacso/gimbal) [![Gem Version](https://badge.fury.io/rb/gimbal.svg)](https://badge.fury.io/rb/gimbal) [![Dependency Status](https://gemnasium.com/badges/github.com/pacso/gimbal.svg)](https://gemnasium.com/github.com/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/projectWhich does the same thing as running:
hub create organisation/project