# H2ocubeRailsDevelopment [![Gem Version](https://badge.fury.io/rb/h2ocube_rails_development.png)](http://badge.fury.io/rb/h2ocube_rails_development) Just a collection for development gems ## Installation Add this line to your application's Gemfile: gem 'h2ocube_rails_development', group: :development And then execute: $ bundle Or install it yourself as: $ gem install h2ocube_rails_development ## Usage see include gems below :p ## Include * thin http://code.macournoyer.com/thin/ * pry-rails https://github.com/rweng/pry-rails * pry-remote https://github.com/Mon-Ouie/pry-remote * better_errors https://github.com/charliesome/better_errors * binding_of_caller https://github.com/banister/binding_of_caller * meta_request https://github.com/dejan/rails_panel/tree/master/meta_request * powder https://github.com/Rodreegez/powder * capistrano https://github.com/capistrano/capistrano * capistrano-rbenv https://github.com/capistrano/rbenv * capistrano-bundler https://github.com/capistrano/bundler * capistrano-rails https://github.com/capistrano/rails * vendorer https://github.com/grosser/vendorer ## Contributing 1. Fork it 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