Crane::Rails
Installation
Add this line to your application's Gemfile:
gem 'crane_rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install crane_rails
Usage
Run this command in a rails project
rails g crane:bootstrap
When this is done it will create a .crane.yml file in Rails.root to set up crane and provide a one step development environment by running vagrant up. The .crane.yml can also be used for ci with the command crane ci
Contributing
- Fork it ( https://github.com/shicholas/crane_rails/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 new Pull Request
License
MIT, © Nicholas Shook, 2014