Sha256: 13750691a54ff93bed20de1176edb1916bb109cecadc5631f74f540f858366d2

Contents?: true

Size: 1.54 KB

Versions: 1

Compression:

Stored size: 1.54 KB

Contents

# 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

    $ rake annotate         # => annotate all your models, tests, fixtures, factories and routes
    $ rake annotate:remove  # => remove all annotated comments

more details see below

## Include

* 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
* spring https://github.com/rails/spring
* annotate https://github.com/ctran/annotate_models

## 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
h2ocube_rails_development-0.1.2 README.md