Deployable::Patch
The place to store all the monkey patches
Installation
Add this line to your application's Gemfile:
gem 'deployable-patch'
And then execute:
$ bundle
Or install it yourself:
$ gem install deployable-patch
Usage
Monkeypatches should be seperated into directories/files based on their classes initially Then grouped into include files elsewhere for ease of use The more granular the seperation the more control you have over their use
require "deployable/patch/hash/accept"
{:one => 1}.accept(:one)
Contributing
- Fork it ( https://github.com/deployable/deployable-patch/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 a new Pull Request