Created
December 21, 2008 07:10
-
-
Save smtm/38596 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#from application.dryml | |
<extend tag="new-page" for="Location"> | |
<old-new-page merge> | |
<append-content-header:> | |
<div class="csvload"> | |
<% form_for :dump, :url=>{:controller=>"locations", :action=>"create"}, :html => { :multipart => true } do |f| -%> | |
<%# form_tag '/upload', :html=>{:multipart =>true} %> | |
<label for="dump_file">CSV File:</label> | |
<%= file_field(:file, :file, :class => 'file_input')%> | |
<%= submit_tag 'Upload' -%> <br /> | |
or add manually .. | |
<% end -%> | |
</div> | |
</append-content-header:> | |
</old-new-page> | |
</extend> | |
############## | |
###Error Message Produced: | |
############## | |
NoMethodError in LocationsController#new | |
You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.<< | |
Application Trace | Framework Trace | Full Trace | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/text_helper.rb:42:in `concat' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/form_helper.rb:252:in `form_for' | |
app/views/taglibs/application.dryml:15:in `new_page__for_location' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
app/views/taglibs/application.dryml:13:in `new_page__for_location' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:21:in `section' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:20:in `section' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter' | |
app/views/taglibs/auto/rapid/pages.dryml:49:in `new_page__for_location_without_ae27ef702f35' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
app/views/taglibs/auto/rapid/pages.dryml:48:in `new_page__for_location_without_ae27ef702f35' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:21:in `section' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:20:in `section' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:29:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/scoped_variables.rb:20:in `new_scope' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:21:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:20:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:20:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:3:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:388:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:388:in `call_tag_parameter_with_default_content' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/core.dryml:55:in `do_' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/core.dryml:55:in `do_' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:392:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:392:in `call_tag_parameter_with_default_content' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:414:in `call_tag_parameter' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:104:in `html' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/scoped_variables.rb:20:in `new_scope' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:104:in `html' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:99:in `html' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:3:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:1:in `page_without_a7a00613d7b1' | |
app/views/taglibs/themes/clean/clean.dryml:2:in `page' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
app/views/taglibs/themes/clean/clean.dryml:1:in `page' | |
app/views/taglibs/auto/rapid/pages.dryml:45:in `new_page__for_location_without_ae27ef702f35' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
app/views/taglibs/auto/rapid/pages.dryml:44:in `new_page__for_location_without_ae27ef702f35' | |
app/views/taglibs/application.dryml:12:in `new_page__for_location' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
app/views/taglibs/application.dryml:11:in `new_page__for_location' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:200:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:200:in `call_polymorphic_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:53:in `new_page' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:337:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:278:in `new_object_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:266:in `new_object_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:337:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:50:in `new_page' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:555:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:555:in `render_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml.rb:51:in `render_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_handler.rb:54:in `call_dryml_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_handler.rb:72:in `render_for_file' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:940:in `render_without_benchmark' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render_without_hobo_model' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render_without_hobo_model' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_controller.rb:752:in `render' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:638:in `run_before_filters' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/controller.rb:22:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/controller.rb:22:in `included_in_class' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/callbacks.rb:182:in `call' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/callbacks.rb:182:in `evaluate_method' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:184:in `call' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:635:in `run_before_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:615:in `call_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' | |
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' | |
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281 | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load' | |
/Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/servers/mongrel.rb:64 | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' | |
/Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' | |
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require' | |
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require' | |
script/server:3 | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/text_helper.rb:42:in `concat' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/form_helper.rb:252:in `form_for' | |
app/views/taglibs/application.dryml:15:in `new_page__for_location' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
app/views/taglibs/application.dryml:13:in `new_page__for_location' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:21:in `section' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:20:in `section' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter' | |
app/views/taglibs/auto/rapid/pages.dryml:49:in `new_page__for_location_without_ae27ef702f35' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
app/views/taglibs/auto/rapid/pages.dryml:48:in `new_page__for_location_without_ae27ef702f35' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:21:in `section' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:20:in `section' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:29:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/scoped_variables.rb:20:in `new_scope' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:21:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:20:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `override_and_call_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:20:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:3:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:388:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:388:in `call_tag_parameter_with_default_content' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/core.dryml:55:in `do_' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/core.dryml:55:in `do_' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:392:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:392:in `call_tag_parameter_with_default_content' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:414:in `call_tag_parameter' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:104:in `html' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/scoped_variables.rb:20:in `new_scope' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:104:in `html' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:99:in `html' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:3:in `page_without_a7a00613d7b1' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:1:in `page_without_a7a00613d7b1' | |
app/views/taglibs/themes/clean/clean.dryml:2:in `page' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
app/views/taglibs/themes/clean/clean.dryml:1:in `page' | |
app/views/taglibs/auto/rapid/pages.dryml:45:in `new_page__for_location_without_ae27ef702f35' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
app/views/taglibs/auto/rapid/pages.dryml:44:in `new_page__for_location_without_ae27ef702f35' | |
app/views/taglibs/application.dryml:12:in `new_page__for_location' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context' | |
app/views/taglibs/application.dryml:11:in `new_page__for_location' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:200:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:200:in `call_polymorphic_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:53:in `new_page' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:337:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:278:in `new_object_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:266:in `new_object_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:337:in `_tag_context' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:50:in `new_page' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:555:in `send' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:555:in `render_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml.rb:51:in `render_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_handler.rb:54:in `call_dryml_tag' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_handler.rb:72:in `render_for_file' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:940:in `render_without_benchmark' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render_without_hobo_model' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render_without_hobo_model' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_controller.rb:752:in `render' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:638:in `run_before_filters' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/controller.rb:22:in `call' | |
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/controller.rb:22:in `included_in_class' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/callbacks.rb:182:in `call' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/callbacks.rb:182:in `evaluate_method' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:184:in `call' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:635:in `run_before_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:615:in `call_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' | |
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' | |
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' | |
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run' | |
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281 | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load' | |
/Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/servers/mongrel.rb:64 | |
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' | |
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' | |
/Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 | |
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require' | |
script/server:3 | |
Request | |
Parameters: | |
None | |
Show session dump | |
--- | |
:csrf_id: 9e2c8d3ff34ab8b5ebc9a8e023559a59 | |
flash: !map:ActionController::Flash::FlashHash {} | |
:previous_page_path: /locations | |
Response | |
Headers: | |
{"cookie"=>[], | |
"Pragma"=>"no-cache", | |
"Content-Type"=>"", | |
"Cache-Control"=>"no-store", | |
"Expires"=>"0"} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment