Guest User

Untitled

a guest
Jun 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.33 KB | None | 0 0
  1. NoMethodError in Search#show
  2.  
  3. Showing app/views/custom_fields/_search_result.html.haml where line #1 raised:
  4.  
  5. undefined method `supermodel_field_values' for #<Article:0x2ad283faf278>
  6.  
  7. Extracted source (around line #1):
  8.  
  9. 1: - for featured_value in search_result.supermodel_field_values.featured
  10. 2: .info&== #{featured_value.supermodel_field.label}: #{display_custom_field_value(featured_value)}
  11.  
  12. Trace of template inclusion: app/views/articles/_search_result.html.haml, app/views/search/_search_result.html.haml, app/views/search/_results.html.haml, app/views/search/show.html.haml
  13.  
  14. RAILS_ROOT: /data/polar/releases/20090519210928
  15. Application Trace | Framework Trace | Full Trace
  16.  
  17. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/attribute_methods.rb:260:in `method_missing'
  18. /data/polar/releases/20090519210928/app/views/custom_fields/_search_result.html.haml:1:in `_run_haml_app47views47custom_fields47_search_result46html46haml_locals_object_search_result'
  19. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  20. /data/polar/releases/20090519210928/app/views/articles/_search_result.html.haml:17:in `_run_haml_app47views47articles47_search_result46html46haml_locals_object_search_result'
  21. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  22. /data/polar/releases/20090519210928/app/views/search/_search_result.html.haml:10:in `_run_haml_app47views47search47_search_result46html46haml_locals_locals_object_search_result'
  23. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  24. /data/polar/releases/20090519210928/app/helpers/search_helper.rb:30:in `render_search_results'
  25. /data/polar/releases/20090519210928/app/helpers/search_helper.rb:29:in `map'
  26. /data/polar/releases/20090519210928/app/helpers/search_helper.rb:29:in `render_search_results'
  27. /data/polar/releases/20090519210928/app/views/search/_results.html.haml:7:in `_run_haml_app47views47search47_results46html46haml_locals_object_results'
  28. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  29. /data/polar/releases/20090519210928/app/views/search/show.html.haml:41:in `_run_haml_app47views47search47show46html46haml'
  30. /data/polar/releases/20090519210928/app/views/search/show.html.haml:20:in `_run_haml_app47views47search47show46html46haml'
  31. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  32.  
  33. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/attribute_methods.rb:260:in `method_missing'
  34. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  35. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  36. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  37. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  38. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:20:in `render'
  39. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  40. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  41. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  42. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  43. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  44. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:19:in `render'
  45. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  46. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  47. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:44:in `render_partial'
  48. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/partials.rb:184:in `render_partial'
  49. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:262:in `render_without_haml'
  50. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  51. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:57:in `non_haml'
  52. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  53. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  54. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  55. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  56. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  57. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:20:in `render'
  58. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  59. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  60. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  61. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  62. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  63. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:19:in `render'
  64. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  65. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  66. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:44:in `render_partial'
  67. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/partials.rb:184:in `render_partial'
  68. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:262:in `render_without_haml'
  69. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  70. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:57:in `non_haml'
  71. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  72. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  73. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  74. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  75. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  76. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:20:in `render'
  77. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  78. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  79. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  80. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  81. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  82. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:19:in `render'
  83. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  84. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  85. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:44:in `render_partial'
  86. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/partials.rb:184:in `render_partial'
  87. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:262:in `render_without_haml'
  88. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  89. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:57:in `non_haml'
  90. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  91. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  92. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  93. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  94. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  95. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:20:in `render'
  96. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  97. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  98. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  99. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  100. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  101. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:19:in `render'
  102. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  103. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  104. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:44:in `render_partial'
  105. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/partials.rb:184:in `render_partial'
  106. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:262:in `render_without_haml'
  107. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  108. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:57:in `non_haml'
  109. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  110. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:165:in `call'
  111. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:165:in `form_for'
  112. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:450:in `call'
  113. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:450:in `haml_bind_proc'
  114. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/helpers/form_helper.rb:490:in `fields_for'
  115. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/helpers/form_helper.rb:282:in `form_for_without_haml'
  116. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:171:in `form_for'
  117. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  118. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  119. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  120. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  121. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  122. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  123. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:260:in `render_without_haml'
  124. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:14:in `render'
  125. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:343:in `_render_with_layout'
  126. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:257:in `render_without_haml'
  127. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:14:in `render'
  128. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1241:in `render_for_file'
  129. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:937:in `render_without_benchmark'
  130. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:51:in `render'
  131. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  132. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  133. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  134. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:51:in `render'
  135. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1317:in `default_render'
  136. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1323:in `perform_action_without_filters'
  137. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:617:in `call_filters'
  138. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  139. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  140. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  141. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  142. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  143. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  144. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  145. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/flash.rb:141:in `perform_action'
  146. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in `send'
  147. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in `process_without_filters'
  148. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:606:in `sass_old_process'
  149. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/sass/plugin/rails.rb:19:in `process'
  150. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:391:in `process'
  151. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:386:in `call'
  152. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/routing/route_set.rb:433:in `call'
  153. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:88:in `dispatch'
  154. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:111:in `_call'
  155. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:82:in `initialize'
  156. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in `call'
  157. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in `call'
  158. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
  159. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:9:in `cache'
  160. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:28:in `call'
  161. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
  162. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/head.rb:9:in `call'
  163. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/methodoverride.rb:24:in `call'
  164. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/params_parser.rb:15:in `call'
  165. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rewindable_input.rb:25:in `call'
  166. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/session/cookie_store.rb:93:in `call'
  167. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/cache/strategy/local_cache.rb:24:in `call'
  168. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/failsafe.rb:11:in `call'
  169. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
  170. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `synchronize'
  171. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
  172. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:106:in `call'
  173. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/cgi_process.rb:44:in `dispatch_cgi'
  174. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:102:in `dispatch_cgi'
  175. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:28:in `dispatch'
  176. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/rack/adapter/rails.rb:54:in `serve_rails'
  177. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/rack/adapter/rails.rb:74:in `call'
  178. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/connection.rb:63:in `pre_process'
  179. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/connection.rb:54:in `process'
  180. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/connection.rb:39:in `receive_data'
  181. /usr/lib64/ruby/gems/1.8/gems/eventmachine-0.12.2/lib/eventmachine.rb:231:in `run_machine'
  182. /usr/lib64/ruby/gems/1.8/gems/eventmachine-0.12.2/lib/eventmachine.rb:231:in `run'
  183. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/backends/base.rb:57:in `start'
  184. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/server.rb:150:in `start'
  185. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/controllers/controller.rb:80:in `start'
  186. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/runner.rb:173:in `send'
  187. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/runner.rb:173:in `run_command'
  188. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/runner.rb:139:in `run!'
  189. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/bin/thin:6
  190.  
  191. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/attribute_methods.rb:260:in `method_missing'
  192. /data/polar/releases/20090519210928/app/views/custom_fields/_search_result.html.haml:1:in `_run_haml_app47views47custom_fields47_search_result46html46haml_locals_object_search_result'
  193. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  194. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  195. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  196. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  197. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  198. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:20:in `render'
  199. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  200. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  201. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  202. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  203. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  204. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:19:in `render'
  205. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  206. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  207. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:44:in `render_partial'
  208. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/partials.rb:184:in `render_partial'
  209. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:262:in `render_without_haml'
  210. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  211. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:57:in `non_haml'
  212. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  213. /data/polar/releases/20090519210928/app/views/articles/_search_result.html.haml:17:in `_run_haml_app47views47articles47_search_result46html46haml_locals_object_search_result'
  214. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  215. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  216. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  217. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  218. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  219. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:20:in `render'
  220. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  221. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  222. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  223. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  224. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  225. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:19:in `render'
  226. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  227. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  228. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:44:in `render_partial'
  229. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/partials.rb:184:in `render_partial'
  230. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:262:in `render_without_haml'
  231. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  232. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:57:in `non_haml'
  233. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  234. /data/polar/releases/20090519210928/app/views/search/_search_result.html.haml:10:in `_run_haml_app47views47search47_search_result46html46haml_locals_locals_object_search_result'
  235. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  236. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  237. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  238. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  239. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  240. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:20:in `render'
  241. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  242. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  243. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  244. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  245. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  246. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:19:in `render'
  247. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  248. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  249. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:44:in `render_partial'
  250. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/partials.rb:184:in `render_partial'
  251. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:262:in `render_without_haml'
  252. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  253. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:57:in `non_haml'
  254. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  255. /data/polar/releases/20090519210928/app/helpers/search_helper.rb:30:in `render_search_results'
  256. /data/polar/releases/20090519210928/app/helpers/search_helper.rb:29:in `map'
  257. /data/polar/releases/20090519210928/app/helpers/search_helper.rb:29:in `render_search_results'
  258. /data/polar/releases/20090519210928/app/views/search/_results.html.haml:7:in `_run_haml_app47views47search47_results46html46haml_locals_object_results'
  259. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  260. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  261. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  262. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  263. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  264. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:20:in `render'
  265. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  266. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  267. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  268. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  269. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  270. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:19:in `render'
  271. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  272. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  273. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable_partial.rb:44:in `render_partial'
  274. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/partials.rb:184:in `render_partial'
  275. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:262:in `render_without_haml'
  276. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  277. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:57:in `non_haml'
  278. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:12:in `render'
  279. /data/polar/releases/20090519210928/app/views/search/show.html.haml:41:in `_run_haml_app47views47search47show46html46haml'
  280. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:165:in `call'
  281. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:165:in `form_for'
  282. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:450:in `call'
  283. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers.rb:450:in `haml_bind_proc'
  284. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/helpers/form_helper.rb:490:in `fields_for'
  285. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/helpers/form_helper.rb:282:in `form_for_without_haml'
  286. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:171:in `form_for'
  287. /data/polar/releases/20090519210928/app/views/search/show.html.haml:20:in `_run_haml_app47views47search47show46html46haml'
  288. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `send'
  289. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:34:in `render_without_template_handler_observer'
  290. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
  291. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:30:in `render_without_template_handler_observer'
  292. /data/polar/releases/20090519210928/lib/template_handler_observer.rb:30:in `render'
  293. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template_without_html_namespacing'
  294. /usr/lib64/ruby/gems/1.8/gems/adamh-html_namespacing-0.0.3/lib/html_namespacing/plugin/rails.rb:31:in `render_template'
  295. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:260:in `render_without_haml'
  296. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:14:in `render'
  297. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:343:in `_render_with_layout'
  298. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:257:in `render_without_haml'
  299. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb:14:in `render'
  300. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1241:in `render_for_file'
  301. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:937:in `render_without_benchmark'
  302. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:51:in `render'
  303. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  304. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  305. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  306. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:51:in `render'
  307. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1317:in `default_render'
  308. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1323:in `perform_action_without_filters'
  309. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:617:in `call_filters'
  310. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  311. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  312. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  313. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
  314. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  315. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  316. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  317. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/flash.rb:141:in `perform_action'
  318. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in `send'
  319. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in `process_without_filters'
  320. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:606:in `sass_old_process'
  321. /data/polar/releases/20090519210928/vendor/plugins/haml/lib/sass/plugin/rails.rb:19:in `process'
  322. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:391:in `process'
  323. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:386:in `call'
  324. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/routing/route_set.rb:433:in `call'
  325. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:88:in `dispatch'
  326. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:111:in `_call'
  327. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:82:in `initialize'
  328. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in `call'
  329. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in `call'
  330. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
  331. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:9:in `cache'
  332. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:28:in `call'
  333. /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
  334. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/head.rb:9:in `call'
  335. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/methodoverride.rb:24:in `call'
  336. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/params_parser.rb:15:in `call'
  337. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rewindable_input.rb:25:in `call'
  338. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/session/cookie_store.rb:93:in `call'
  339. /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/cache/strategy/local_cache.rb:24:in `call'
  340. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/failsafe.rb:11:in `call'
  341. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
  342. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `synchronize'
  343. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
  344. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:106:in `call'
  345. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/cgi_process.rb:44:in `dispatch_cgi'
  346. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:102:in `dispatch_cgi'
  347. /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:28:in `dispatch'
  348. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/rack/adapter/rails.rb:54:in `serve_rails'
  349. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/rack/adapter/rails.rb:74:in `call'
  350. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/connection.rb:63:in `pre_process'
  351. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/connection.rb:54:in `process'
  352. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/connection.rb:39:in `receive_data'
  353. /usr/lib64/ruby/gems/1.8/gems/eventmachine-0.12.2/lib/eventmachine.rb:231:in `run_machine'
  354. /usr/lib64/ruby/gems/1.8/gems/eventmachine-0.12.2/lib/eventmachine.rb:231:in `run'
  355. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/backends/base.rb:57:in `start'
  356. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/server.rb:150:in `start'
  357. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/controllers/controller.rb:80:in `start'
  358. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/runner.rb:173:in `send'
  359. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/runner.rb:173:in `run_command'
  360. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/lib/thin/runner.rb:139:in `run!'
  361. /usr/lib64/ruby/gems/1.8/gems/thin-1.0.0/bin/thin:6
  362. /usr/bin/thin:19:in `load'
  363. /usr/bin/thin:19
  364.  
  365. Request
  366.  
  367. Parameters:
  368.  
  369. {"keywords"=>"articles"}
  370.  
  371. Show session dump
  372.  
  373. ---
  374.  
  375. Response
  376.  
  377. Headers:
  378.  
  379. {"Content-Type"=>"text/html",
  380. "Cache-Control"=>"no-cache"}
Add Comment
Please, Sign In to add comment