Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

inlined new-form error if object is invalid #23

Closed agreif closed 11 years ago

agreif commented 11 years ago

Hi have a hobo-model "Provider" with following fields:

fields do name :string, :required timestamps end

the controler inlines the new-form:

auto_actions :all, :except => :new

Works fine: submitting a valid "name"

Throws error: submitting the new-form with an empty "name"


Trace:

NoMethodError in Providers#index

Showing controller: providers; dryml-tag: index-page where line #1 raised:

undefined method `member_class' for #<Provider id: nil, name: "", created_at: nil, updated_at: nil> Extracted source (around line #1):

0

Application Trace | Framework Trace | Full Trace app/views/taglibs/auto/rapid/pages.dryml:371:in block (8 levels) in index_page__for_provider' app/views/taglibs/auto/rapid/pages.dryml:370:inblock (7 levels) in index_pagefor_provider' app/views/taglibs/auto/rapid/pages.dryml:370:in `block (6 levels) in index_pagefor_provider' app/views/taglibs/auto/rapid/pages.dryml:369:inblock (5 levels) in index_page__for_provider' app/views/taglibs/auto/rapid/pages.dryml:369:inblock (4 levels) in index_pagefor_provider' app/views/taglibs/auto/rapid/pages.dryml:362:in`block (3 levels) in index_pagefor_provider' app/views/taglibs/auto/rapid/pages.dryml:359:in block in index_page__for_provider' app/views/taglibs/auto/rapid/pages.dryml:358:inindex_page__for_provider' Request

Parameters:

{"page_path"=>"/providers", "authenticity_token"=>"x97q087vrCEBvuJnc4tCEIbYzMMuoa/kRviRAijsDIA=", "provider"=>{"name"=>""}} Show session dump

Show env dump

Response

Headers:

None

bryanlarsen commented 11 years ago

Could you send me the full back trace please? Either by clicking on the tab or by adjusting config/initializers/backtrace_silencers.rb

agreif commented 11 years ago

yep, here it is:

