acts-as-taggable-on 4.0.0.pre → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/.gitignore +1 -1
- data/.travis.yml +28 -15
- data/Appraisals +12 -10
- data/CHANGELOG.md +200 -71
- data/CONTRIBUTING.md +13 -0
- data/Gemfile +1 -1
- data/README.md +68 -28
- data/acts-as-taggable-on.gemspec +2 -6
- data/db/migrate/1_acts_as_taggable_on_migration.rb +14 -8
- data/db/migrate/2_add_missing_unique_indices.rb +14 -9
- data/db/migrate/3_add_taggings_counter_cache_to_tags.rb +9 -4
- data/db/migrate/4_add_missing_taggable_index.rb +8 -3
- data/db/migrate/5_change_collation_for_tag_names.rb +7 -2
- data/db/migrate/6_add_missing_indexes_on_taggings.rb +22 -0
- data/gemfiles/activerecord_5.0.gemfile +11 -5
- data/gemfiles/activerecord_5.1.gemfile +21 -0
- data/gemfiles/activerecord_5.2.gemfile +21 -0
- data/gemfiles/activerecord_6.0.gemfile +21 -0
- data/gemfiles/activerecord_6.1.gemfile +23 -0
- data/lib/acts-as-taggable-on.rb +6 -2
- data/lib/acts_as_taggable_on/tag.rb +17 -23
- data/lib/acts_as_taggable_on/tag_list.rb +1 -0
- data/lib/acts_as_taggable_on/taggable.rb +0 -1
- data/lib/acts_as_taggable_on/taggable/cache.rb +38 -34
- data/lib/acts_as_taggable_on/taggable/collection.rb +9 -7
- data/lib/acts_as_taggable_on/taggable/core.rb +41 -181
- data/lib/acts_as_taggable_on/taggable/ownership.rb +16 -5
- data/lib/acts_as_taggable_on/taggable/related.rb +1 -1
- data/lib/acts_as_taggable_on/taggable/tag_list_type.rb +4 -0
- data/lib/acts_as_taggable_on/taggable/tagged_with_query.rb +16 -0
- data/lib/acts_as_taggable_on/taggable/tagged_with_query/all_tags_query.rb +111 -0
- data/lib/acts_as_taggable_on/taggable/tagged_with_query/any_tags_query.rb +70 -0
- data/lib/acts_as_taggable_on/taggable/tagged_with_query/exclude_tags_query.rb +82 -0
- data/lib/acts_as_taggable_on/taggable/tagged_with_query/query_base.rb +61 -0
- data/lib/acts_as_taggable_on/tagger.rb +3 -3
- data/lib/acts_as_taggable_on/tagging.rb +6 -3
- data/lib/acts_as_taggable_on/utils.rb +4 -4
- data/lib/acts_as_taggable_on/version.rb +1 -2
- data/spec/acts_as_taggable_on/acts_as_taggable_on_spec.rb +4 -12
- data/spec/acts_as_taggable_on/caching_spec.rb +34 -10
- data/spec/acts_as_taggable_on/{taggable/dirty_spec.rb → dirty_spec.rb} +28 -13
- data/spec/acts_as_taggable_on/single_table_inheritance_spec.rb +28 -8
- data/spec/acts_as_taggable_on/taggable_spec.rb +16 -13
- data/spec/acts_as_taggable_on/tagger_spec.rb +2 -2
- data/spec/internal/app/models/altered_inheriting_taggable_model.rb +2 -0
- data/spec/internal/app/models/cached_model_with_array.rb +6 -0
- data/spec/internal/app/models/columns_override_model.rb +5 -0
- data/spec/internal/app/models/company.rb +1 -1
- data/spec/internal/app/models/inheriting_taggable_model.rb +2 -0
- data/spec/internal/app/models/market.rb +1 -1
- data/spec/internal/app/models/non_standard_id_taggable_model.rb +1 -1
- data/spec/internal/app/models/student.rb +2 -0
- data/spec/internal/app/models/taggable_model.rb +1 -0
- data/spec/internal/app/models/user.rb +1 -1
- data/spec/internal/db/schema.rb +14 -5
- data/spec/spec_helper.rb +0 -1
- data/spec/support/database.rb +4 -4
- metadata +30 -61
- data/db/migrate/6_add_missing_indexes.rb +0 -12
- data/gemfiles/activerecord_4.0.gemfile +0 -16
- data/gemfiles/activerecord_4.1.gemfile +0 -16
- data/gemfiles/activerecord_4.2.gemfile +0 -15
- data/lib/acts_as_taggable_on/taggable/dirty.rb +0 -36
- data/spec/internal/app/models/models.rb +0 -90
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3a719de5e742725a409d676059cc39e90875c07e1684f56fc6a00d970d4e1ffd
|
4
|
+
data.tar.gz: 8ae1467d822b80e8cd37a4e3e584d5e5467161625ab7b95ae4cc2db0de3cf6fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67cb7da1b6efea8ce6652c60475b8977605577dd91efe4f7a07757a1a98c46ad024c57f47657a240690301927fe85f5dfb380411b20ddfa7860ef148536abe97
|
7
|
+
data.tar.gz: ffffd0d8a13f94fa8880914d20a165855dd9f019ea6c64d94439c44262b29a94381eb879c8e1273552b8856a7457a818364768c4a82740a6ff1dd7486eb67dc0
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
@@ -1,11 +1,19 @@
|
|
1
1
|
language: ruby
|
2
2
|
cache: bundler
|
3
3
|
|
4
|
+
addons:
|
5
|
+
postgresql: '10'
|
6
|
+
|
7
|
+
services:
|
8
|
+
- mysql
|
9
|
+
- postgresql
|
10
|
+
|
4
11
|
rvm:
|
5
|
-
- 2.
|
6
|
-
- 2.
|
7
|
-
- 2.
|
8
|
-
- 2.
|
12
|
+
- 2.7.0
|
13
|
+
- 2.6.5
|
14
|
+
- 2.5.5
|
15
|
+
- 2.4.6
|
16
|
+
- 2.3.7
|
9
17
|
|
10
18
|
env:
|
11
19
|
- DB=sqlite3
|
@@ -13,24 +21,29 @@ env:
|
|
13
21
|
- DB=postgresql
|
14
22
|
|
15
23
|
gemfile:
|
24
|
+
- gemfiles/activerecord_5.2.gemfile
|
25
|
+
- gemfiles/activerecord_5.1.gemfile
|
16
26
|
- gemfiles/activerecord_5.0.gemfile
|
17
|
-
- gemfiles/
|
18
|
-
- gemfiles/
|
19
|
-
- gemfiles/activerecord_4.0.gemfile
|
20
|
-
|
21
|
-
sudo: false
|
27
|
+
- gemfiles/activerecord_6.0.gemfile
|
28
|
+
- gemfiles/activerecord_6.1.gemfile
|
22
29
|
|
23
30
|
bundler_args: '--without local_development --jobs 3 --retry 3'
|
24
31
|
|
25
32
|
before_install:
|
26
|
-
|
33
|
+
- gem install bundler
|
27
34
|
|
28
35
|
script: bundle exec rake
|
29
36
|
|
30
37
|
matrix:
|
31
|
-
|
32
|
-
- rvm:
|
33
|
-
gemfile: gemfiles/activerecord_5.0.gemfile
|
34
|
-
- rvm: 2.1
|
35
|
-
gemfile: gemfiles/activerecord_5.0.gemfile
|
38
|
+
allow_failures:
|
39
|
+
- rvm: ruby-head
|
36
40
|
fast_finish: true
|
41
|
+
exclude:
|
42
|
+
- rvm: 2.3.7
|
43
|
+
gemfile: gemfiles/activerecord_6.0.gemfile
|
44
|
+
- rvm: 2.4.6
|
45
|
+
gemfile: gemfiles/activerecord_6.0.gemfile
|
46
|
+
- rvm: 2.3.7
|
47
|
+
gemfile: gemfiles/activerecord_6.1.gemfile
|
48
|
+
- rvm: 2.4.6
|
49
|
+
gemfile: gemfiles/activerecord_6.1.gemfile
|
data/Appraisals
CHANGED
@@ -1,17 +1,19 @@
|
|
1
|
-
appraise 'activerecord-5.
|
2
|
-
gem 'activerecord',
|
1
|
+
appraise 'activerecord-5.2' do
|
2
|
+
gem 'activerecord', '~> 5.2.0'
|
3
|
+
end
|
4
|
+
|
5
|
+
appraise 'activerecord-5.1' do
|
6
|
+
gem 'activerecord', "~> 5.1.1"
|
3
7
|
end
|
4
8
|
|
5
|
-
appraise
|
6
|
-
gem
|
9
|
+
appraise 'activerecord-5.0' do
|
10
|
+
gem 'activerecord', "~> 5.0.3"
|
7
11
|
end
|
8
12
|
|
9
|
-
appraise
|
10
|
-
gem
|
11
|
-
gem 'mysql2', '~> 0.3.21'
|
13
|
+
appraise 'activerecord-6.0' do
|
14
|
+
gem 'activerecord', "~> 6.0.0"
|
12
15
|
end
|
13
16
|
|
14
|
-
appraise
|
15
|
-
gem
|
16
|
-
gem 'mysql2', '~> 0.3.21'
|
17
|
+
appraise 'activerecord-6.1' do
|
18
|
+
gem 'activerecord', "~> 6.1.0"
|
17
19
|
end
|
data/CHANGELOG.md
CHANGED
@@ -1,47 +1,170 @@
|
|
1
|
-
Changes are below categorized as
|
1
|
+
Changes are below categorized as follows:
|
2
|
+
- Breaking Changes
|
3
|
+
- Features
|
4
|
+
- Fixes
|
5
|
+
- Performance
|
6
|
+
- Misc
|
7
|
+
- Documentation
|
2
8
|
|
3
|
-
Each change should fall into categories that would affect whether the release is major (breaking changes), minor (new behavior), or patch (bug fix). See [semver](http://semver.org/) and [pessimistic versioning](http://guides.rubygems.org/patterns/#pessimistic_version_constraint)
|
9
|
+
Each change should fall into categories that would affect whether the release is major (breaking changes), minor (new behavior), or patch (bug fix). See [semver](http://semver.org/) and [pessimistic versioning](http://guides.rubygems.org/patterns/#pessimistic_version_constraint).
|
4
10
|
|
5
|
-
As such,
|
11
|
+
As such, _Breaking Changes_ are major. _Features_ would map to either major or minor. _Fixes_, _Performance_, and _Misc_ are either minor or patch, the difference being kind of fuzzy for the purposes of history. Adding _Documentation_ (including tests) would be patch level.
|
12
|
+
|
13
|
+
### [v7.0.0) / 2020-12-31](https://github.com/mbleigh/acts-as-taggable-on/compare/v6.5.0...v7.0.0)
|
14
|
+
* Features
|
15
|
+
* [@kvokka Rails 6.1 support](https://github.com/mbleigh/acts-as-taggable-on/pull/1013)
|
16
|
+
* Fixes
|
17
|
+
* [@nbulaj Add support for Ruby 2.7 and it's kwargs](https://github.com/mbleigh/acts-as-taggable-on/pull/910)
|
18
|
+
* [@Andythurlow @endorfin case sensitivity fix for tagged_with](https://github.com/mbleigh/acts-as-taggable-on/pull/965)
|
19
|
+
|
20
|
+
### [6.5.0 / 2019-11-07](https://github.com/mbleigh/acts-as-taggable-on/compare/v6.0.0...v6.5.0)
|
21
|
+
|
22
|
+
* Features
|
23
|
+
* [@mizukami234 @junmoka Make table names configurable](https://github.com/mbleigh/acts-as-taggable-on/pull/910)
|
24
|
+
* [@damianlegawiec Rails 6.0.0.beta1 support](https://github.com/mbleigh/acts-as-taggable-on/pull/937)
|
25
|
+
* Fixes
|
26
|
+
* [@tonyta Avoid overriding user-defined columns cache methods](https://github.com/mbleigh/acts-as-taggable-on/pull/911)
|
27
|
+
* [@hengwoon tags_count only need to join on the taggable's table if using STI](https://github.com/mbleigh/acts-as-taggable-on/pull/904)
|
28
|
+
* [@bduran82 Avoid unnecessary queries when finding or creating tags](https://github.com/mbleigh/acts-as-taggable-on/pull/839)
|
29
|
+
* [@iiwo simplify relation options syntax](https://github.com/mbleigh/acts-as-taggable-on/pull/940)
|
30
|
+
* Misc
|
31
|
+
* [@gssbzn Remove legacy code for an empty query and replace it with ` ActiveRecord::none`](https://github.com/mbleigh/acts-as-taggable-on/pull/906)
|
32
|
+
* [@iiwo remove unneeded spec case](https://github.com/mbleigh/acts-as-taggable-on/pull/941)
|
33
|
+
* Documentation
|
34
|
+
* [@tonyta Cleanup CHANGELOG.md formatting and references](https://github.com/mbleigh/acts-as-taggable-on/pull/913)
|
35
|
+
|
36
|
+
### [6.0.0 / 2018-06-19](https://github.com/mbleigh/acts-as-taggable-on/compare/v5.0.0...v6.0.0)
|
37
|
+
|
38
|
+
* Breaking Changes
|
39
|
+
* [@Fodoj Drop support for Rails 4.2](https://github.com/mbleigh/acts-as-taggable-on/pull/887)
|
40
|
+
|
41
|
+
* Features
|
42
|
+
* [@CalvertYang Add support for uuid primary keys](https://github.com/mbleigh/acts-as-taggable-on/pull/898)
|
43
|
+
* [@Fodoj Support Rails 5.2](https://github.com/mbleigh/acts-as-taggable-on/pull/887)
|
44
|
+
|
45
|
+
* Fixes
|
46
|
+
* [@tekniklr matches_attribute was not being used in tag_match_type](https://github.com/mbleigh/acts-as-taggable-on/issues/869)
|
47
|
+
|
48
|
+
### [5.0.0 / 2017-05-18](https://github.com/mbleigh/acts-as-taggable-on/compare/v4.0.0...v5.0.0)
|
49
|
+
|
50
|
+
* Breaking Changes
|
51
|
+
* [@seuros Drop support for old version of ActiveRecord and Ruby and prepare rel](https://github.com/mbleigh/acts-as-taggable-on/pull/828)
|
52
|
+
|
53
|
+
* Features
|
54
|
+
* [@rbritom Tagged with rewrite](https://github.com/mbleigh/acts-as-taggable-on/pull/829)
|
55
|
+
* [@fearenales Due to database collisions, retry finding or creating a tag](https://github.com/mbleigh/acts-as-taggable-on/pull/809)
|
56
|
+
* [@brilyuhns Add owner_tags method to taggable](https://github.com/mbleigh/acts-as-taggable-on/pull/771)
|
57
|
+
* [@brilyuhns upport array of contexts in owner_tags_on method](https://github.com/mbleigh/acts-as-taggable-on/pull/771)
|
58
|
+
* [@brilyuhns Add specs for owner_tags_on and owner_tags methods](https://github.com/mbleigh/acts-as-taggable-on/pull/771)
|
59
|
+
|
60
|
+
* Fixes
|
61
|
+
* [@rbritom bump ruby versions for travis](https://github.com/mbleigh/acts-as-taggable-on/pull/825)
|
62
|
+
* [@mnrk Fixed Rails 5.1 deprecation message, has_many needs String value for](https://github.com/mbleigh/acts-as-taggable-on/pull/813)
|
63
|
+
* [@ProGM ProGM Adding a test to demonstrate the bug](https://github.com/mbleigh/acts-as-taggable-on/pull/806)
|
64
|
+
* [@ProGM ProGM Ensure that `caching_tag_list_on?` is injected before using it](https://github.com/mbleigh/acts-as-taggable-on/pull/806)
|
65
|
+
* [@ProGM ProGM Fix insert query for postgresql. Move schema definition in schema.rb](https://github.com/mbleigh/acts-as-taggable-on/pull/806)
|
66
|
+
* [@amatsuda assigned but unused variable - any](https://github.com/mbleigh/acts-as-taggable-on/pull/787)
|
67
|
+
* [@gmcnaughton Fix incorrect call of 'self.class' on methods which are already class](https://github.com/mbleigh/acts-as-taggable-on/pull/782)
|
68
|
+
* [@gmcnaughton Fixed #712 (incompatibility with ActiveRecord::Sanitization#quoted_id)](https://github.com/mbleigh/acts-as-taggable-on/pull/782)
|
69
|
+
* [@arpitchauhan Guard against indexes already existing](https://github.com/mbleigh/acts-as-taggable-on/pull/779)
|
70
|
+
* [@arpitchauhan Rename migration to avoid conflicts](https://github.com/mbleigh/acts-as-taggable-on/pull/774)
|
71
|
+
* [@lukeasrodgers "Bugfix `TagList#concat` with non-duplicates."](https://github.com/mbleigh/acts-as-taggable-on/pull/729)
|
72
|
+
* [@fabn Revert "Added missed indexes."](https://github.com/mbleigh/acts-as-taggable-on/pull/709)
|
73
|
+
|
74
|
+
* Documentation
|
75
|
+
* [@logicminds Adds a table of contents to the readme and contributing files](https://github.com/mbleigh/acts-as-taggable-on/pull/803)
|
76
|
+
* [@ashishg-qburst Fix typo in README](https://github.com/mbleigh/acts-as-taggable-on/pull/800)
|
77
|
+
* [@praveenangyan Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/798)
|
78
|
+
* [@colemerrick update finding tagged objects in readme](https://github.com/mbleigh/acts-as-taggable-on/pull/794)
|
79
|
+
* [@jaredbeck Help people upgrade to 4.0.0](https://github.com/mbleigh/acts-as-taggable-on/pull/784)
|
80
|
+
* [@vasinov Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/776)
|
81
|
+
|
82
|
+
### [4.0.0 / 2016-08-08](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.5.0...v4.0.0)
|
83
|
+
|
84
|
+
* Breaking Changes
|
85
|
+
* [@krzysiek1507 drop support for Ruby < 2](https://github.com/mbleigh/acts-as-taggable-on/pull/758)
|
86
|
+
* [@krzysiek1507 drop support for Rails < 4](https://github.com/mbleigh/acts-as-taggable-on/pull/757)
|
87
|
+
|
88
|
+
* Features
|
89
|
+
* [@jessieay Rails 5](https://github.com/mbleigh/acts-as-taggable-on/pull/763)
|
90
|
+
|
91
|
+
* Fixes
|
92
|
+
* [@rikettsie #623 collation parameter is ignored if it generates an exception](https://github.com/mbleigh/acts-as-taggable-on/pull/650)
|
93
|
+
* [@bwvoss References working parser in deprectation warning](https://github.com/mbleigh/acts-as-taggable-on/pull/659)
|
94
|
+
* [@jh125486 Updated tagging_contexts to include dynamic contexts](https://github.com/mbleigh/acts-as-taggable-on/pull/660)
|
95
|
+
* [@jh125486 Fixed wildcard test (postgres returning rows with unexpected order)](https://github.com/mbleigh/acts-as-taggable-on/pull/660)
|
96
|
+
* [@FlowerWrong Add rails 5.0.0 alpha support, not hack rails <5](https://github.com/mbleigh/acts-as-taggable-on/pull/673)
|
97
|
+
* [@ryanfox1985 Added missed indexes.](https://github.com/mbleigh/acts-as-taggable-on/pull/682)
|
98
|
+
* [@zapnap scope tags to specific tagging](https://github.com/mbleigh/acts-as-taggable-on/pull/697)
|
99
|
+
* [@amatsuda method redefined](https://github.com/mbleigh/acts-as-taggable-on/pull/715)
|
100
|
+
* [@klacointe Rails 5: Tagger is optional in Tagging relation](https://github.com/mbleigh/acts-as-taggable-on/pull/720)
|
101
|
+
* [@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)
|
102
|
+
* [@lukeasrodgers BugFix flackey time test](https://github.com/mbleigh/acts-as-taggable-on/pull/727)
|
103
|
+
* [@pcupueran Add rspec tests for context scopes for tagging_spec](https://github.com/mbleigh/acts-as-taggable-on/pull/740)
|
104
|
+
* [@emerson-h Remove existing selects from relation](https://github.com/mbleigh/acts-as-taggable-on/pull/743)
|
105
|
+
* [@keerthisiv fix issue with custom delimiter](https://github.com/mbleigh/acts-as-taggable-on/pull/748)
|
106
|
+
* [@priyank-gupta specify tag table name for mysql collation query](https://github.com/mbleigh/acts-as-taggable-on/pull/760)
|
107
|
+
* [@seuros Remove warning messages](https://github.com/mbleigh/acts-as-taggable-on/commit/cda08c764b07a18b8582b948d1c5b3910a376965)
|
108
|
+
* [@rbritom Fix migration, #references already adds index](https://github.com/mbleigh/acts-as-taggable-on/commit/95f743010954b6b738a6e8c17315112c878f7a81)
|
109
|
+
* [@rbritom Fix deprecation warning](https://github.com/mbleigh/acts-as-taggable-on/commit/62e4a6fa74ae3faed615683cd3ad5b5cdacf5c96)
|
110
|
+
* [@rbritom fix scope array arguments](https://github.com/mbleigh/acts-as-taggable-on/commit/a415a8d6367b2e91bd7e363589135f953929b8cc)
|
111
|
+
* [@seuros Remove more deprecations](https://github.com/mbleigh/acts-as-taggable-on/commit/05794170f64f8bf250b34d2d594e368721009278)
|
112
|
+
* [@lukeasrodgers Bugfix `TagList#concat` with non-duplicates.](https://github.com/mbleigh/acts-as-taggable-on/commit/2c6214f0ddf8c6440ab81eec04d1fbf9d97c8826)
|
113
|
+
* [@seuros clean! should return self.](https://github.com/mbleigh/acts-as-taggable-on/commit/c739422f56f8ff37e3f321235e74997422a1c980)
|
114
|
+
* [@rbritom renable appraisals](https://github.com/mbleigh/acts-as-taggable-on/commit/0ca1f1c5b059699c683a28b522e86a3d5cd7639e)
|
115
|
+
* [@rbritom remove index conditionally on up method.](https://github.com/mbleigh/acts-as-taggable-on/commit/9cc580e7f88164634eb10c8826e5b30ea0e00544)
|
116
|
+
* [@rbritom add index on down method . ](https://github.com/mbleigh/acts-as-taggable-on/pull/767)
|
117
|
+
* [@rbritom remove index conditionally on up method](https://github.com/mbleigh/acts-as-taggable-on/commit/9cc580e7f88164634eb10c8826e5b30ea0e00544)
|
118
|
+
|
119
|
+
* Documentation
|
120
|
+
* [@logicminds Adds table of contents using doctoc utility](https://github.com/mbleigh/acts-as-taggable-on/pull/803)
|
121
|
+
* [@jamesprior Changing ActsAsTaggable to ActsAsTaggableOn](https://github.com/mbleigh/acts-as-taggable-on/pull/637)
|
122
|
+
* [@markgandolfo Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/645))
|
123
|
+
* [@snowblink Update release date for 3.5.0](https://github.com/mbleigh/acts-as-taggable-on/pull/647)
|
124
|
+
* [@AlexVPopov Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/671)
|
125
|
+
* [@schnmudgal README.md, Improve documentation for Tag Ownership](https://github.com/mbleigh/acts-as-taggable-on/pull/706)
|
6
126
|
|
7
127
|
### [3.5.0 / 2015-03-03](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.4.4...v3.5.0)
|
8
128
|
|
9
|
-
|
10
|
-
|
11
|
-
*Misc
|
12
|
-
* [@pcupueran Add rspec test for tagging_spec completeness]()
|
129
|
+
* Fixes
|
130
|
+
* [@rikettsie Fixed collation for MySql via rake rule or config parameter](https://github.com/mbleigh/acts-as-taggable-on/pull/634)
|
13
131
|
|
14
|
-
|
132
|
+
* Misc
|
133
|
+
* [@pcupueran Add rspec test for tagging_spec completeness]()
|
15
134
|
|
16
|
-
|
17
|
-
* [@d4rky-pl Add context constraint to find_related_* methods](https://github.com/mbleigh/acts-as-taggable-on/pull/629)
|
135
|
+
### [3.4.4 / 2015-02-11](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.4.3...v3.4.4)
|
18
136
|
|
137
|
+
* Fixes
|
138
|
+
* [@d4rky-pl Add context constraint to find_related_* methods](https://github.com/mbleigh/acts-as-taggable-on/pull/629)
|
19
139
|
|
20
140
|
### [3.4.3 / 2014-09-26](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.4.2...v3.4.3)
|
21
141
|
|
22
|
-
|
23
|
-
|
142
|
+
* Fixes
|
143
|
+
* [@warp clears column cache on reset_column_information resolves](https://github.com/mbleigh/acts-as-taggable-on/issues/621)
|
24
144
|
|
25
145
|
### [3.4.2 / 2014-09-26](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.4.1...v3.4.2)
|
26
146
|
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
147
|
+
* Fixes
|
148
|
+
* [@stiff fixed tagged_with :any in postgresql](https://github.com/mbleigh/acts-as-taggable-on/pull/570)
|
149
|
+
* [@jerefrer fixed encoding in mysql](https://github.com/mbleigh/acts-as-taggable-on/pull/588)
|
150
|
+
* [@markedmondson Ensure taggings context aliases are maintained when joining multiple taggables](https://github.com/mbleigh/acts-as-taggable-on/pull/589)
|
31
151
|
|
32
152
|
### [3.4.1 / 2014-09-01](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.4.0...v3.4.1)
|
33
|
-
|
34
|
-
|
153
|
+
|
154
|
+
* Fixes
|
155
|
+
* [@konukhov fix owned ordered taggable bug](https://github.com/mbleigh/acts-as-taggable-on/pull/585)
|
35
156
|
|
36
157
|
### [3.4.0 / 2014-08-29](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.3.0...v3.4.0)
|
37
158
|
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
*
|
44
|
-
|
159
|
+
* Features
|
160
|
+
* [@ProGM Support for custom parsers for tags](https://github.com/mbleigh/acts-as-taggable-on/pull/579)
|
161
|
+
* [@lolaodelola #577 Popular feature](https://github.com/mbleigh/acts-as-taggable-on/pull/577)
|
162
|
+
|
163
|
+
* Fixes
|
164
|
+
* [@twalpole Update for rails edge (4.2)](https://github.com/mbleigh/acts-as-taggable-on/pull/583)
|
165
|
+
|
166
|
+
* Performance
|
167
|
+
* [@ashanbrown #584 Use pluck instead of select](https://github.com/mbleigh/acts-as-taggable-on/pull/584)
|
45
168
|
|
46
169
|
### [3.3.0 / 2014-07-08](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.2.6...v3.3.0)
|
47
170
|
|
@@ -50,12 +173,11 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch.
|
|
50
173
|
|
51
174
|
* Fixes
|
52
175
|
* [@tonytonyjan #560 Fix for `ActsAsTaggableOn.remove_unused_tags` doesn't work](https://github.com/mbleigh/acts-as-taggable-on/pull/560)
|
53
|
-
* [@
|
176
|
+
* [@TheLarkInn #555 Fix for `tag_cloud` helper to generate correct css tags](https://github.com/mbleigh/acts-as-taggable-on/pull/555)
|
54
177
|
|
55
178
|
* Performance
|
56
179
|
* [@pcai #556 Add back taggables index in the taggins table](https://github.com/mbleigh/acts-as-taggable-on/pull/556)
|
57
180
|
|
58
|
-
|
59
181
|
### [3.2.6 / 2014-05-28](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.2.5...v3.2.6)
|
60
182
|
|
61
183
|
* Fixes
|
@@ -65,13 +187,11 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch.
|
|
65
187
|
* [@seuros Remove actionpack dependency](https://github.com/mbleigh/acts-as-taggable-on/commit/5d20e0486c892fbe21af42fdcd79d0b6ebe87ed4)
|
66
188
|
* [@seuros #547 Add tests for update_attributes](https://github.com/mbleigh/acts-as-taggable-on/issues/547)
|
67
189
|
|
68
|
-
|
69
190
|
### [3.2.5 / 2014-05-25](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.2.4...v3.2.5)
|
70
191
|
|
71
192
|
* Fixes
|
72
193
|
* [@seuros #546 Fix autoload bug. Now require engine file instead of autoloading it](https://github.com/mbleigh/acts-as-taggable-on/issues/546)
|
73
194
|
|
74
|
-
|
75
195
|
### [3.2.4 / 2014-05-24](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.2.3...v3.2.4)
|
76
196
|
|
77
197
|
* Fixes
|
@@ -83,13 +203,11 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch.
|
|
83
203
|
* [@seuros #543 Introduce lazy loading](https://github.com/mbleigh/acts-as-taggable-on/pull/543)
|
84
204
|
* [@seuros #541 Deprecate ActsAsTaggableOn::Utils](https://github.com/mbleigh/acts-as-taggable-on/pull/541)
|
85
205
|
|
86
|
-
|
87
206
|
### [3.2.3 / 2014-05-16](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.2.2...v3.2.3)
|
88
207
|
|
89
208
|
* Fixes
|
90
209
|
* [@seuros #540 Fix for tags removal (it was affecting all records with the same tag)](https://github.com/mbleigh/acts-as-taggable-on/pull/540)
|
91
|
-
* [@
|
92
|
-
|
210
|
+
* [@akicho8 #535 Fix for `options` Hash passed to methods from being deleted by those methods](https://github.com/mbleigh/acts-as-taggable-on/pull/535)
|
93
211
|
|
94
212
|
### [3.2.2 / 2014-05-07](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.2.1...v3.2.2)
|
95
213
|
|
@@ -103,7 +221,6 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch.
|
|
103
221
|
* [@seuros #526 Delete outdated benchmark script](https://github.com/mbleigh/acts-as-taggable-on/pull/526)
|
104
222
|
* [@seuros #525 Fix tests so that they pass with MySQL](https://github.com/mbleigh/acts-as-taggable-on/pull/525)
|
105
223
|
|
106
|
-
|
107
224
|
### [3.2.1 / 2014-05-06](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.2.0...v3.2.1)
|
108
225
|
|
109
226
|
* Misc
|
@@ -112,47 +229,54 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch.
|
|
112
229
|
* [@seuros #523 Introduce database_cleaner in specs](https://github.com/mbleigh/acts-as-taggable-on/pull/523)
|
113
230
|
* [@seuros #520 Tag_list cleanup](https://github.com/mbleigh/acts-as-taggable-on/pull/520)
|
114
231
|
|
115
|
-
|
116
232
|
### [3.2.0 / 2014-05-01](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.1.1...v3.2.0)
|
117
233
|
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
234
|
+
* Breaking Changes
|
235
|
+
* ActsAsTaggableOn::Tag is not extend with ActsAsTaggableOn::Utils anymore
|
236
|
+
|
237
|
+
* Features
|
238
|
+
* [@ches #413 Hook to support STI subclasses of Tag in save_tags](https://github.com/mbleigh/acts-as-taggable-on/pull/413)
|
239
|
+
|
240
|
+
* Fixes
|
241
|
+
* [@jdelStrother #515 Rename Compatibility methods to reduce chance of conflicts](https://github.com/mbleigh/acts-as-taggable-on/pull/515)
|
242
|
+
* [@seuros #512 fix for << method](https://github.com/mbleigh/acts-as-taggable-on/pull/512)
|
243
|
+
* [@sonots #510 fix IN subquery error for mysql](https://github.com/mbleigh/acts-as-taggable-on/pull/510)
|
244
|
+
* [@jonseaberg #499 fix for race condition when multiple processes try to add the same tag](https://github.com/mbleigh/acts-as-taggable-on/pull/499)
|
245
|
+
* [@leklund #496 Fix for distinct and postgresql json columns errors](https://github.com/mbleigh/acts-as-taggable-on/pull/496)
|
246
|
+
* [@thatbettina & @plexus #394 Multiple quoted tags](https://github.com/mbleigh/acts-as-taggable-on/pull/394)
|
247
|
+
|
248
|
+
* Performance
|
249
|
+
|
250
|
+
* Misc
|
251
|
+
* [@seuros #511 Rspec 3](https://github.com/mbleigh/acts-as-taggable-on/pull/511)
|
132
252
|
|
133
253
|
### [3.1.0 / 2014-03-31](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.0.1...v3.1.0)
|
134
254
|
|
135
255
|
* Fixes
|
136
256
|
* [@mikehale #487 Match_all respects context](https://github.com/mbleigh/acts-as-taggable-on/pull/487)
|
257
|
+
|
137
258
|
* Performance
|
138
259
|
* [@dgilperez #390 Add taggings counter cache](https://github.com/mbleigh/acts-as-taggable-on/pull/390)
|
260
|
+
|
139
261
|
* Misc
|
140
|
-
|
141
|
-
|
142
|
-
|
262
|
+
* [@jonseaberg Add missing indexes to schema used in specs #474](https://github.com/mbleigh/acts-as-taggable-on/pull/474)
|
263
|
+
* [@seuros Specify Ruby >= 1.9.3 required in gemspec](https://github.com/mbleigh/acts-as-taggable-on/pull/502)
|
264
|
+
* [@kiasaki Add missing quotes to code example](https://github.com/mbleigh/acts-as-taggable-on/pull/501)
|
143
265
|
|
144
266
|
### [3.1.0.rc1 / 2014-02-26](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.0.1...v3.1.0.rc1)
|
145
267
|
|
146
268
|
* Features
|
147
|
-
* [@
|
269
|
+
* [@Burkazoid #467 Add :order_by_matching_tag_count option](https://github.com/mbleigh/acts-as-taggable-on/pull/469)
|
270
|
+
|
148
271
|
* Fixes
|
149
272
|
* [@rafael #406 Dirty attributes not correctly derived](https://github.com/mbleigh/acts-as-taggable-on/pull/406)
|
150
|
-
* [@
|
273
|
+
* [@BenZhang #440 Did not respect strict_case_match](https://github.com/mbleigh/acts-as-taggable-on/pull/440)
|
151
274
|
* [@znz #456 Fix breaking encoding of tag](https://github.com/mbleigh/acts-as-taggable-on/pull/456)
|
152
275
|
* [@rgould #417 Let '.count' work when tagged_with is accompanied by a group clause](https://github.com/mbleigh/acts-as-taggable-on/pull/417)
|
153
276
|
* [@developer88 #461 Move 'Distinct' out of select string and use .uniq instead](https://github.com/mbleigh/acts-as-taggable-on/pull/461)
|
154
277
|
* [@gerard-leijdekkers #473 Fixed down migration index name](https://github.com/mbleigh/acts-as-taggable-on/pull/473)
|
155
278
|
* [@leo-souza #498 Use database's lower function for case-insensitive match](https://github.com/mbleigh/acts-as-taggable-on/pull/498)
|
279
|
+
|
156
280
|
* Misc
|
157
281
|
* [@billychan #463 Thread safe support](https://github.com/mbleigh/acts-as-taggable-on/pull/463)
|
158
282
|
* [@billychan #386 Add parse:true instructions to README](https://github.com/mbleigh/acts-as-taggable-on/pull/386)
|
@@ -165,8 +289,9 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch.
|
|
165
289
|
|
166
290
|
* Fixes
|
167
291
|
* [@rafael #406 Dirty attributes not correctly derived](https://github.com/mbleigh/acts-as-taggable-on/pull/406)
|
168
|
-
* [@
|
292
|
+
* [@BenZhang #440 Did not respect strict_case_match](https://github.com/mbleigh/acts-as-taggable-on/pull/440)
|
169
293
|
* [@znz #456 Fix breaking encoding of tag](https://github.com/mbleigh/acts-as-taggable-on/pull/456)
|
294
|
+
|
170
295
|
* Misc
|
171
296
|
* [@billychan #386 Add parse:true instructions to README](https://github.com/mbleigh/acts-as-taggable-on/pull/386)
|
172
297
|
* [@seuros #449 Improve README/UPGRADING/post install docs](https://github.com/mbleigh/acts-as-taggable-on/pull/449)
|
@@ -178,26 +303,28 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch.
|
|
178
303
|
|
179
304
|
* Breaking Changes
|
180
305
|
* No longer supports Ruby 1.8.
|
306
|
+
|
181
307
|
* Features
|
182
308
|
* Supports Rails 4.1.
|
309
|
+
|
183
310
|
* Misc (TODO: expand)
|
184
|
-
* [
|
185
|
-
* [rsl #367](https://github.com/mbleigh/acts-as-taggable-on/pull/367)
|
186
|
-
* [ktdreyer #383](https://github.com/mbleigh/acts-as-taggable-on/pull/383)
|
187
|
-
* [cwoodcox #346](https://github.com/mbleigh/acts-as-taggable-on/pull/346)
|
188
|
-
* [mrb #421](https://github.com/mbleigh/acts-as-taggable-on/pull/421)
|
189
|
-
* [bf4 #430](https://github.com/mbleigh/acts-as-taggable-on/pull/430)
|
190
|
-
* [sanemat #368](https://github.com/mbleigh/acts-as-taggable-on/pull/368)
|
191
|
-
* [bf4 #343](https://github.com/mbleigh/acts-as-taggable-on/pull/343)
|
192
|
-
* [marclennox #429](https://github.com/mbleigh/acts-as-taggable-on/pull/429)
|
193
|
-
* [shekibobo #403](https://github.com/mbleigh/acts-as-taggable-on/pull/403)
|
194
|
-
* [ches ktdreyer #410](https://github.com/mbleigh/acts-as-taggable-on/pull/410)
|
195
|
-
* [makaroni4 #371](https://github.com/mbleigh/acts-as-taggable-on/pull/371)
|
196
|
-
* [kenzai
|
197
|
-
* [bf4 joelcogen shekibobo aaronchi #438](https://github.com/mbleigh/acts-as-taggable-on/pull/438)
|
198
|
-
* [seuros #442](https://github.com/mbleigh/acts-as-taggable-on/pull/442)
|
199
|
-
* [bf4 #445](https://github.com/mbleigh/acts-as-taggable-on/pull/445)
|
200
|
-
* [
|
311
|
+
* [@zquestz #359](https://github.com/mbleigh/acts-as-taggable-on/pull/359)
|
312
|
+
* [@rsl #367](https://github.com/mbleigh/acts-as-taggable-on/pull/367)
|
313
|
+
* [@ktdreyer #383](https://github.com/mbleigh/acts-as-taggable-on/pull/383)
|
314
|
+
* [@cwoodcox #346](https://github.com/mbleigh/acts-as-taggable-on/pull/346)
|
315
|
+
* [@mrb #421](https://github.com/mbleigh/acts-as-taggable-on/pull/421)
|
316
|
+
* [@bf4 #430](https://github.com/mbleigh/acts-as-taggable-on/pull/430)
|
317
|
+
* [@sanemat #368](https://github.com/mbleigh/acts-as-taggable-on/pull/368)
|
318
|
+
* [@bf4 #343](https://github.com/mbleigh/acts-as-taggable-on/pull/343)
|
319
|
+
* [@marclennox #429](https://github.com/mbleigh/acts-as-taggable-on/pull/429)
|
320
|
+
* [@shekibobo #403](https://github.com/mbleigh/acts-as-taggable-on/pull/403)
|
321
|
+
* [@ches @ktdreyer #410](https://github.com/mbleigh/acts-as-taggable-on/pull/410)
|
322
|
+
* [@makaroni4 #371](https://github.com/mbleigh/acts-as-taggable-on/pull/371)
|
323
|
+
* [kenzai @davidstosik @awt #431](https://github.com/mbleigh/acts-as-taggable-on/pull/431)
|
324
|
+
* [@bf4 @joelcogen @shekibobo @aaronchi #438](https://github.com/mbleigh/acts-as-taggable-on/pull/438)
|
325
|
+
* [@seuros #442](https://github.com/mbleigh/acts-as-taggable-on/pull/442)
|
326
|
+
* [@bf4 #445](https://github.com/mbleigh/acts-as-taggable-on/pull/445)
|
327
|
+
* [@eagletmt #446](https://github.com/mbleigh/acts-as-taggable-on/pull/446)
|
201
328
|
|
202
329
|
### 3.0.0.rc2 [changes](https://github.com/mbleigh/acts-as-taggable-on/compare/fork-v3.0.0.rc1...fork-v3.0.0.rc2)
|
203
330
|
|
@@ -206,5 +333,7 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch.
|
|
206
333
|
### [2.4.1 / 2013-05-07](https://github.com/mbleigh/acts-as-taggable-on/compare/v2.4.0...v2.4.1)
|
207
334
|
|
208
335
|
* Features
|
336
|
+
|
209
337
|
* Fixes
|
338
|
+
|
210
339
|
* Misc
|