Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 659 Bytes

File metadata and controls

27 lines (18 loc) · 659 Bytes

OgInit

og_init is a basic rails application generator with some additional setups.

Installation

Install it yourself as:

$ gem install og_init

Usage

$ og_init [your_app_name]

Features

RVM

Using your_app_name for setup a gemset with ruby 2.1.2

Testing gems

There are several gems for helping you write test code. The main gem is RSpec.

Contributing

  1. Fork it ( https://github.com/sinorga/og_init/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request