activemodel (3.2.11) lib/active_model/attribute_methods.rb:407:in `method_missing'
activerecord (3.2.11) lib/active_record/attribute_methods.rb:149:in `method_missing'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/model/find_for.rb:48:in `method_missing_with_find_for'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/views/count.dryml:78:in `block in count'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/views/count.dryml:65:in `count'
app/views/taglibs/auto/rapid/pages.dryml:371:in `block (8 levels) in index_page__for_provider'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
app/views/taglibs/auto/rapid/pages.dryml:370:in `block (7 levels) in index_page__for_provider'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/app/helpers/hobo_translations_normalizer_helper.rb:14:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/app/helpers/hobo_translations_normalizer_helper.rb:14:in `normalize_args'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/app/helpers/hobo_translations_helper.rb:35:in `hobo_translate'
app/views/taglibs/auto/rapid/pages.dryml:370:in `block (6 levels) in index_page__for_provider'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
app/views/taglibs/auto/rapid/pages.dryml:369:in `block (5 levels) in index_page__for_provider'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:506:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:506:in `block in override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:506:in `override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:486:in `call_tag_parameter'
app/views/taglibs/auto/rapid/pages.dryml:369:in `block (4 levels) in index_page__for_provider'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
app/views/taglibs/auto/rapid/pages.dryml:362:in `block (3 levels) in index_page__for_provider'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:514:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:514:in `block in override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/tag_parameters.rb:19:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/tag_parameters.rb:19:in `method_missing'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/header.dryml:3:in `block in header'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/header.dryml:2:in `header'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:523:in `override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:486:in `call_tag_parameter'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:67:in `block (12 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:66:in `block (11 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:516:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:516:in `block in override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/tag_parameters.rb:19:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/tag_parameters.rb:19:in `method_missing'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/section.dryml:7:in `block in section'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/section.dryml:6:in `section'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:523:in `override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:486:in `call_tag_parameter'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:66:in `block (10 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:65:in `block (9 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:427:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:427:in `block in call_tag_parameter_with_default_content'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:427:in `call_tag_parameter_with_default_content'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:462:in `call_tag_parameter'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/section_group.dryml:11:in `block in section_group'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/section_group.dryml:11:in `section_group'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:65:in `block (8 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:64:in `block (7 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:516:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:516:in `block in override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/tag_parameters.rb:19:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/tag_parameters.rb:19:in `method_missing'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/section.dryml:7:in `block in section'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/section.dryml:6:in `section'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:523:in `override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:486:in `call_tag_parameter'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:64:in `block (6 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/scoped_variables.rb:20:in `new_scope'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:55:in `block (5 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:54:in `block (4 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:506:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:506:in `block in override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:506:in `override_and_call_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:486:in `call_tag_parameter'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:54:in `block (3 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:32:in `block (2 levels) in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:436:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:436:in `block in call_tag_parameter_with_default_content'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/tag_parameters.rb:19:in `call'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/tag_parameters.rb:19:in `method_missing'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/taglibs/core.dryml:65:in `block in do_'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/taglibs/core.dryml:65:in `do_'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:440:in `call_tag_parameter_with_default_content'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:462:in `call_tag_parameter'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/html.dryml:17:in `block (2 levels) in html'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/scoped_variables.rb:20:in `new_scope'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/html.dryml:17:in `block in html'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/html/html.dryml:11:in `html'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:32:in `block in page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_clean/taglibs/hobo_clean.dryml:30:in `page'
app/views/taglibs/auto/rapid/pages.dryml:359:in `block in index_page__for_provider'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
app/views/taglibs/auto/rapid/pages.dryml:358:in `index_page__for_provider'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:238:in `call_polymorphic_tag'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/pages/pages.dryml:13:in `block in index_page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo_rapid/taglibs/pages/pages.dryml:7:in `index_page'
app/views/taglibs/application.dryml:7:in `block in index_page_with_new_form_on_top'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `block in _tag_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:386:in `_tag_context'
app/views/taglibs/application.dryml:6:in `index_page_with_new_form_on_top'
app/views/providers/index.dryml:1:in `block in render_page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:325:in `block in new_object_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `block in new_context'
actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:288:in `new_context'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml/template_environment.rb:302:in `new_object_context'
app/views/providers/index.dryml:1:in `render_page'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/dryml/lib/dryml.rb:77:in `call_render'
app/views/providers/index.dryml:1:in `_app_views_providers_index_dryml___3211625377453045440_2199517340'
actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/agreif/usr_local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime'
activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/controller/model.rb:862:in `render_with_hobo_model'
actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.11) lib/action_controller/metal/responder.rb:232:in `default_render'
actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html'
actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond'
actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call'
actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/controller/model.rb:532:in `index_response'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/controller/model.rb:484:in `hobo_index'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/controller/model.rb:162:in `index'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/controller/model.rb:382:in `re_render_form'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/controller/model.rb:614:in `block (2 levels) in create_response'
actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call'
actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render'
actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html'
actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond'
actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call'
actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/controller/model.rb:609:in `create_response'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/controller/model.rb:553:in `hobo_create'
/Users/agreif/usr_local/rvm/gems/ruby-1.9.2-p290@hobo4/bundler/gems/hobo-81125434d840/hobo/lib/hobo/controller/model.rb:165:in `create'
actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.11) lib/active_support/callbacks.rb:469:in `_run__3126873745980522261__process_action__4554678232660550085__callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.4) lib/rack/etag.rb:23:in `call'
rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3091480332328352651__call__1011271527960677803__callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
quiet_assets (1.0.1) lib/quiet_assets.rb:20:in `call_with_quiet_assets'
actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.4) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.4) lib/rack/lock.rb:15:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.11) lib/rails/engine.rb:479:in `call'
railties (3.2.11) lib/rails/application.rb:223:in `call'
rack (1.4.4) lib/rack/content_length.rb:14:in `call'
railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
/Users/agreif/usr_local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/agreif/usr_local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/agreif/usr_local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'