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

  1. Fork it ( https://github.com/shicholas/crane_rails/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 new Pull Request

License

MIT, © Nicholas Shook, 2014