Skip to content

Instantly share code, notes, and snippets.

@yitzhakbg
Created March 3, 2011 18:03
Show Gist options
  • Save yitzhakbg/853191 to your computer and use it in GitHub Desktop.
Save yitzhakbg/853191 to your computer and use it in GitHub Desktop.
Here's the screen output (log output follows it, below):
NoMethodError in Surveyor#edit
Showing vendor/plugins/surveyor/app/views/partials/_question.html.haml where line #4 raised:
undefined method `id' for 0:Fixnum
Extracted source (around line #4):
1: -# TODO: js for slider
2: - rg ||= nil
3: - renderer = q.renderer(g ||= nil)
4: - f.inputs q_text(q), :id => rg ? "q_#{q.id}_#{rg.id}" : "q_#{q.id}", :class => "q_#{renderer} #{q.css_class(@response_set)}" do
5: %span.help= q.help_text
6: - case renderer
7: - when :image, :label
Trace of template inclusion: vendor/plugins/surveyor/app/views/partials/_question_group.html.haml, vendor/plugins/surveyor/app/views/partials/_section.html.haml, vendor/plugins/surveyor/app/views/surveyor/edit.html.haml
RAILS_ROOT: /home/ybg/Projects/tryme
Application Trace | Framework Trace | Full Trace
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question.html.haml:4:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_question46html46haml_locals_f_g_object_q_question_rg'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `block in benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:276:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:90:in `non_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:26:in `block (3 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:25:in `each'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:25:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:23:in `times'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:23:in `block in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `block in capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:566:in `with_haml_buffer'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:339:in `capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1365:in `field_set_and_list_wrapping'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:293:in `inputs'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:2:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `block in benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:276:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:90:in `non_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_section.html.haml:9:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_collection.rb:369:in `block in method_missing'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb:215:in `each'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb:215:in `each_with_index'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb:215:in `method_missing'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_collection.rb:369:in `method_missing'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_section.html.haml:4:in `block in _run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `block in capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:566:in `with_haml_buffer'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:339:in `capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:88:in `capture_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/tag_helper.rb:71:in `content_tag'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:110:in `content_tag_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/record_tag_helper.rb:54:in `content_tag_for'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/record_tag_helper.rb:16:in `div_for'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_section.html.haml:1:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `block in benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:276:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:90:in `non_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:12:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/caching/fragments.rb:47:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/caching/fragments.rb:47:in `fragment_for'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/cache_helper.rb:35:in `cache'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:12:in `block in _run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:229:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:229:in `block in form_for_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:588:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:588:in `block in haml_bind_proc'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/form_helper.rb:499:in `fields_for'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/form_helper.rb:282:in `form_for'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:235:in `form_for_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1941:in `block in semantic_form_for'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1906:in `with_custom_field_error_proc'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1940:in `semantic_form_for'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:6:in `_run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:265:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:348:in `_render_with_layout'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:262:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:1250:in `render_for_file'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:936:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `block in render_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:1326:in `default_render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:1332:in `perform_action'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/filters.rb:617:in `call_filters'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/filters.rb:610:in `perform_action_with_filters'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `block in perform_action_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/rescue.rb:160:in `perform_action_with_rescue'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/flash.rb:151:in `perform_action_with_flash'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `process'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/filters.rb:606:in `process_with_filters'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:391:in `process'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:386:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/routing/route_set.rb:438:in `call'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question.html.haml:4:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_question46html46haml_locals_f_g_object_q_question_rg'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `block in benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:276:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:90:in `non_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:26:in `block (3 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:25:in `each'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:25:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:23:in `times'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:23:in `block in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `block in capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:566:in `with_haml_buffer'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:339:in `capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1365:in `field_set_and_list_wrapping'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:293:in `inputs'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:2:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `block in benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:276:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:90:in `non_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_section.html.haml:9:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_collection.rb:369:in `block in method_missing'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb:215:in `each'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb:215:in `each_with_index'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb:215:in `method_missing'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_collection.rb:369:in `method_missing'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_section.html.haml:4:in `block in _run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `block in capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:566:in `with_haml_buffer'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:339:in `capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:88:in `capture_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/tag_helper.rb:71:in `content_tag'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:110:in `content_tag_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/record_tag_helper.rb:54:in `content_tag_for'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/record_tag_helper.rb:16:in `div_for'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_section.html.haml:1:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `block in benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:276:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:90:in `non_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:12:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/caching/fragments.rb:47:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/caching/fragments.rb:47:in `fragment_for'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/cache_helper.rb:35:in `cache'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:12:in `block in _run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:229:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:229:in `block in form_for_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:588:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:588:in `block in haml_bind_proc'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/form_helper.rb:499:in `fields_for'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/form_helper.rb:282:in `form_for'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:235:in `form_for_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1941:in `block in semantic_form_for'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1906:in `with_custom_field_error_proc'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1940:in `semantic_form_for'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:6:in `_run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:265:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:348:in `_render_with_layout'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:262:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:1250:in `render_for_file'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:936:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `block in render_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:1326:in `default_render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:1332:in `perform_action'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/filters.rb:617:in `call_filters'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/filters.rb:610:in `perform_action_with_filters'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `block in perform_action_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/rescue.rb:160:in `perform_action_with_rescue'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/flash.rb:151:in `perform_action_with_flash'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `process'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/filters.rb:606:in `process_with_filters'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:391:in `process'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:386:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/routing/route_set.rb:438:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:87:in `dispatch'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:121:in `_call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:130:in `block in build_middleware_stack'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `call'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `block in call'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:9:in `cache'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:28:in `call'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/sass/plugin/rack.rb:41:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/string_coercion.rb:25:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/head.rb:9:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/methodoverride.rb:24:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/params_parser.rb:15:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/session/cookie_store.rb:99:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/failsafe.rb:26:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/lock.rb:11:in `block in call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/lock.rb:11:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:114:in `block in call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/reloader.rb:34:in `run'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:108:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rails-2.3.8/lib/rails/rack/static.rb:31:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/urlmap.rb:47:in `block in call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/urlmap.rb:41:in `each'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/urlmap.rb:41:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rails-2.3.8/lib/rails/rack/log_tailer.rb:17:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/content_length.rb:13:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/handler/webrick.rb:48:in `service'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question.html.haml:4:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_question46html46haml_locals_f_g_object_q_question_rg'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `block in benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:276:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:90:in `non_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:26:in `block (3 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:25:in `each'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:25:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:23:in `times'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:23:in `block in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `block in capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:566:in `with_haml_buffer'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:339:in `capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1365:in `field_set_and_list_wrapping'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:293:in `inputs'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:2:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `block in benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:276:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:90:in `non_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_section.html.haml:9:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_collection.rb:369:in `block in method_missing'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb:215:in `each'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb:215:in `each_with_index'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb:215:in `method_missing'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/associations/association_collection.rb:369:in `method_missing'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_section.html.haml:4:in `block in _run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:343:in `block in capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:566:in `with_haml_buffer'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:339:in `capture_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:88:in `capture_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/tag_helper.rb:71:in `content_tag'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:110:in `content_tag_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/record_tag_helper.rb:54:in `content_tag_for'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/record_tag_helper.rb:16:in `div_for'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/partials/_section.html.haml:1:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `block in benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:276:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:90:in `non_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:12:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/caching/fragments.rb:47:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/caching/fragments.rb:47:in `fragment_for'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/cache_helper.rb:35:in `cache'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:12:in `block in _run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:229:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:229:in `block in form_for_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:588:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers.rb:588:in `block in haml_bind_proc'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/form_helper.rb:499:in `fields_for'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/helpers/form_helper.rb:282:in `form_for'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:235:in `form_for_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1941:in `block in semantic_form_for'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1906:in `with_custom_field_error_proc'
/usr/lib/ruby/gems/1.9.1/gems/formtastic-1.2.3/lib/formtastic.rb:1940:in `semantic_form_for'
/home/ybg/Projects/tryme/vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:6:in `_run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `block in render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:265:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:348:in `_render_with_layout'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_view/base.rb:262:in `render'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:1250:in `render_for_file'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:936:in `render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `block in render_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:1326:in `default_render'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:1332:in `perform_action'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/filters.rb:617:in `call_filters'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/filters.rb:610:in `perform_action_with_filters'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `block in perform_action_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/rescue.rb:160:in `perform_action_with_rescue'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/flash.rb:151:in `perform_action_with_flash'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `process'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/filters.rb:606:in `process_with_filters'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:391:in `process'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/base.rb:386:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/routing/route_set.rb:438:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:87:in `dispatch'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:121:in `_call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:130:in `block in build_middleware_stack'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `call'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `block in call'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:9:in `cache'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:28:in `call'
/usr/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/usr/lib/ruby/gems/1.9.1/gems/haml-3.0.25/lib/sass/plugin/rack.rb:41:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/string_coercion.rb:25:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/head.rb:9:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/methodoverride.rb:24:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/params_parser.rb:15:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/session/cookie_store.rb:99:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/failsafe.rb:26:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/lock.rb:11:in `block in call'
<internal:prelude>:10:in `synchronize'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/lock.rb:11:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:114:in `block in call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/reloader.rb:34:in `run'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:108:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rails-2.3.8/lib/rails/rack/static.rb:31:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/urlmap.rb:47:in `block in call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/urlmap.rb:41:in `each'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/urlmap.rb:41:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rails-2.3.8/lib/rails/rack/log_tailer.rb:17:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/content_length.rb:13:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.1/lib/rack/handler/webrick.rb:48:in `service'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Request
Parameters:
{"section"=>"2",
"survey_code"=>"kitchen-sink-survey",
"response_set_code"=>"[\" \",
\"b\",
\"\\\"\",
\"\\\"\",
\" \",
\",
\",
\"\\\"\",
\",
\",
\",
\",
\",
\"]"}
Show session dump
---
Response
Headers:
{"Cache-Control"=>"no-cache",
"Content-Type"=>"text/html"}
and this is from the log:
Dependency Load (0.5ms) SELECT * FROM `dependencies` WHERE (`dependencies`.question_group_id = 3) LIMIT 1
Rendered partials/_answer (1.5ms)
Rendered partials/_answer (0.8ms)
Rendered partials/_answer (1.2ms)
Rendered partials/_answer (1.2ms)
Rendered partials/_answer (1.1ms)
Rendered partials/_answer (1.2ms)
Rendered partials/_answer (1.2ms)
Rendered partials/_answer (1.0ms)
Rendered partials/_answer (1.8ms)
Rendered partials/_answer (1.2ms)
Rendered partials/_answer (0.9ms)
Rendered partials/_answer (1.4ms)
Rendered partials/_answer (1.1ms)
Rendered partials/_answer (1.1ms)
Rendered partials/_answer (1.0ms)
Rendered partials/_question_group (21.9ms)
Rendered partials/_answer (1.6ms)
Rendered partials/_answer (1.6ms)
Rendered partials/_answer (1.5ms)
Rendered partials/_answer (2.2ms)
Rendered partials/_answer (1.7ms)
Rendered partials/_question (9.8ms)
Rendered partials/_answer (1.6ms)
Rendered partials/_answer (1.6ms)
Rendered partials/_answer (1.5ms)
Rendered partials/_answer (1.8ms)
Rendered partials/_question (8.0ms)
Dependency Load (0.1ms) SELECT * FROM `dependencies` WHERE (`dependencies`.question_group_id = 4) LIMIT 1
ActionView::TemplateError (undefined method `id' for 0:Fixnum) on line #4 of vendor/plugins/surveyor/app/views/partials/_question.html.haml:
1: -# TODO: js for slider
2: - rg ||= nil
3: - renderer = q.renderer(g ||= nil)
4: - f.inputs q_text(q), :id => rg ? "q_#{q.id}_#{rg.id}" : "q_#{q.id}", :class => "q_#{renderer} #{q.css_class(@response_set)}" do
5: %span.help= q.help_text
6: - case renderer
7: - when :image, :label
vendor/plugins/surveyor/app/views/partials/_question.html.haml:4:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_question46html46haml_locals_f_g_object_q_question_rg'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
haml (3.0.25) lib/haml/helpers.rb:90:in `non_haml'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:26:in `block (3 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:25:in `each'
vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:25:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:23:in `times'
vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:23:in `block in _run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
haml (3.0.25) lib/haml/helpers.rb:343:in `call'
haml (3.0.25) lib/haml/helpers.rb:343:in `block in capture_haml'
haml (3.0.25) lib/haml/helpers.rb:566:in `with_haml_buffer'
haml (3.0.25) lib/haml/helpers.rb:339:in `capture_haml'
formtastic (1.2.3) lib/formtastic.rb:1365:in `field_set_and_list_wrapping'
formtastic (1.2.3) lib/formtastic.rb:293:in `inputs'
vendor/plugins/surveyor/app/views/partials/_question_group.html.haml:2:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_question_group46html46haml_locals_f_g_object_qs_question_group'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
haml (3.0.25) lib/haml/helpers.rb:90:in `non_haml'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
vendor/plugins/surveyor/app/views/partials/_section.html.haml:9:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
vendor/plugins/surveyor/app/views/partials/_section.html.haml:4:in `block in _run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
haml (3.0.25) lib/haml/helpers.rb:343:in `call'
haml (3.0.25) lib/haml/helpers.rb:343:in `block in capture_haml'
haml (3.0.25) lib/haml/helpers.rb:566:in `with_haml_buffer'
haml (3.0.25) lib/haml/helpers.rb:339:in `capture_haml'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:88:in `capture_with_haml'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:110:in `content_tag_with_haml'
vendor/plugins/surveyor/app/views/partials/_section.html.haml:1:in `_run_haml_vendor47plugins47surveyor47app47views47partials47_section46html46haml_locals_f_object_section'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml'
haml (3.0.25) lib/haml/helpers.rb:90:in `non_haml'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml'
vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:12:in `block (2 levels) in _run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:12:in `block in _run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:229:in `call'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:229:in `block in form_for_with_haml'
haml (3.0.25) lib/haml/helpers.rb:588:in `call'
haml (3.0.25) lib/haml/helpers.rb:588:in `block in haml_bind_proc'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:235:in `form_for_with_haml'
formtastic (1.2.3) lib/formtastic.rb:1941:in `block in semantic_form_for'
formtastic (1.2.3) lib/formtastic.rb:1906:in `with_custom_field_error_proc'
formtastic (1.2.3) lib/formtastic.rb:1940:in `semantic_form_for'
vendor/plugins/surveyor/app/views/surveyor/edit.html.haml:6:in `_run_haml_vendor47plugins47surveyor47app47views47surveyor47edit46html46haml'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
haml (3.0.25) lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
haml (3.0.25) lib/sass/plugin/rack.rb:41:in `call'
<internal:prelude>:10:in `synchronize'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendered rescues/_trace (49.9ms)
Rendered rescues/_request_and_response (1.0ms)
Rendering rescues/layout (internal_server_error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment