Bugs: Browse | Submit New | Admin

[#6316] Issues with acts_as_taggable recognizing tags_model join table

Date:
2006-10-25 18:14
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
taggable.rb
State:
Open
Summary:
Issues with acts_as_taggable recognizing tags_model join table

Detailed description
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!

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item