Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 23rd, 2012  |  syntax: None  |  size: 60.27 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ....loading....
  2. Firebug's log limit has been reached. 0 entries not shown.              Preferences      
  3. Faye is not defined
  4. [Break on this error] var client = new Faye.Client('http://'...st() + ':8000/faye', {timeout: 120});
  5. notifi...7849871 (line 11)
  6. key code pressed: 65
  7. POST http://localhost:3000/search
  8. POST http://localhost:3000/search
  9.        
  10. 500 Internal Server Error
  11.                 1.09s  
  12. jquery.min.js (line 130)
  13. ParamsHeadersPostPutResponseCacheHTML
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17.   <title>Action Controller: Exception caught</title>
  18.   <style>
  19.     body { background-color: #fff; color: #333; }
  20.  
  21.     body, p, ol, ul, td {
  22.       font-family: verdana, arial, helvetica, sans-serif;
  23.       font-size:   13px;
  24.       line-height: 18px;
  25.     }
  26.  
  27.     pre {
  28.       background-color: #eee;
  29.       padding: 10px;
  30.       font-size: 11px;
  31.     }
  32.  
  33.     a { color: #000; }
  34.     a:visited { color: #666; }
  35.     a:hover { color: #fff; background-color:#000; }
  36.   </style>
  37. </head>
  38. <body>
  39.  
  40. <h1>
  41.   Errno::ECONNREFUSED
  42.     in SearchesController#create
  43. </h1>
  44. <pre>Connection refused - connect(2)</pre>
  45.  
  46.  
  47. <p><code>Rails.root: /Users/nick/Projects/Xydo</code></p>
  48.  
  49. <div id="traces">
  50.     <a href="#" onclick="document.getElementById('Framework-Trace').style.display='none';document.getElementById('Full-Trace').style.display='none';document.getElementById('Application-Trace').style.display='block';; return false;">Application Trace</a> |
  51.     <a href="#" onclick="document.getElementById('Application-Trace').style.display='none';document.getElementById('Full-Trace').style.display='none';document.getElementById('Framework-Trace').style.display='block';; return false;">Framework Trace</a> |
  52.     <a href="#" onclick="document.getElementById('Application-Trace').style.display='none';document.getElementById('Framework-Trace').style.display='none';document.getElementById('Full-Trace').style.display='block';; return false;">Full Trace</a>
  53.  
  54.     <div id="Application-Trace" style="display: block;">
  55.       <pre><code>app/controllers/searches_controller.rb:10:in `create'</code></pre>
  56.     </div>
  57.     <div id="Framework-Trace" style="display: none;">
  58.       <pre><code>/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `initialize'
  59. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `open'
  60. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `connect_without_fakeweb'
  61. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:53:in `timeout'
  62. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:93:in `timeout'
  63. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `connect_without_fakeweb'
  64. /Library/Ruby/Gems/1.8/bundler/gems/fakeweb-fcf7e1f/lib/fake_web/ext/net_http.rb:46:in `request_without_newrelic_trace'
  65. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/net.rb:11:in `request'
  66. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:141:in `trace_execution_scoped'
  67. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/net.rb:10:in `request'
  68. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:772:in `get'
  69. rsolr (0.12.1) lib/rsolr/connection/net_http.rb:16:in `get'
  70. rsolr (0.12.1) lib/rsolr/connection/requestable.rb:36:in `request'
  71. rsolr (0.12.1) lib/rsolr/client.rb:34:in `request'
  72. sunspot (1.1.0) lib/sunspot/search/abstract_search.rb:35:in `execute'
  73. sunspot (1.1.0) lib/sunspot/session.rb:59:in `search'
  74. sunspot (1.1.0) lib/sunspot/session_proxy/abstract_session_proxy.rb:11:in `search'
  75. sunspot (1.1.0) lib/sunspot.rb:323:in `search_without_trace_SolrClient_Sunspot_query'
  76. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:319:in `search'
  77. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:141:in `trace_execution_scoped'
  78. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:314:in `search'
  79. actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  80. actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  81. actionpack (3.0.0) lib/abstract_controller/base.rb:150:in `process_action'
  82. actionpack (3.0.0) lib/action_controller/metal/rendering.rb:11:in `process_action'
  83. actionpack (3.0.0) lib/abstract_controller/callbacks.rb:18:in `process_action'
  84. activesupport (3.0.0) lib/active_support/callbacks.rb:463:in `_run__64946361__process_action__1623385099__callbacks'
  85. activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `send'
  86. activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
  87. activesupport (3.0.0) lib/active_support/callbacks.rb:93:in `send'
  88. activesupport (3.0.0) lib/active_support/callbacks.rb:93:in `run_callbacks'
  89. actionpack (3.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  90. actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  91. activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
  92. activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
  93. activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
  94. actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  95. actionpack (3.0.0) lib/action_controller/metal/rescue.rb:17:in `process_action'
  96. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/rails3/action_controller.rb:28:in `process_action'
  97. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/controller_instrumentation.rb:252:in `perform_action_with_newrelic_trace'
  98. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:141:in `trace_execution_scoped'
  99. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/controller_instrumentation.rb:247:in `perform_action_with_newrelic_trace'
  100. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/rails3/action_controller.rb:27:in `process_action'
  101. actionpack (3.0.0) lib/abstract_controller/base.rb:119:in `process'
  102. actionpack (3.0.0) lib/abstract_controller/rendering.rb:40:in `process'
  103. actionpack (3.0.0) lib/action_controller/metal.rb:133:in `dispatch'
  104. actionpack (3.0.0) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  105. actionpack (3.0.0) lib/action_controller/metal.rb:173:in `action'
  106. actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `call'
  107. actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
  108. actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:27:in `call'
  109. rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:in `call'
  110. rack-mount (0.6.13) lib/rack/mount/code_generation.rb:93:in `recognize'
  111. rack-mount (0.6.13) lib/rack/mount/code_generation.rb:75:in `optimized_each'
  112. rack-mount (0.6.13) lib/rack/mount/code_generation.rb:92:in `recognize'
  113. rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:in `call'
  114. actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:492:in `call'
  115. hoptoad_notifier (2.3.8) lib/hoptoad_notifier/rack.rb:27:in `call'
  116. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/rack/developer_mode.rb:20:in `call'
  117. actionpack (3.0.0) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  118. actionpack (3.0.0) lib/action_dispatch/middleware/head.rb:14:in `call'
  119. rack (1.2.1) lib/rack/methodoverride.rb:24:in `call'
  120. actionpack (3.0.0) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  121. actionpack (3.0.0) lib/action_dispatch/middleware/flash.rb:182:in `call'
  122. actionpack (3.0.0) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
  123. actionpack (3.0.0) lib/action_dispatch/middleware/cookies.rb:287:in `call'
  124. activerecord (3.0.0) lib/active_record/query_cache.rb:32:in `call'
  125. activerecord (3.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
  126. activerecord (3.0.0) lib/active_record/query_cache.rb:12:in `cache'
  127. activerecord (3.0.0) lib/active_record/query_cache.rb:31:in `call'
  128. activerecord (3.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `call'
  129. actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
  130. activesupport (3.0.0) lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
  131. actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
  132. rack (1.2.1) lib/rack/sendfile.rb:107:in `call'
  133. actionpack (3.0.0) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
  134. actionpack (3.0.0) lib/action_dispatch/middleware/show_exceptions.rb:46:in `call'
  135. railties (3.0.0) lib/rails/rack/logger.rb:13:in `call'
  136. rack (1.2.1) lib/rack/runtime.rb:17:in `call'
  137. activesupport (3.0.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  138. rack (1.2.1) lib/rack/lock.rb:11:in `call'
  139. rack (1.2.1) lib/rack/lock.rb:11:in `synchronize'
  140. rack (1.2.1) lib/rack/lock.rb:11:in `call'
  141. actionpack (3.0.0) lib/action_dispatch/middleware/static.rb:30:in `call'
  142. railties (3.0.0) lib/rails/application.rb:168:in `call'
  143. railties (3.0.0) lib/rails/application.rb:77:in `send'
  144. railties (3.0.0) lib/rails/application.rb:77:in `method_missing'
  145. railties (3.0.0) lib/rails/rack/log_tailer.rb:14:in `call'
  146. rack (1.2.1) lib/rack/content_length.rb:13:in `call'
  147. rack (1.2.1) lib/rack/handler/webrick.rb:52:in `service'
  148. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  149. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  150. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  151. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
  152. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  153. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
  154. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
  155. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
  156. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
  157. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
  158. rack (1.2.1) lib/rack/handler/webrick.rb:13:in `run'
  159. rack (1.2.1) lib/rack/server.rb:213:in `start'
  160. railties (3.0.0) lib/rails/commands/server.rb:65:in `start'
  161. railties (3.0.0) lib/rails/commands.rb:30
  162. railties (3.0.0) lib/rails/commands.rb:27:in `tap'
  163. railties (3.0.0) lib/rails/commands.rb:27
  164. script/rails:6:in `require'
  165. script/rails:6</code></pre>
  166.     </div>
  167.     <div id="Full-Trace" style="display: none;">
  168.       <pre><code>/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `initialize'
  169. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `open'
  170. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `connect_without_fakeweb'
  171. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:53:in `timeout'
  172. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:93:in `timeout'
  173. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `connect_without_fakeweb'
  174. /Library/Ruby/Gems/1.8/bundler/gems/fakeweb-fcf7e1f/lib/fake_web/ext/net_http.rb:46:in `request_without_newrelic_trace'
  175. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/net.rb:11:in `request'
  176. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:141:in `trace_execution_scoped'
  177. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/net.rb:10:in `request'
  178. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:772:in `get'
  179. rsolr (0.12.1) lib/rsolr/connection/net_http.rb:16:in `get'
  180. rsolr (0.12.1) lib/rsolr/connection/requestable.rb:36:in `request'
  181. rsolr (0.12.1) lib/rsolr/client.rb:34:in `request'
  182. sunspot (1.1.0) lib/sunspot/search/abstract_search.rb:35:in `execute'
  183. sunspot (1.1.0) lib/sunspot/session.rb:59:in `search'
  184. sunspot (1.1.0) lib/sunspot/session_proxy/abstract_session_proxy.rb:11:in `search'
  185. sunspot (1.1.0) lib/sunspot.rb:323:in `search_without_trace_SolrClient_Sunspot_query'
  186. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:319:in `search'
  187. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:141:in `trace_execution_scoped'
  188. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:314:in `search'
  189. app/controllers/searches_controller.rb:10:in `create'
  190. actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  191. actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  192. actionpack (3.0.0) lib/abstract_controller/base.rb:150:in `process_action'
  193. actionpack (3.0.0) lib/action_controller/metal/rendering.rb:11:in `process_action'
  194. actionpack (3.0.0) lib/abstract_controller/callbacks.rb:18:in `process_action'
  195. activesupport (3.0.0) lib/active_support/callbacks.rb:463:in `_run__64946361__process_action__1623385099__callbacks'
  196. activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `send'
  197. activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
  198. activesupport (3.0.0) lib/active_support/callbacks.rb:93:in `send'
  199. activesupport (3.0.0) lib/active_support/callbacks.rb:93:in `run_callbacks'
  200. actionpack (3.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  201. actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  202. activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
  203. activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
  204. activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
  205. actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  206. actionpack (3.0.0) lib/action_controller/metal/rescue.rb:17:in `process_action'
  207. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/rails3/action_controller.rb:28:in `process_action'
  208. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/controller_instrumentation.rb:252:in `perform_action_with_newrelic_trace'
  209. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/agent/method_tracer.rb:141:in `trace_execution_scoped'
  210. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/controller_instrumentation.rb:247:in `perform_action_with_newrelic_trace'
  211. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/control/./agent/instrumentation/rails3/action_controller.rb:27:in `process_action'
  212. actionpack (3.0.0) lib/abstract_controller/base.rb:119:in `process'
  213. actionpack (3.0.0) lib/abstract_controller/rendering.rb:40:in `process'
  214. actionpack (3.0.0) lib/action_controller/metal.rb:133:in `dispatch'
  215. actionpack (3.0.0) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  216. actionpack (3.0.0) lib/action_controller/metal.rb:173:in `action'
  217. actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `call'
  218. actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
  219. actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:27:in `call'
  220. rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:in `call'
  221. rack-mount (0.6.13) lib/rack/mount/code_generation.rb:93:in `recognize'
  222. rack-mount (0.6.13) lib/rack/mount/code_generation.rb:75:in `optimized_each'
  223. rack-mount (0.6.13) lib/rack/mount/code_generation.rb:92:in `recognize'
  224. rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:in `call'
  225. actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:492:in `call'
  226. hoptoad_notifier (2.3.8) lib/hoptoad_notifier/rack.rb:27:in `call'
  227. /Library/Ruby/Gems/1.8/bundler/gems/rpm-d799c49/lib/new_relic/rack/developer_mode.rb:20:in `call'
  228. actionpack (3.0.0) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  229. actionpack (3.0.0) lib/action_dispatch/middleware/head.rb:14:in `call'
  230. rack (1.2.1) lib/rack/methodoverride.rb:24:in `call'
  231. actionpack (3.0.0) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  232. actionpack (3.0.0) lib/action_dispatch/middleware/flash.rb:182:in `call'
  233. actionpack (3.0.0) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
  234. actionpack (3.0.0) lib/action_dispatch/middleware/cookies.rb:287:in `call'
  235. activerecord (3.0.0) lib/active_record/query_cache.rb:32:in `call'
  236. activerecord (3.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
  237. activerecord (3.0.0) lib/active_record/query_cache.rb:12:in `cache'
  238. activerecord (3.0.0) lib/active_record/query_cache.rb:31:in `call'
  239. activerecord (3.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `call'
  240. actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
  241. activesupport (3.0.0) lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
  242. actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
  243. rack (1.2.1) lib/rack/sendfile.rb:107:in `call'
  244. actionpack (3.0.0) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
  245. actionpack (3.0.0) lib/action_dispatch/middleware/show_exceptions.rb:46:in `call'
  246. railties (3.0.0) lib/rails/rack/logger.rb:13:in `call'
  247. rack (1.2.1) lib/rack/runtime.rb:17:in `call'
  248. activesupport (3.0.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  249. rack (1.2.1) lib/rack/lock.rb:11:in `call'
  250. rack (1.2.1) lib/rack/lock.rb:11:in `synchronize'
  251. rack (1.2.1) lib/rack/lock.rb:11:in `call'
  252. actionpack (3.0.0) lib/action_dispatch/middleware/static.rb:30:in `call'
  253. railties (3.0.0) lib/rails/application.rb:168:in `call'
  254. railties (3.0.0) lib/rails/application.rb:77:in `send'
  255. railties (3.0.0) lib/rails/application.rb:77:in `method_missing'
  256. railties (3.0.0) lib/rails/rack/log_tailer.rb:14:in `call'
  257. rack (1.2.1) lib/rack/content_length.rb:13:in `call'
  258. rack (1.2.1) lib/rack/handler/webrick.rb:52:in `service'
  259. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  260. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  261. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  262. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
  263. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  264. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
  265. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
  266. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
  267. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
  268. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
  269. rack (1.2.1) lib/rack/handler/webrick.rb:13:in `run'
  270. rack (1.2.1) lib/rack/server.rb:213:in `start'
  271. railties (3.0.0) lib/rails/commands/server.rb:65:in `start'
  272. railties (3.0.0) lib/rails/commands.rb:30
  273. railties (3.0.0) lib/rails/commands.rb:27:in `tap'
  274. railties (3.0.0) lib/rails/commands.rb:27
  275. script/rails:6:in `require'
  276. script/rails:6</code></pre>
  277.     </div>
  278. </div>
  279.  
  280.  
  281.  
  282. <h2 style="margin-top: 30px">Request</h2>
  283. <p><b>Parameters</b>: <pre>{&quot;q&quot;=&gt;&quot;a&quot;,
  284.  &quot;limit&quot;=&gt;&quot;3&quot;}</pre></p>
  285.  
  286. <p><a href="#" onclick="document.getElementById('session_dump').style.display='block'; return false;">Show session dump</a></p>
  287. <div id="session_dump" style="display:none"><pre>_csrf_token: &quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;
  288. session_id: &quot;d2d50ff4f1fa1a68c765a3262877a109&quot;
  289. subject_visits: {357=&gt;1026085, 388=&gt;1015900}
  290. user_id: 111</pre></div>
  291.  
  292. <p><a href="#" onclick="document.getElementById('env_dump').style.display='block'; return false;">Show env dump</a></p>
  293. <div id="env_dump" style="display:none"><pre>CONTENT_LENGTH: &quot;11&quot;
  294. CONTENT_TYPE: &quot;application/x-www-form-urlencoded; charset=UTF-8&quot;
  295. GATEWAY_INTERFACE: &quot;CGI/1.1&quot;
  296. HTTP_ACCEPT: &quot;*/*&quot;
  297. HTTP_ACCEPT_CHARSET: &quot;ISO-8859-1,utf-8;q=0.7,*;q=0.7&quot;
  298. HTTP_ACCEPT_ENCODING: &quot;gzip,deflate&quot;
  299. HTTP_ACCEPT_LANGUAGE: &quot;en-us,en;q=0.5&quot;
  300. HTTP_CACHE_CONTROL: &quot;no-cache&quot;
  301. HTTP_CONNECTION: &quot;keep-alive&quot;
  302. HTTP_COOKIE: &quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;
  303. HTTP_HOST: &quot;localhost:3000&quot;
  304. HTTP_KEEP_ALIVE: &quot;115&quot;
  305. HTTP_PRAGMA: &quot;no-cache&quot;
  306. HTTP_REFERER: &quot;http://localhost:3000/subjects/388-desserts/articles/1015888-foreign_food_fridays_fez_morocco_cont&quot;
  307. HTTP_USER_AGENT: &quot;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11&quot;
  308. HTTP_VERSION: &quot;HTTP/1.1&quot;
  309. HTTP_X_REQUESTED_WITH: &quot;XMLHttpRequest&quot;
  310. PATH_INFO: &quot;/search&quot;
  311. QUERY_STRING: &quot;&quot;
  312. REMOTE_ADDR: &quot;127.0.0.1&quot;
  313. REMOTE_HOST: &quot;localhost&quot;
  314. REQUEST_METHOD: &quot;POST&quot;
  315. REQUEST_PATH: &quot;/&quot;
  316. REQUEST_URI: &quot;http://localhost:3000/search&quot;
  317. SCRIPT_NAME: &quot;&quot;
  318. SERVER_NAME: &quot;localhost&quot;
  319. SERVER_PORT: &quot;3000&quot;
  320. SERVER_PROTOCOL: &quot;HTTP/1.1&quot;
  321. SERVER_SOFTWARE: &quot;WEBrick/1.3.1 (Ruby/1.8.7/2009-06-08)&quot;
  322. action_controller.instance: #&lt;SearchesController:0x109dd1788 @_params={&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, @_action_name=&quot;create&quot;, @_status=200, @_headers={&quot;Content-Type&quot;=&gt;&quot;text/html&quot;}, @_response_body=nil, @_env={&quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;], &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;rack.session&quot;=&gt;{&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}, &quot;HTTP_CACHE_CONTROL&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;*/*&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x109f9ac90 @remote_addrs=[], @trusted_proxies=/(^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\.)/i, @env={...}, @check_ip_spoofing=true&gt;, &quot;REQUEST_PATH&quot;=&gt;&quot;/&quot;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;HTTP_KEEP_ALIVE&quot;=&gt;&quot;115&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11&quot;, &quot;REMOTE_HOST&quot;=&gt;&quot;localhost&quot;, &quot;CONTENT_LENGTH&quot;=&gt;&quot;11&quot;, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}, &quot;rack.errors&quot;=&gt;#&lt;IO:0x100163b80&gt;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-us,en;q=0.5&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;CONTENT_TYPE&quot;=&gt;&quot;application/x-www-form-urlencoded; charset=UTF-8&quot;, &quot;action_dispatch.request.accepts&quot;=&gt;[#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;], &quot;action_dispatch.secret_token&quot;=&gt;&quot;48af151351cd61125a6b4b7205993c9a65621455f0ecb5896e435dd2c40db39e6f8b0f91e6a68a6b915409a144b9f1b4d0020b4acf973566c2854267bc694678&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.run_once&quot;=&gt;false, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;WEBrick/1.3.1 (Ruby/1.8.7/2009-06-08)&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/search&quot;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;searches&quot;, :action=&gt;&quot;create&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;HTTP_REFERER&quot;=&gt;&quot;http://localhost:3000/subjects/388-desserts/articles/1015888-foreign_food_fridays_fez_morocco_cont&quot;, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password, :password_confirmation, :reset_password_token, :remember_token, :unlock_token], &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;rack.multithread&quot;=&gt;false, &quot;HTTP_COOKIE&quot;=&gt;&quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;action_dispatch.request.request_parameters&quot;=&gt;{&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;rack.request.form_vars&quot;=&gt;&quot;q=a&amp;limit=3&quot;, &quot;action_dispatch.cookies&quot;=&gt;{&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}, &quot;rack.multiprocess&quot;=&gt;false, &quot;REQUEST_URI&quot;=&gt;&quot;http://localhost:3000/search&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;rack.request.form_input&quot;=&gt;#&lt;StringIO:0x109f9b8e8&gt;, &quot;HTTP_ACCEPT_CHARSET&quot;=&gt;&quot;ISO-8859-1,utf-8;q=0.7,*;q=0.7&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;action_controller.instance&quot;=&gt;#&lt;SearchesController:0x109dd1788 ...&gt;, &quot;rack.session.options&quot;=&gt;{:secure=&gt;false, :path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :httponly=&gt;true, :id=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;}, &quot;REQUEST_METHOD&quot;=&gt;&quot;POST&quot;, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.form_hash&quot;=&gt;{&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;action_dispatch.request.content_type&quot;=&gt;#&lt;Mime::Type:0x102e6e5a8 @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;, @symbol=:url_encoded_form&gt;, &quot;rack.input&quot;=&gt;#&lt;StringIO:0x109f9b8e8&gt;, &quot;HTTP_PRAGMA&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_X_REQUESTED_WITH&quot;=&gt;&quot;XMLHttpRequest&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip,deflate&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.1&quot;}, @lookup_context=#&lt;ActionView::LookupContext:0x109dd12b0 @details_key=nil, @skip_default_locale=false, @details={:handlers=&gt;[:rjs, :rhtml, :erb, :rxml, :builder], :locale=&gt;[:en, :en], :formats=&gt;[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json]}, @frozen_formats=false, @view_paths=[#&lt;ActionView::FileSystemResolver:0x105d9f840 @caching=false, @path=&quot;/Users/nick/Projects/Xydo/app/views&quot;, @cached={}&gt;]&gt;, @_request=#&lt;ActionDispatch::Request:0x109dd16c0 @method=&quot;POST&quot;, @env={&quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;], &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;rack.session&quot;=&gt;{&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}, &quot;HTTP_CACHE_CONTROL&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;*/*&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x109f9ac90 @remote_addrs=[], @trusted_proxies=/(^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\.)/i, @env={...}, @check_ip_spoofing=true&gt;, &quot;REQUEST_PATH&quot;=&gt;&quot;/&quot;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;HTTP_KEEP_ALIVE&quot;=&gt;&quot;115&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11&quot;, &quot;REMOTE_HOST&quot;=&gt;&quot;localhost&quot;, &quot;CONTENT_LENGTH&quot;=&gt;&quot;11&quot;, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}, &quot;rack.errors&quot;=&gt;#&lt;IO:0x100163b80&gt;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-us,en;q=0.5&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;CONTENT_TYPE&quot;=&gt;&quot;application/x-www-form-urlencoded; charset=UTF-8&quot;, &quot;action_dispatch.request.accepts&quot;=&gt;[#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;], &quot;action_dispatch.secret_token&quot;=&gt;&quot;48af151351cd61125a6b4b7205993c9a65621455f0ecb5896e435dd2c40db39e6f8b0f91e6a68a6b915409a144b9f1b4d0020b4acf973566c2854267bc694678&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.run_once&quot;=&gt;false, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;WEBrick/1.3.1 (Ruby/1.8.7/2009-06-08)&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/search&quot;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;searches&quot;, :action=&gt;&quot;create&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;HTTP_REFERER&quot;=&gt;&quot;http://localhost:3000/subjects/388-desserts/articles/1015888-foreign_food_fridays_fez_morocco_cont&quot;, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password, :password_confirmation, :reset_password_token, :remember_token, :unlock_token], &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;rack.multithread&quot;=&gt;false, &quot;HTTP_COOKIE&quot;=&gt;&quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;action_dispatch.request.request_parameters&quot;=&gt;{&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;rack.request.form_vars&quot;=&gt;&quot;q=a&amp;limit=3&quot;, &quot;action_dispatch.cookies&quot;=&gt;{&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}, &quot;rack.multiprocess&quot;=&gt;false, &quot;REQUEST_URI&quot;=&gt;&quot;http://localhost:3000/search&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;rack.request.form_input&quot;=&gt;#&lt;StringIO:0x109f9b8e8&gt;, &quot;HTTP_ACCEPT_CHARSET&quot;=&gt;&quot;ISO-8859-1,utf-8;q=0.7,*;q=0.7&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;action_controller.instance&quot;=&gt;#&lt;SearchesController:0x109dd1788 ...&gt;, &quot;rack.session.options&quot;=&gt;{:secure=&gt;false, :path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :httponly=&gt;true, :id=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;}, &quot;REQUEST_METHOD&quot;=&gt;&quot;POST&quot;, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.form_hash&quot;=&gt;{&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;action_dispatch.request.content_type&quot;=&gt;#&lt;Mime::Type:0x102e6e5a8 @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;, @symbol=:url_encoded_form&gt;, &quot;rack.input&quot;=&gt;#&lt;StringIO:0x109f9b8e8&gt;, &quot;HTTP_PRAGMA&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_X_REQUESTED_WITH&quot;=&gt;&quot;XMLHttpRequest&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip,deflate&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.1&quot;}, @fullpath=&quot;/search&quot;, @filtered_parameters={&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}&gt;, @_response=#&lt;ActionDispatch::Response:0x109dd15f8 @request=#&lt;ActionDispatch::Request:0x109dd16c0 @method=&quot;POST&quot;, @env={&quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;], &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;rack.session&quot;=&gt;{&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}, &quot;HTTP_CACHE_CONTROL&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;*/*&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x109f9ac90 @remote_addrs=[], @trusted_proxies=/(^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\.)/i, @env={...}, @check_ip_spoofing=true&gt;, &quot;REQUEST_PATH&quot;=&gt;&quot;/&quot;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;HTTP_KEEP_ALIVE&quot;=&gt;&quot;115&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11&quot;, &quot;REMOTE_HOST&quot;=&gt;&quot;localhost&quot;, &quot;CONTENT_LENGTH&quot;=&gt;&quot;11&quot;, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}, &quot;rack.errors&quot;=&gt;#&lt;IO:0x100163b80&gt;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-us,en;q=0.5&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;CONTENT_TYPE&quot;=&gt;&quot;application/x-www-form-urlencoded; charset=UTF-8&quot;, &quot;action_dispatch.request.accepts&quot;=&gt;[#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;], &quot;action_dispatch.secret_token&quot;=&gt;&quot;48af151351cd61125a6b4b7205993c9a65621455f0ecb5896e435dd2c40db39e6f8b0f91e6a68a6b915409a144b9f1b4d0020b4acf973566c2854267bc694678&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.run_once&quot;=&gt;false, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;WEBrick/1.3.1 (Ruby/1.8.7/2009-06-08)&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/search&quot;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;searches&quot;, :action=&gt;&quot;create&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;HTTP_REFERER&quot;=&gt;&quot;http://localhost:3000/subjects/388-desserts/articles/1015888-foreign_food_fridays_fez_morocco_cont&quot;, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password, :password_confirmation, :reset_password_token, :remember_token, :unlock_token], &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;rack.multithread&quot;=&gt;false, &quot;HTTP_COOKIE&quot;=&gt;&quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;action_dispatch.request.request_parameters&quot;=&gt;{&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;rack.request.form_vars&quot;=&gt;&quot;q=a&amp;limit=3&quot;, &quot;action_dispatch.cookies&quot;=&gt;{&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}, &quot;rack.multiprocess&quot;=&gt;false, &quot;REQUEST_URI&quot;=&gt;&quot;http://localhost:3000/search&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;rack.request.form_input&quot;=&gt;#&lt;StringIO:0x109f9b8e8&gt;, &quot;HTTP_ACCEPT_CHARSET&quot;=&gt;&quot;ISO-8859-1,utf-8;q=0.7,*;q=0.7&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;action_controller.instance&quot;=&gt;#&lt;SearchesController:0x109dd1788 ...&gt;, &quot;rack.session.options&quot;=&gt;{:secure=&gt;false, :path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :httponly=&gt;true, :id=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;}, &quot;REQUEST_METHOD&quot;=&gt;&quot;POST&quot;, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.form_hash&quot;=&gt;{&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;action_dispatch.request.content_type&quot;=&gt;#&lt;Mime::Type:0x102e6e5a8 @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;, @symbol=:url_encoded_form&gt;, &quot;rack.input&quot;=&gt;#&lt;StringIO:0x109f9b8e8&gt;, &quot;HTTP_PRAGMA&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_X_REQUESTED_WITH&quot;=&gt;&quot;XMLHttpRequest&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip,deflate&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.1&quot;}, @fullpath=&quot;/search&quot;, @filtered_parameters={&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}&gt;, @blank=false, @sending_file=false, @header={}, @cookie=[], @etag=nil, @body=[], @length=0, @status=200, @block=nil, @cache_control={}, @writer=#&lt;Proc:0x0000000105e79bf8@/Library/Ruby/Gems/1.8/gems/actionpack-3.0.0/lib/action_dispatch/http/response.rb:44&gt;&gt;, @view_context_class=nil, @action_has_layout=true&gt;
  323. action_dispatch.cookies: {&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}
  324. action_dispatch.parameter_filter: [:password, :password_confirmation, :reset_password_token, :remember_token, :unlock_token]
  325. action_dispatch.remote_ip: #&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x109f9ac90 @remote_addrs=[], @trusted_proxies=/(^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\.)/i, @env={&quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;], &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;rack.session&quot;=&gt;{&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}, &quot;HTTP_CACHE_CONTROL&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;*/*&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x109f9ac90 ...&gt;, &quot;REQUEST_PATH&quot;=&gt;&quot;/&quot;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;HTTP_KEEP_ALIVE&quot;=&gt;&quot;115&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11&quot;, &quot;REMOTE_HOST&quot;=&gt;&quot;localhost&quot;, &quot;CONTENT_LENGTH&quot;=&gt;&quot;11&quot;, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}, &quot;rack.errors&quot;=&gt;#&lt;IO:0x100163b80&gt;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-us,en;q=0.5&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;CONTENT_TYPE&quot;=&gt;&quot;application/x-www-form-urlencoded; charset=UTF-8&quot;, &quot;action_dispatch.request.accepts&quot;=&gt;[#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;], &quot;action_dispatch.secret_token&quot;=&gt;&quot;48af151351cd61125a6b4b7205993c9a65621455f0ecb5896e435dd2c40db39e6f8b0f91e6a68a6b915409a144b9f1b4d0020b4acf973566c2854267bc694678&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.run_once&quot;=&gt;false, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;WEBrick/1.3.1 (Ruby/1.8.7/2009-06-08)&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/search&quot;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;searches&quot;, :action=&gt;&quot;create&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;HTTP_REFERER&quot;=&gt;&quot;http://localhost:3000/subjects/388-desserts/articles/1015888-foreign_food_fridays_fez_morocco_cont&quot;, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password, :password_confirmation, :reset_password_token, :remember_token, :unlock_token], &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;rack.multithread&quot;=&gt;false, &quot;HTTP_COOKIE&quot;=&gt;&quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;action_dispatch.request.request_parameters&quot;=&gt;{&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;rack.request.form_vars&quot;=&gt;&quot;q=a&amp;limit=3&quot;, &quot;action_dispatch.cookies&quot;=&gt;{&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}, &quot;rack.multiprocess&quot;=&gt;false, &quot;REQUEST_URI&quot;=&gt;&quot;http://localhost:3000/search&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;rack.request.form_input&quot;=&gt;#&lt;StringIO:0x109f9b8e8&gt;, &quot;HTTP_ACCEPT_CHARSET&quot;=&gt;&quot;ISO-8859-1,utf-8;q=0.7,*;q=0.7&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;action_controller.instance&quot;=&gt;#&lt;SearchesController:0x109dd1788 @_params={&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, @_action_name=&quot;create&quot;, @_status=200, @_headers={&quot;Content-Type&quot;=&gt;&quot;text/html&quot;}, @_response_body=nil, @_env={...}, @lookup_context=#&lt;ActionView::LookupContext:0x109dd12b0 @details_key=nil, @skip_default_locale=false, @details={:handlers=&gt;[:rjs, :rhtml, :erb, :rxml, :builder], :locale=&gt;[:en, :en], :formats=&gt;[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json]}, @frozen_formats=false, @view_paths=[#&lt;ActionView::FileSystemResolver:0x105d9f840 @caching=false, @path=&quot;/Users/nick/Projects/Xydo/app/views&quot;, @cached={}&gt;]&gt;, @_request=#&lt;ActionDispatch::Request:0x109dd16c0 @method=&quot;POST&quot;, @env={...}, @fullpath=&quot;/search&quot;, @filtered_parameters={&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}&gt;, @_response=#&lt;ActionDispatch::Response:0x109dd15f8 @request=#&lt;ActionDispatch::Request:0x109dd16c0 @method=&quot;POST&quot;, @env={...}, @fullpath=&quot;/search&quot;, @filtered_parameters={&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}&gt;, @blank=false, @sending_file=false, @header={}, @cookie=[], @etag=nil, @body=[], @length=0, @status=200, @block=nil, @cache_control={}, @writer=#&lt;Proc:0x0000000105e79bf8@/Library/Ruby/Gems/1.8/gems/actionpack-3.0.0/lib/action_dispatch/http/response.rb:44&gt;&gt;, @view_context_class=nil, @action_has_layout=true&gt;, &quot;rack.session.options&quot;=&gt;{:secure=&gt;false, :path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :httponly=&gt;true, :id=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;}, &quot;REQUEST_METHOD&quot;=&gt;&quot;POST&quot;, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.form_hash&quot;=&gt;{&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}, &quot;action_dispatch.request.content_type&quot;=&gt;#&lt;Mime::Type:0x102e6e5a8 @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;, @symbol=:url_encoded_form&gt;, &quot;rack.input&quot;=&gt;#&lt;StringIO:0x109f9b8e8&gt;, &quot;HTTP_PRAGMA&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_X_REQUESTED_WITH&quot;=&gt;&quot;XMLHttpRequest&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip,deflate&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.1&quot;}, @check_ip_spoofing=true&gt;
  326. action_dispatch.request.accepts: [#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;]
  327. action_dispatch.request.content_type: #&lt;Mime::Type:0x102e6e5a8 @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;, @symbol=:url_encoded_form&gt;
  328. action_dispatch.request.formats: [#&lt;Mime::Type:0x10a08f448 @synonyms=[], @string=&quot;*/*&quot;, @symbol=nil&gt;]
  329. action_dispatch.request.parameters: {&quot;action&quot;=&gt;&quot;create&quot;, &quot;q&quot;=&gt;&quot;a&quot;, &quot;controller&quot;=&gt;&quot;searches&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}
  330. action_dispatch.request.path_parameters: {:controller=&gt;&quot;searches&quot;, :action=&gt;&quot;create&quot;}
  331. action_dispatch.request.query_parameters: {}
  332. action_dispatch.request.request_parameters: {&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}
  333. action_dispatch.request.unsigned_session_cookie: {&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}
  334. action_dispatch.secret_token: &quot;48af151351cd61125a6b4b7205993c9a65621455f0ecb5896e435dd2c40db39e6f8b0f91e6a68a6b915409a144b9f1b4d0020b4acf973566c2854267bc694678&quot;
  335. rack.errors: #&lt;IO:0x100163b80&gt;
  336. rack.input: #&lt;StringIO:0x109f9b8e8&gt;
  337. rack.multiprocess: false
  338. rack.multithread: false
  339. rack.request.cookie_hash: {&quot;fbs_132753600078970&quot;=&gt;&quot;\&quot;access_token=132753600078970|2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077|DvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;, &quot;_xydo_session&quot;=&gt;&quot;BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6&quot;, &quot;user_id&quot;=&gt;&quot;111&quot;}
  340. rack.request.cookie_string: &quot;_xydo_session=BAh7CSIQX2NzcmZfdG9rZW4iMXVPdTBQTHJCTUh1a3M5TTk1RnVURVdreDRDZzVPNnBQRmFQSWNmLy90Qlk9Ig9zZXNzaW9uX2lkIiVkMmQ1MGZmNGYxZmExYTY4Yzc2NWEzMjYyODc3YTEwOSIMdXNlcl9pZGl0IhNzdWJqZWN0X3Zpc2l0c3sHaQJlAWkDJagPaQKEAWkDXIAP--1deab9676dba9c2b16241bc457ea56c469d382d6; user_id=111; fbs_132753600078970=\&quot;access_token=132753600078970%7C2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077%7CDvcIWgiHcgvACn_UzDbBqeQyHXU&amp;expires=1287954000&amp;secret=AOwYbspQHyJYSdaygz2PJQ__&amp;session_key=2.o6vwJy62LVYaKB7Qx26Qow__.3600.1287954000-901077&amp;sig=2fcca422cf28735942cb012cb81de69c&amp;uid=901077\&quot;&quot;
  341. rack.request.form_hash: {&quot;q&quot;=&gt;&quot;a&quot;, &quot;limit&quot;=&gt;&quot;3&quot;}
  342. rack.request.form_input: #&lt;StringIO:0x109f9b8e8&gt;
  343. rack.request.form_vars: &quot;q=a&amp;limit=3&quot;
  344. rack.request.query_hash: {}
  345. rack.request.query_string: &quot;&quot;
  346. rack.run_once: false
  347. rack.session: {&quot;_csrf_token&quot;=&gt;&quot;uOu0PLrBMHuks9M95FuTEWkx4Cg5O6pPFaPIcf//tBY=&quot;, &quot;session_id&quot;=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;, &quot;user_id&quot;=&gt;111, &quot;subject_visits&quot;=&gt;{357=&gt;1026085, 388=&gt;1015900}}
  348. rack.session.options: {:secure=&gt;false, :path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :httponly=&gt;true, :id=&gt;&quot;d2d50ff4f1fa1a68c765a3262877a109&quot;}
  349. rack.url_scheme: &quot;http&quot;
  350. rack.version: [1, 1]</pre></div>
  351.  
  352.  
  353. <h2 style="margin-top: 30px">Response</h2>
  354. <p><b>Headers</b>: <pre>None</pre></p>
  355.  
  356.  
  357.  
  358. </body>
  359. </html>