acts_as_taggable question

Hi folks,

I was using the acts_as_taggable gem in my application. However recently I accidentally ran

gem install acts_as_taggable and now my application is giving errors complaining about missing tables resources_tags

Before running the gem install command, I had tables named as tags_resources. Why am I now getting these errors? Has there been a change in acts_as_taggable gem? Why would it reverse the table name?

Please assist as I am stumped…

Thanks, Frank

I may be wrong, but I believe that the acts_as_taggable gem is out of date and you should be using the acts_as_taggable plugin.

See http://wiki.rubyonrails.org/rails/pages/ActsAsTaggablePluginHowto

for more.