Displaying 1 result from an estimated 1 matches for "slashdotdash".
2006 Jun 25
1
Having Trouble Using ActsAsTaggable
I''ve installed the acts_as_taggable plugin and modifed it according to 
the tutorial form making it user specific 
(http://www.slashdotdash.net/blog/articles/2006/04/29/acts_as_taggable-per-user-tagging 
).
I keep getting errors when I try to tag things, however, and have traced 
the problem to the line of the tag_with function that calls the 
find_or_create_by_name function.  So I fired up the console and did the 
following:
Loading...