Sha256: 7e2ba04a32b371c9164890feaa521fc45de259af2b582fc7f3428e266aee9095
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
# Changelog ### master * nothing yet ### 1.5.0 - 2017-09-02 * features * access scope specific caches through methods ### 1.4.0 - 2017-09-01 * features * update caching functionality to include `score` & `total` ### 1.3.2 - 2017-08-31 * features * add caching functionality to `acts_as_favoritor` & `acts_as_favoritable` model ### 1.2.2 - 2017-08-24 * bugfixes * `acts_as_favoritor` generator hotfix ### 1.2.1 - 2017-08-24 * enhancements * improve migration template * add installer readme * minor bugfixes ### 1.2.0 - 2017-08-24 * features * add `blocked?` method to `acts_as_favoritor` model * add `blocked?` method to `acts_as_favoritable` model * add `favoritable_type` method to `acts_as_favoritor` model * add `favoritor_type` method to `acts_as_favoritable` model * add `blocks` method to `acts_as_favoritor` model * add `block` method to `acts_as_favoritor` model * add `unblock` method to `acts_as_favoritor` model * add `blocked_favoritables_count` method to `acts_as_favoritor` model * minor bugfixes ### 1.1.3 - 2017-08-23 * bugfixes * `fix NoMethodError: undefined method 'each' for <SCOPE>:String` ### 1.1.2 - 2017-08-23 * bugfixes * migration hotfix ### 1.1.1 - 2017-08-23 * notes * default scope changed from `favorites` to `favorite` * features * added configuration * enhancements * add `scope` generator option * add `skip_configuration` generator option * index database columns * minor bugfixes ### 1.1.0 - 2017-08-23 * features * add scope functionality ### 1.0.2 - 2017-08-22 * enhancements ### 1.0.1 - 2017-08-22 * bug fixes ### 1.0.0 - 2017-08-22 * initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_favoritor-1.5.0 | CHANGELOG.md |