forked from mbleigh/acts-as-taggable-on
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
42 lines (23 loc) · 826 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
is_taggable:
== 2009-05-15
* Added ability to disable multiple inserts for unsupported databases (thx djanowski)
== 2008-01-22
* Fixed gem building problem, gem should build now
== 2008-12-11
* Added support for Rails 2.2.2 (new Multibyte::Chars handling for tag normalization)
== 2008-something-something
* Forked and totally changed
== 2009-01-05
* Updated broken gemspec (thanks, mixr)
acts-as-taggable-on:
== 2008-07-17
* Can now use a named_scope to find tags!
== 2008-06-23
* Can now find related objects of another class (tristanzdunn)
* Removed extraneous down migration cruft (azabaj)
== 2008-06-09
* Added support for Single Table Inheritance
* Adding gemspec and rails/init.rb for gemified plugin
== 2007-12-12
* Added ability to use dynamic tag contexts
* Fixed missing migration generator