p.tag_list.add “1” => [“1”]
p.save NoMethodError: undefined method find_or_create_with_like_by_name' for #<Class:0x1ff912c> from / Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ base.rb:1833:inmethod_missing_without_paginate’ from /Users/bullet/
Documents/RAILS_WORK/QUAMM/quamm/vendor/plugins/will_paginate/lib/
will_paginate/finder.rb:167:in method_missing' from /Users/bullet/ Documents/RAILS_WORK/QUAMM/quamm/vendor/plugins/ acts_as_taggable_on_steroids/lib/acts_as_taggable.rb:182:insave_tags’ from /Users/bullet/Documents/RAILS_WORK/QUAMM/quamm/vendor/
plugins/acts_as_taggable_on_steroids/lib/acts_as_taggable.rb:181:in each' from /Users/bullet/Documents/RAILS_WORK/QUAMM/quamm/vendor/ plugins/acts_as_taggable_on_steroids/lib/acts_as_taggable.rb:181:insave_tags’ from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/
active_record/connection_adapters/abstract/database_statements.rb:
66:in transaction' from /Library/Ruby/Gems/1.8/gems/ activerecord-2.2.2/lib/active_record/transactions.rb:129:intransaction’ from /Users/bullet/Documents/RAILS_WORK/QUAMM/quamm/
vendor/plugins/acts_as_taggable_on_steroids/lib/acts_as_taggable.rb:
175:in `save_tags’
mislav-will_paginate newest version
acts_as_taggable_on_steorids newest version
Jochen - I have mislav-will_paginate-2.3.6 running under Rails-2.2.2,
the app was migrated from Rails-2.2.0 with no changes. I can’t say
anything about acts_as_taggable_on_steroids however.
f.taggings
=> []
f.save
NoMethodError: undefined method find_or_create_with_like_by_name' for #<Class:0x211d2c4> from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ base.rb:1833:in method_missing_without_paginate’
from /Users/bullet/Documents/RAILS_WORK/QUAMM/quamm/vendor/plugins/
will_paginate/lib/will_paginate/finder.rb:167:in method_missing' from /Users/bullet/Documents/RAILS_WORK/QUAMM/quamm/vendor/plugins/ acts_as_taggable_on_steroids/lib/acts_as_taggable.rb:182:in save_tags’
from /Users/bullet/Documents/RAILS_WORK/QUAMM/quamm/vendor/plugins/
acts_as_taggable_on_steroids/lib/acts_as_taggable.rb:181:in each' from /Users/bullet/Documents/RAILS_WORK/QUAMM/quamm/vendor/plugins/ acts_as_taggable_on_steroids/lib/acts_as_taggable.rb:181:in save_tags’
from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/
connection_adapters/abstract/database_statements.rb:66:in transaction' from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ transactions.rb:129:in transaction’
from /Users/bullet/Documents/RAILS_WORK/QUAMM/quamm/vendor/plugins/
acts_as_taggable_on_steroids/lib/acts_as_taggable.rb:175:in save_tags' from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/ active_support/callbacks.rb:178:in send’
from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/
active_support/callbacks.rb:178:in evaluate_method' from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/ active_support/callbacks.rb:166:in call’
from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/
active_support/callbacks.rb:93:in run' from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/ active_support/callbacks.rb:92:in each’
from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/
active_support/callbacks.rb:92:in send' from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/ active_support/callbacks.rb:92:in run’
from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/
active_support/callbacks.rb:277:in run_callbacks' ... 1 levels... from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ callbacks.rb:223:in create_or_update’
from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/
base.rb:2383:in save_without_validation' from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ validations.rb:1009:in save_without_dirty’
from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/
dirty.rb:79:in save_without_transactions' from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ transactions.rb:179:in send’
from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/
transactions.rb:179:in with_transaction_returning_status' from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ connection_adapters/abstract/database_statements.rb:66:in transaction’
from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/
transactions.rb:129:in transaction' from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ transactions.rb:138:in transaction’
from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/
transactions.rb:178:in with_transaction_returning_status' from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ transactions.rb:146:in save_without_after_commit_callback’
from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/
transactions.rb:158:in rollback_active_record_state!' from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/ transactions.rb:146:in save_without_after_commit_callback’
from /Users/bullet/Documents/RAILS_WORK/QUAMM/quamm/vendor/plugins/
thinking-sphinx/lib/thinking_sphinx/active_record/delta.rb:38:in `save’
from (irb):177
from /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/
attribute_methods.rb:213>>