I always get the following problem:

Loading development environment (Rails 2.2.2) >> p = Frontpage.find 1

=> #<Frontpage id: 1, worker_id: 1, description: "dsadsa", show_date:  
"2008-11-22 11:20:27", hide_date: "2008-12-22 11:20:27", pos: nil,  
cached_tag_list: "", active: false, created_at: "2008-11-22 11:20:27",  
updated_at: "2008-11-22 11:20:27", frontpageimage_file_name:  
"08_08_2007_shoz.jpg", frontpageimage_content_type: "image/jpeg",  
frontpageimage_file_size: 203781, frontpageimage_updated_at:  
"2008-11-22 12:20:26">

 >> 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: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'

-----------

mislav-will_paginate            newest version
acts_as_taggable_on_steorids    newest version


Any solutions?
Thanx

Jochen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to