SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-acts-as-taggable-on-5.0.0-3.1.x86_64.rpm :
Thu Aug 3 14:00:00 2017 cooloAATTsuse.com
- updated to version 5.0.0
see installed CHANGELOG.md
[#]## [5.0.0 / 2017-05-18](https://github.com/mbleigh/acts-as-taggable-on/compare/v4.0.0...v5.0.0)

* Breaking Changes

* [AATTseuros Drop support for old version of ActiveRecord and Ruby and prepare rel](https://github.com/mbleigh/acts-as-taggable-on/pull/828)

* Added

* [AATTrbritom Tagged with rewrite](https://github.com/mbleigh/acts-as-taggable-on/pull/829)

* [AATTfearenales Due to database collisions, retry finding or creating a tag](https://github.com/mbleigh/acts-as-taggable-on/pull/809)

* [AATTbrilyuhns Add owner_tags method to taggable](https://github.com/mbleigh/acts-as-taggable-on/pull/771)

* [AATTbrilyuhns upport array of contexts in owner_tags_on method](https://github.com/mbleigh/acts-as-taggable-on/pull/771)

* [AATTbrilyuhns Add specs for owner_tags_on and owner_tags methods](https://github.com/mbleigh/acts-as-taggable-on/pull/771)

* Fixes

* [AATTrbritom bump ruby versions for travis](https://github.com/mbleigh/acts-as-taggable-on/pull/825)

* [AATTmnrk Fixed Rails 5.1 deprecation message, has_many needs String value for](https://github.com/mbleigh/acts-as-taggable-on/pull/813)

* [AATTProGM ProGM Adding a test to demonstrate the bug](https://github.com/mbleigh/acts-as-taggable-on/pull/806)

* [AATTProGM ProGM Ensure that `caching_tag_list_on?` is injected before using it](https://github.com/mbleigh/acts-as-taggable-on/pull/806)

* [AATTProGM ProGM Fix insert query for postgresql. Move schema definition in schema.rb](https://github.com/mbleigh/acts-as-taggable-on/pull/806)

* [AATTamatsuda assigned but unused variable - any](https://github.com/mbleigh/acts-as-taggable-on/pull/787)

* [AATTgmcnaughton Fix incorrect call of \'self.class\' on methods which are already class](https://github.com/mbleigh/acts-as-taggable-on/pull/782)

* [AATTgmcnaughton Fixed #712 (incompatibility with ActiveRecord::Sanitization#quoted_id)](https://github.com/mbleigh/acts-as-taggable-on/pull/782)

* [AATTarpitchauhan Guard against indexes already existing](https://github.com/mbleigh/acts-as-taggable-on/pull/779)

* [AATTarpitchauhan Rename migration to avoid conflicts](https://github.com/mbleigh/acts-as-taggable-on/pull/774)

* [AATTlukeasrodgers \"Bugfix `TagList#concat` with non-duplicates.\"](https://github.com/mbleigh/acts-as-taggable-on/pull/729)

* [AATTfabn Revert \"Added missed indexes.\"](https://github.com/mbleigh/acts-as-taggable-on/pull/709)

* Documentation

* [Corey Osman Adds a table of contents to the readme and contributing files](https://github.com/mbleigh/acts-as-taggable-on/pull/803)

* [AATTashishg-qburst Fix typo in README](https://github.com/mbleigh/acts-as-taggable-on/pull/800)

* [AATTpraveenangyan Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/798)

* [AATTcolemerrick update finding tagged objects in readme](https://github.com/mbleigh/acts-as-taggable-on/pull/794)

* [jaredbeck Help people upgrade to 4.0.0](https://github.com/mbleigh/acts-as-taggable-on/pull/784)

* [AATTvasinov Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/776)
[#]## [4.0.0 / 2016-08-08](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.5.0...v4.0.0)

* Breaking Changes

* [AATTkrzysiek1507 drop support for Ruby < 2 ](https://github.com/mbleigh/acts-as-taggable-on/pull/758)

* [AATTkrzysiek1507 drop support for Rails < 4 ](https://github.com/mbleigh/acts-as-taggable-on/pull/757)

* Added

* [AATTjessieay Rails 5 ](https://github.com/mbleigh/acts-as-taggable-on/pull/763)

* Fixes

* [AATTrikettsie #623 collation parameter is ignored if it generates an exception] (https://github.com/mbleigh/acts-as-taggable-on/pull/650 )

* [AATTbwvoss References working parser in deprectation warning] (https://github.com/mbleigh/acts-as-taggable-on/pull/659 )

* [AATTjh125486 Updated tagging_contexts to include dynamic contexts ](https://github.com/mbleigh/acts-as-taggable-on/pull/660 )

* [AATTjh125486 Fixed wildcard test (postgres returning rows with unexpected order)] (https://github.com/mbleigh/acts-as-taggable-on/pull/660 )

* [AATTFlowerWrong Add rails 5.0.0 alpha support, not hack rails <5](https://github.com/mbleigh/acts-as-taggable-on/pull/673 )

* [AATTryanfox1985 Added missed indexes. ](https://github.com/mbleigh/acts-as-taggable-on/pull/682 )

* [AATT zapnap scope tags to specific tagging ](https://github.com/mbleigh/acts-as-taggable-on/pull/697 )

* [AATT amatsuda method redefined](https://github.com/mbleigh/acts-as-taggable-on/pull/715 )

* [AATT klacointe Rails 5: Tagger is optional in Tagging relation](https://github.com/mbleigh/acts-as-taggable-on/pull/720 )

* [AATT mark-jacobs Update clean! method to use case insensitive uniq! when strict_case_match false] (https://github.com/mbleigh/acts-as-taggable-on/commit/90c86994b70a399b8b1cbc0ae88835e14d6aadfc )

* [AATT lukeasrodgers BugFix flackey time test ] (https://github.com/mbleigh/acts-as-taggable-on/pull/727)

* [AATT pcupueran Add rspec tests for context scopes for tagging_spec ]( https://github.com/mbleigh/acts-as-taggable-on/pull/740)

* [AATT Emerson Huitt Remove existing selects from relation ]( https://github.com/mbleigh/acts-as-taggable-on/pull/743)

* [AATTkeerthisiv fix issue with custom delimiter]( https://github.com/mbleigh/acts-as-taggable-on/pull/748)

* [AATTpriyank-gupta specify tag table name for mysql collation query ](https://github.com/mbleigh/acts-as-taggable-on/pull/760)

* [AATTseuros Remove warning messages](https://github.com/mbleigh/acts-as-taggable-on/commit/cda08c764b07a18b8582b948d1c5b3910a3769 65)

* [AATTrbritom Fix migration, #references already adds index ]
(https://github.com/mbleigh/acts-as-taggable-on/commit/95f743010954b6b738a6e8c17315112c878f7a81 )

* [AATTrbritom Fix deprecation warning]
(https://github.com/mbleigh/acts-as-taggable-on/commit/62e4a6fa74ae3faed615683cd3ad5b5cdacf5c96 )

* [AATTrbritom fix scope array arguments ]
(https://github.com/mbleigh/acts-as-taggable-on/commit/a415a8d6367b2e91bd7e363589135f953929b8cc )

* [AATTseuros Remove more deprecations ]
(https://github.com/mbleigh/acts-as-taggable-on/commit/05794170f64f8bf250b34d2d594e368721009278)

* [AATTlukeasrodgers Bugfix `TagList#concat` with non-duplicates. ]
(https://github.com/mbleigh/acts-as-taggable-on/commit/2c6214f0ddf8c6440ab81eec04d1fbf9d97c8826)

* [AATTseuros clean! should return self. ]
(https://github.com/mbleigh/acts-as-taggable-on/commit/c739422f56f8ff37e3f321235e74997422a1c980)

* [AATTrbritom renable appraisals ]
(https://github.com/mbleigh/acts-as-taggable-on/commit/0ca1f1c5b059699c683a28b522e86a3d5cd7639e)

* [AATTrbritom remove index conditionally on up method. ]
(https://github.com/mbleigh/acts-as-taggable-on/commit/9cc580e7f88164634eb10c8826e5b30ea0e00544)

* [AATTrbritom add index on down method . ]
(https://github.com/mbleigh/acts-as-taggable-on/pull/767)
q
* [AATTrbritom remove index conditionally on up method]
(https://github.com/mbleigh/acts-as-taggable-on/commit/9cc580e7f88164634eb10c8826e5b30ea0e00544)

* Documentation

* [AATTlogicminds Adds table of contents using doctoc utility](https://github.com/mbleigh/acts-as-taggable-on/pull/803)

* [AATTjamesprior Changing ActsAsTaggable to ActsAsTaggableOn ](https://github.com/mbleigh/acts-as-taggable-on/pull/637)

* [AATTmarkgandolfo Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/645))

* [AATTsnowblink Update release date for 3.5.0](https://github.com/mbleigh/acts-as-taggable-on/pull/647)

* [AATTAlexVPopov Update README.md ](https://github.com/mbleigh/acts-as-taggable-on/pull/671)

* [AATTschnmudgal README.md, Improve documentation for Tag Ownership](https://github.com/mbleigh/acts-as-taggable-on/pull/706)

Tue Aug 2 14:00:00 2016 cooloAATTsuse.com
- updated to version 4.0.0
see installed CHANGELOG.md

Wed Mar 4 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.5.0

* [AATTrikettsie Fixed collation for MySql via rake rule or config parameter](https://github.com/mbleigh/acts-as-taggable-on/pull/634)

Thu Feb 12 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.4.4

Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.4.3

Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging

Mon Jul 14 14:00:00 2014 cooloAATTsuse.com
- updated to version 3.3.0

* Breaking Changes
Taggable models are not extend with ActsAsTaggableOn::Utils anymore

Sun May 18 14:00:00 2014 cooloAATTsuse.com
- updated to version 3.2.3

* Breaking Changes

* Taggable models are not extend with ActsAsTaggableOn::Utils anymore

* Features

* Fixes

* Performance

* Misc

* Deleted outdated benchmark script
[#]## [3.2.0 / 2014-05-1](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.1.1...v3.2.0)

* Breaking Changes

* ActsAsTaggableOn::Tag is not extend with ActsAsTaggableOn::Utils anymore

* Features

* [AATTchess #413 Hook to support STI subclasses of Tag in save_tags](https://github.com/mbleigh/acts-as-taggable-on/pull/413)

* Fixes

* [AATTjdelStrother #515 Rename Compatibility methods to reduce chance of conflicts ](https://github.com/mbleigh/acts-as-taggable-on/pull/515)

* [AATTseuros #512 fix for << method](https://github.com/mbleigh/acts-as-taggable-on/pull/512)

* [AATTsonots #510 fix IN subquery error for mysql](https://github.com/mbleigh/acts-as-taggable-on/pull/510)

* [AATTjonseaberg #499 fix for race condition when multiple processes try to add the same tag](https://github.com/mbleigh/acts-as-taggable-on/pull/499)

* [AATTleklund #496 Fix for distinct and postgresql json columns errors](https://github.com/mbleigh/acts-as-taggable-on/pull/496)

* [AATTthatbettina & AATTplexus #394 Multiple quoted tags](https://github.com/mbleigh/acts-as-taggable-on/pull/496)

* Performance

* Misc

* [AATTseuros #511 Rspec 3](https://github.com/mbleigh/acts-as-taggable-on/pull/511)
[#]## [3.1.0 / 2014-03-31](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.0.1...v3.1.0)

* Fixes

* [AATTmikehale #487 Match_all respects context](https://github.com/mbleigh/acts-as-taggable-on/pull/487)

* Performance

* [AATTdgilperez #390 Add taggings counter cache](https://github.com/mbleigh/acts-as-taggable-on/pull/390)

* Misc

* [AATTjonseaberg Add missing indexes to schema used in specs #474](https://github.com/mbleigh/acts-as-taggable-on/pull/474)

Sat Mar 15 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.0.2
[AATTmikehale #486 Match_all respects context. Backport of #487]

Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.0.1

* [AATTrafael #406 Dirty attributes not correctly derived](https://github.com/mbleigh/acts-as-taggable-on/pull/406)

* [AATTbzbnhang #440 Did not respect strict_case_match](https://github.com/mbleigh/acts-as-taggable-on/pull/440)

* [AATTznz #456 Fix breaking encoding of tag](https://github.com/mbleigh/acts-as-taggable-on/pull/456)

* Misc

* [AATTbillychan #386 Add parse:true instructions to README](https://github.com/mbleigh/acts-as-taggable-on/pull/386)

* [AATTseuros #449 Improve README/UPGRADING/post install docs](https://github.com/mbleigh/acts-as-taggable-on/pull/449)

* [AATTseuros #452 Remove I18n deprecation warning in specs](https://github.com/mbleigh/acts-as-taggable-on/pull/452)

* [AATTseuros #453 Test against Ruby 2.1 on Travis CI](https://github.com/mbleigh/acts-as-taggable-on/pull/453)

* [AATTtakashi #454 Clarify example in docs](https://github.com/mbleigh/acts-as-taggable-on/pull/454)
[#]## [3.0.1 / 2014-01-08](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.0.0...v3.0.1)

* Fixes

* [AATTrafael #406 Dirty attributes not correctly derived](https://github.com/mbleigh/acts-as-taggable-on/pull/406)

* [AATTbzbnhang #440 Did not respect strict_case_match](https://github.com/mbleigh/acts-as-taggable-on/pull/440)

* [AATTznz #456 Fix breaking encoding of tag](https://github.com/mbleigh/acts-as-taggable-on/pull/456)

* Misc

* [AATTbillychan #386 Add parse:true instructions to README](https://github.com/mbleigh/acts-as-taggable-on/pull/386)

* [AATTseuros #449 Improve README/UPGRADING/post install docs](https://github.com/mbleigh/acts-as-taggable-on/pull/449)

* [AATTseuros #452 Remove I18n deprecation warning in specs](https://github.com/mbleigh/acts-as-taggable-on/pull/452)

* [AATTseuros #453 Test against Ruby 2.1 on Travis CI](https://github.com/mbleigh/acts-as-taggable-on/pull/453)

* [AATTtakashi #454 Clarify example in docs](https://github.com/mbleigh/acts-as-taggable-on/pull/454)

Sun Jan 5 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.0.0

* Breaking Changes

* No longer supports Ruby 1.8.

* Features

* Supports Rails 4.1.

* Misc (TODO: expand)

* [zquest #359](https://github.com/mbleigh/acts-as-taggable-on/pull/359)

* [rsl #367](https://github.com/mbleigh/acts-as-taggable-on/pull/367)

* [ktdreyer #383](https://github.com/mbleigh/acts-as-taggable-on/pull/383)

* [cwoodcox #346](https://github.com/mbleigh/acts-as-taggable-on/pull/346)

* [mrb #421](https://github.com/mbleigh/acts-as-taggable-on/pull/421)

* [bf4 #430](https://github.com/mbleigh/acts-as-taggable-on/pull/430)

* [sanemat #368](https://github.com/mbleigh/acts-as-taggable-on/pull/368)

* [bf4 #343](https://github.com/mbleigh/acts-as-taggable-on/pull/343)

* [marclennox #429](https://github.com/mbleigh/acts-as-taggable-on/pull/429)

* [shekibobo #403](https://github.com/mbleigh/acts-as-taggable-on/pull/403)

* [ches ktdreyer #410](https://github.com/mbleigh/acts-as-taggable-on/pull/410)

* [makaroni4 #371](https://github.com/mbleigh/acts-as-taggable-on/pull/371)

* [kenzai dstosik awt #431](https://github.com/mbleigh/acts-as-taggable-on/pull/431)

* [bf4 joelcogen shekibobo aaronchi #438](https://github.com/mbleigh/acts-as-taggable-on/pull/438)

* [seuros #442](https://github.com/mbleigh/acts-as-taggable-on/pull/442)

* [bf4 #445](https://github.com/mbleigh/acts-as-taggable-on/pull/445)

* [eaglemt #446](https://github.com/mbleigh/acts-as-taggable-on/pull/446)

Tue Jul 30 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.4.1

Mon Sep 27 14:00:00 2010 kkaempfAATTnovell.com
- update to git master
fix misspelling in cache
fix to get all tags for a custom context owned or unowned by
specifying nil to owner_tags_on

Thu Jun 10 14:00:00 2010 mrueckertAATTsuse.de
- update to version 2.0.6
Rails 3 support
- use rubygems_requires macro

Wed Feb 24 13:00:00 2010 mrueckertAATTsuse.de
- update to 1.1.5

Wed Jan 6 13:00:00 2010 prusnakAATTsuse.cz
- updated to 1.0.18

Sun Dec 20 13:00:00 2009 prusnakAATTsuse.cz
- updated to 1.0.15

Tue Nov 10 13:00:00 2009 mrueckertAATTsuse.de
- initial package


 
ICM