Posted By: Dirk Elmendorf
Date: 2006-07-29 01:55
Summary: acts_as_taggable 2.0.0 beta
Project: acts_as_taggable
New test release. I've added in a number of bug fixes and patches (thanks for all the contributions).
I'm going to be putting up the 2.0.0 version which you can use if you dare.
IMPORTANT NOTE: The default table names have changed to be more inline with the way rails expects them. The docs show you how to migrate.
Other changes:
FEATURE:Added in count_uniq_tagged with - (Patch by Lon Baker)
BUGFIX: Fixed typos - (Patch Blair Zajac)
FEATURE: clear_tags - clears all tags
FEATURE: remove_tag - removes 1 or more tags
FEATURE: replace_tag - replaces 1 or more tags with one or more tags
BUGFIX: join table now follows the rails convention
FEATURE: :tag_class_column_name - allows overriding of the tag name column (Patch Sam Joseph)
FEATURE: find_related_tagged now supports :conditions
FEATURE: :normalizer - allows the system to standardize the case for all tags - controlled by a Proc you provide |
|