Sha256: 05211fa960131c90b98d03359386322fb140f6aec7c14ba174d933bbc1fcbf8b

Contents?: true

Size: 727 Bytes

Versions: 1

Compression:

Stored size: 727 Bytes

Contents

# ActiveSupport::LazyLoadPatch

Ensure load hooks can be called more than once with different contexts

Based on https://github.com/rails/rails/commit/c0a5b8505d0fa9095cbee8b709f9aadf630a3716

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'active_support-lazy_load_patch'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install active_support-lazy_load_patch

## Contributing

1. Fork it ( https://github.com/abak-press/active_support-lazy_load_patch/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 a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_support-lazy_load_patch-0.0.2 README.md