A meta package to intall useful gems for Rails development.
She makes us Lazy.
Add this line to your application's Gemfile:
gem 'ikazuchi'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ikazuchi
see: https://github.com/masarakki/ikazuchi/blob/master/lib/ikazuchi/Gemfile
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Edit Gemfile ( lib/ikazuchi/Gemfile )
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request