I'm getting the following error in a Hobo application on Ruby 1.9.2 and in 1.8.7. Has anyone else encountered this issue?
Peter NoMethodError (undefined method `view_hints' for ActiveRecord::Base:Class): /usr/local/lib/ruby/gems/1.9.1/gems/will_paginate-2.3.15/lib/will_paginate/finder.rb:170:in `method_missing_with_paginate' hobo (1.0.1) taglibs/rapid_forms.dryml:645:in `block in select_one' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:328:in `block in _tag_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `block in new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:328:in `_tag_context' hobo (1.0.1) taglibs/rapid_forms.dryml:642:in `select_one' hobo (1.0.1) taglibs/rapid_forms.dryml:306:in `block in input' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:328:in `block in _tag_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `block in new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:328:in `_tag_context' hobo (1.0.1) taglibs/rapid_forms.dryml:289:in `input' hobo (1.0.1) taglibs/core.dryml:7:in `block in call_tag' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:328:in `block in _tag_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `block in new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:328:in `_tag_context' hobo (1.0.1) taglibs/core.dryml:6:in `call_tag' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:464:in `override_and_call_tag' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:427:in `call_tag_parameter' hobo (1.0.1) taglibs/rapid_core.dryml:42:in `block (11 levels) in field_list' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `block in new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `new_context' hobo (1.0.1) taglibs/rapid_core.dryml:42:in `block (10 levels) in field_list' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:457:in `call' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:457:in `block in override_and_call_tag' hobo (1.0.1) lib/hobo/dryml/tag_parameters.rb:21:in `call' hobo (1.0.1) lib/hobo/dryml/tag_parameters.rb:21:in `method_missing' hobo (1.0.1) taglibs/core.dryml:55:in `block in do_' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:328:in `block in _tag_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `block in new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:328:in `_tag_context' hobo (1.0.1) taglibs/core.dryml:55:in `do_' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:464:in `override_and_call_tag' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:427:in `call_tag_parameter' hobo (1.0.1) taglibs/rapid_core.dryml:42:in `block (9 levels) in field_list' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `block in new_context' hobo (1.0.1) lib/hobo/dryml/template_environment.rb:248:in `new_context' In Ruby 1.8.7 /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/base.rb:1959:in `method_missing_without_paginate' /Library/Ruby/Gems/1.8/gems/will_paginate-2.3.14/lib/will_paginate/finder.rb:170:in `method_missing' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/taglibs/rapid_forms.dryml:645:in `select_one' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:328:in `_tag_context' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:248:in `new_context' /Library/Ruby/Gems/1.8/gems/actionpack-2.3.5/lib/action_view/helpers/capture_helper.rb:129:in `with_output_buffer' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:248:in `new_context' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:328:in `_tag_context' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/taglibs/rapid_forms.dryml:642:in `select_one' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/taglibs/rapid_forms.dryml:306:in `input' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:328:in `_tag_context' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:248:in `new_context' /Library/Ruby/Gems/1.8/gems/actionpack-2.3.5/lib/action_view/helpers/capture_helper.rb:129:in `with_output_buffer' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:248:in `new_context' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:328:in `_tag_context' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/taglibs/rapid_forms.dryml:289:in `input' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/taglibs/core.dryml:7:in `send' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/taglibs/core.dryml:7:in `call_tag' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:328:in `_tag_context' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:248:in `new_context' /Library/Ruby/Gems/1.8/gems/actionpack-2.3.5/lib/action_view/helpers/capture_helper.rb:129:in `with_output_buffer' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:248:in `new_context' /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/dryml/template_environment.rb:328:in `_tag_context' -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
