og_init is a basic rails application generator with some additional setups.
Install it yourself as:
$ gem install og_init
$ og_init [your_app_name]
Using your_app_name
for setup a gemset with ruby 2.1.2
There are several gems for helping you write test code. The main gem is RSpec.
- Fork it ( https://github.com/sinorga/og_init/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request