I have been using acts_as_taggable 1.0.4 without issue - a very nice gem! When I updated all my gems on my dev station,
I got this error which worked fine with 1.0.4
ActiveRecord::StatementInvalid (Mysql::Error: #42S02Table 'mydb.postings_tags' doesn't exist: SELECT tags.id AS id,
tags.name AS name, COUNT(*) AS count FROM postings_tags, postings, tags WHERE postings_tags.tag_id = tags.id
AND postings_tags.posting_id = postings.id GROUP BY tags.id,tags.name ORDER BY count DESC ):
Other than that, I love the gem! |