public
Description: A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
Homepage: http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
Clone URL: git://github.com/mbleigh/acts-as-taggable-on.git
Click here to lend your support to: acts-as-taggable-on and make a donation at www.pledgie.com !
acts-as-taggable-on / CHANGELOG
100644 18 lines (11 sloc) 0.404 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
== 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