Well, after looking around, it seems that the acts_as_taggable
gem is pretty clearly no longer supported. The acts_as_taggable
world overall seems to be pretty confusing. Before I start
a porting job to a new tagging plugin and start changing my
database schemas and converting production data over, I'd like to try
to find something that has half a chance to stay supported
for a while and not break again with the next rails upgrade, or
at least be fixed when it does break.
Is there any consensus pick? It's not clear from
googling and looking at repositories, but it seems like
there's a slight preference for "acts_as_taggable_on_steroids"
(although there seem to be several different "improved"
versions of that, I'd prefer to stick with something
more mainstream).
Thanks...
-glenn
Glenn Little wrote:
> We have some apps using the acts_as_taggable *gem* (which as far
> as I can tell is a different thing from the acts_as_taggable
> *plugin*). Version 2.0.2
>
> Unfortunately, under rails 2.1.2, we're getting complaints
> when the gem tries to use the "push_with_attributes" method:
>
> undefined method `push_with_attributes' for <blah>
>
> Is there a newer version of the acts_as_taggable gem, and
> if so, how would I get it? A simple
>
> gem update acts_as_taggable
>
> reports "Nothing to update"
>
> Thanks!
>
> -glenn
>
--~--~---------~--~----~------------~-------~--~----~
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
-~----------~----~----~----~------~----~------~--~---