Guest User

Untitled

a guest
Feb 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.40 KB | None | 0 0
  1. #from application.dryml
  2. <extend tag="new-page" for="Location">
  3. <old-new-page merge>
  4. <append-content-header:>
  5. <div class="csvload">
  6. <% form_for :dump, :url=>{:controller=>"locations", :action=>"create"}, :html => { :multipart => true } do |f| -%>
  7. <%# form_tag '/upload', :html=>{:multipart =>true} %>
  8. <label for="dump_file">CSV File:</label>
  9. <%= file_field(:file, :file, :class => 'file_input')%>
  10. <%= submit_tag 'Upload' -%> <br />
  11. or add manually ..
  12. <% end -%>
  13. </div>
  14. </append-content-header:>
  15. </old-new-page>
  16. </extend>
  17.  
  18. ##############
  19. ###Error Message Produced:
  20. ##############
  21. NoMethodError in LocationsController#new
  22.  
  23. You have a nil object when you didn't expect it!
  24. You might have expected an instance of Array.
  25. The error occurred while evaluating nil.<<
  26.  
  27. Application Trace | Framework Trace | Full Trace
  28.  
  29. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/text_helper.rb:42:in `concat'
  30. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/form_helper.rb:252:in `form_for'
  31. app/views/taglibs/application.dryml:15:in `new_page__for_location'
  32. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  33. app/views/taglibs/application.dryml:13:in `new_page__for_location'
  34. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `call'
  35. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `override_and_call_tag'
  36. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call'
  37. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing'
  38. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:21:in `section'
  39. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  40. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  41. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  42. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:20:in `section'
  43. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `send'
  44. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `override_and_call_tag'
  45. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter'
  46. app/views/taglibs/auto/rapid/pages.dryml:49:in `new_page__for_location_without_ae27ef702f35'
  47. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  48. app/views/taglibs/auto/rapid/pages.dryml:48:in `new_page__for_location_without_ae27ef702f35'
  49. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `call'
  50. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `override_and_call_tag'
  51. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call'
  52. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing'
  53. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:21:in `section'
  54. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  55. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  56. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  57. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:20:in `section'
  58. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `send'
  59. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `override_and_call_tag'
  60. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter'
  61. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:29:in `page_without_a7a00613d7b1'
  62. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/scoped_variables.rb:20:in `new_scope'
  63. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:21:in `page_without_a7a00613d7b1'
  64. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  65. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:20:in `page_without_a7a00613d7b1'
  66. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `call'
  67. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `override_and_call_tag'
  68. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  69. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `override_and_call_tag'
  70. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter'
  71. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:20:in `page_without_a7a00613d7b1'
  72. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  73. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:3:in `page_without_a7a00613d7b1'
  74. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:388:in `call'
  75. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:388:in `call_tag_parameter_with_default_content'
  76. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call'
  77. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing'
  78. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/core.dryml:55:in `do_'
  79. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  80. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  81. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  82. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/core.dryml:55:in `do_'
  83. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:392:in `send'
  84. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:392:in `call_tag_parameter_with_default_content'
  85. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:414:in `call_tag_parameter'
  86. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:104:in `html'
  87. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/scoped_variables.rb:20:in `new_scope'
  88. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:104:in `html'
  89. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  90. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  91. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  92. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:99:in `html'
  93. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:3:in `page_without_a7a00613d7b1'
  94. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  95. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  96. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  97. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:1:in `page_without_a7a00613d7b1'
  98. app/views/taglibs/themes/clean/clean.dryml:2:in `page'
  99. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  100. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  101. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  102. app/views/taglibs/themes/clean/clean.dryml:1:in `page'
  103. app/views/taglibs/auto/rapid/pages.dryml:45:in `new_page__for_location_without_ae27ef702f35'
  104. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  105. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  106. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  107. app/views/taglibs/auto/rapid/pages.dryml:44:in `new_page__for_location_without_ae27ef702f35'
  108. app/views/taglibs/application.dryml:12:in `new_page__for_location'
  109. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  110. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  111. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  112. app/views/taglibs/application.dryml:11:in `new_page__for_location'
  113. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:200:in `send'
  114. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:200:in `call_polymorphic_tag'
  115. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:53:in `new_page'
  116. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:337:in `_tag_context'
  117. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:278:in `new_object_context'
  118. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  119. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:266:in `new_object_context'
  120. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:337:in `_tag_context'
  121. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:50:in `new_page'
  122. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:555:in `send'
  123. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:555:in `render_tag'
  124. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml.rb:51:in `render_tag'
  125. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_handler.rb:54:in `call_dryml_tag'
  126. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_handler.rb:72:in `render_for_file'
  127. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:940:in `render_without_benchmark'
  128. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render_without_hobo_model'
  129. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  130. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render_without_hobo_model'
  131. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_controller.rb:752:in `render'
  132. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render'
  133. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters'
  134. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters'
  135. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:638:in `run_before_filters'
  136. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/controller.rb:22:in `call'
  137. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/controller.rb:22:in `included_in_class'
  138. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/callbacks.rb:182:in `call'
  139. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/callbacks.rb:182:in `evaluate_method'
  140. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:184:in `call'
  141. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:635:in `run_before_filters'
  142. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:615:in `call_filters'
  143. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  144. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  145. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  146. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching'
  147. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
  148. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
  149. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache'
  150. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
  151. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send'
  152. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters'
  153. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support'
  154. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process'
  155. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process'
  156. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'
  157. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'
  158. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'
  159. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
  160. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
  161. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
  162. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  163. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
  164. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
  165. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  166. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
  167. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
  168. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
  169. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
  170. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
  171. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
  172. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
  173. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
  174. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
  175. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking'
  176. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load'
  177. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
  178. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load'
  179. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/servers/mongrel.rb:64
  180. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  181. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
  182. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  183. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49
  184.  
  185. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
  186. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request'
  187. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked'
  188. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch'
  189. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize'
  190. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch'
  191. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi'
  192. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch'
  193. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  194. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
  195. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  196. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
  197. script/server:3
  198.  
  199. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/text_helper.rb:42:in `concat'
  200. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/form_helper.rb:252:in `form_for'
  201. app/views/taglibs/application.dryml:15:in `new_page__for_location'
  202. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  203. app/views/taglibs/application.dryml:13:in `new_page__for_location'
  204. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `call'
  205. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `override_and_call_tag'
  206. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call'
  207. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing'
  208. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:21:in `section'
  209. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  210. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  211. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  212. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:20:in `section'
  213. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `send'
  214. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `override_and_call_tag'
  215. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter'
  216. app/views/taglibs/auto/rapid/pages.dryml:49:in `new_page__for_location_without_ae27ef702f35'
  217. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  218. app/views/taglibs/auto/rapid/pages.dryml:48:in `new_page__for_location_without_ae27ef702f35'
  219. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `call'
  220. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:466:in `override_and_call_tag'
  221. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call'
  222. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing'
  223. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:21:in `section'
  224. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  225. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  226. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  227. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_document_tags.dryml:20:in `section'
  228. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `send'
  229. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:475:in `override_and_call_tag'
  230. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter'
  231. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:29:in `page_without_a7a00613d7b1'
  232. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/scoped_variables.rb:20:in `new_scope'
  233. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:21:in `page_without_a7a00613d7b1'
  234. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  235. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:20:in `page_without_a7a00613d7b1'
  236. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `call'
  237. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `override_and_call_tag'
  238. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  239. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:458:in `override_and_call_tag'
  240. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:438:in `call_tag_parameter'
  241. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:20:in `page_without_a7a00613d7b1'
  242. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  243. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:3:in `page_without_a7a00613d7b1'
  244. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:388:in `call'
  245. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:388:in `call_tag_parameter_with_default_content'
  246. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `call'
  247. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/tag_parameters.rb:21:in `method_missing'
  248. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/core.dryml:55:in `do_'
  249. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  250. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  251. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  252. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/core.dryml:55:in `do_'
  253. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:392:in `send'
  254. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:392:in `call_tag_parameter_with_default_content'
  255. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:414:in `call_tag_parameter'
  256. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:104:in `html'
  257. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/scoped_variables.rb:20:in `new_scope'
  258. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:104:in `html'
  259. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  260. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  261. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  262. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:99:in `html'
  263. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:3:in `page_without_a7a00613d7b1'
  264. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  265. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  266. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  267. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:1:in `page_without_a7a00613d7b1'
  268. app/views/taglibs/themes/clean/clean.dryml:2:in `page'
  269. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  270. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  271. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  272. app/views/taglibs/themes/clean/clean.dryml:1:in `page'
  273. app/views/taglibs/auto/rapid/pages.dryml:45:in `new_page__for_location_without_ae27ef702f35'
  274. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  275. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  276. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  277. app/views/taglibs/auto/rapid/pages.dryml:44:in `new_page__for_location_without_ae27ef702f35'
  278. app/views/taglibs/application.dryml:12:in `new_page__for_location'
  279. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  280. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  281. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:339:in `_tag_context'
  282. app/views/taglibs/application.dryml:11:in `new_page__for_location'
  283. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:200:in `send'
  284. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:200:in `call_polymorphic_tag'
  285. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:53:in `new_page'
  286. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:337:in `_tag_context'
  287. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:278:in `new_object_context'
  288. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:259:in `new_context'
  289. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:266:in `new_object_context'
  290. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:337:in `_tag_context'
  291. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/taglibs/rapid_pages.dryml:50:in `new_page'
  292. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:555:in `send'
  293. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_environment.rb:555:in `render_tag'
  294. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml.rb:51:in `render_tag'
  295. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_handler.rb:54:in `call_dryml_tag'
  296. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/template_handler.rb:72:in `render_for_file'
  297. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:940:in `render_without_benchmark'
  298. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render_without_hobo_model'
  299. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  300. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render_without_hobo_model'
  301. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_controller.rb:752:in `render'
  302. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render'
  303. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters'
  304. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters'
  305. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:638:in `run_before_filters'
  306. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/controller.rb:22:in `call'
  307. /Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/controller.rb:22:in `included_in_class'
  308. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/callbacks.rb:182:in `call'
  309. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/callbacks.rb:182:in `evaluate_method'
  310. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:184:in `call'
  311. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:635:in `run_before_filters'
  312. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:615:in `call_filters'
  313. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  314. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  315. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
  316. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  317. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching'
  318. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
  319. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
  320. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache'
  321. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
  322. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send'
  323. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters'
  324. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support'
  325. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process'
  326. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process'
  327. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request'
  328. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked'
  329. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch'
  330. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize'
  331. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch'
  332. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi'
  333. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch'
  334. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'
  335. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'
  336. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'
  337. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
  338. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
  339. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
  340. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  341. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
  342. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
  343. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  344. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
  345. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
  346. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
  347. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
  348. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
  349. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
  350. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
  351. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
  352. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
  353. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking'
  354. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load'
  355. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
  356. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load'
  357. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/servers/mongrel.rb:64
  358. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  359. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
  360. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  361. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
  362. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  363. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49
  364. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  365. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
  366. script/server:3
  367.  
  368. Request
  369.  
  370. Parameters:
  371.  
  372. None
  373.  
  374. Show session dump
  375.  
  376. ---
  377. :csrf_id: 9e2c8d3ff34ab8b5ebc9a8e023559a59
  378. flash: !map:ActionController::Flash::FlashHash {}
  379.  
  380. :previous_page_path: /locations
  381.  
  382. Response
  383.  
  384. Headers:
  385.  
  386. {"cookie"=>[],
  387. "Pragma"=>"no-cache",
  388. "Content-Type"=>"",
  389. "Cache-Control"=>"no-store",
  390. "Expires"=>"0"}
Add Comment
Please, Sign In to add comment