The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
acts_as_taggable beta release

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Obie Fernandez

Posts: 608
Nickname: obie
Registered: Aug, 2005

Obie Fernandez is a Technologist for ThoughtWorks
acts_as_taggable beta release Posted: Jul 28, 2006 2:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Obie Fernandez.
Original Post: acts_as_taggable beta release
Feed Title: Obie On Rails (Has It Been 9 Years Already?)
Feed URL: http://jroller.com/obie/feed/entries/rss
Feed Description: Obie Fernandez talks about life as a technologist, mostly as ramblings about software development and consulting. Nowadays it's pretty much all about Ruby and Ruby on Rails.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Obie Fernandez
Latest Posts From Obie On Rails (Has It Been 9 Years Already?)

Advertisement

After much neglect, acts_as_taggable for Rails has finally been updated and released as a 2.0 beta version. All of the credit goes to my friend Dirk Elmendorf for his hard work and gracious disposition to take over as admin of the project.

Here are the release notes for your perusal:

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

Thank you Dirk and contributors!

Read: acts_as_taggable beta release

Topic: Subversion: 10 consejos para usuarios de CVS Previous Topic   Next Topic Topic: Pure XML Technology in DB2 9

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use