time-exchange-gr / oscurrency

Open Source Time Exchange derived from Insoshi
http://time-exchange.gr
Other
9 stars 0 forks source link

TemplateError in searches#index #18

Open 3point2 opened 12 years ago

3point2 commented 12 years ago
A ActionView::TemplateError occurred in searches#index:

  The @searches variable appears to be empty. Did you forget to pass the collection object for will_paginate?
  On line \#3 of app/views/searches/index.html.erb

    1: <% column_div :type => :primary do %>
    2:   <h2><%= t('searches.search_results') %></h2>
    3:   <%= will_paginate(@page_results) %>
    4:     <%- if @page_results.empty? -%>
    5:       <h3><%= t('searches.no_result') %></h3>
    6:     <%- else -%>

    app/views/searches/index.html.erb:3
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/capture_helper.rb:36:in `call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/capture_helper.rb:36:in `capture'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/capture_helper.rb:129:in `with_output_buffer'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/capture_helper.rb:36:in `capture'
    app/helpers/application_helper.rb:168:in `column_div'
    app/views/searches/index.html.erb:1
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:in `send'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:in `render_without_active_scaffold'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:306:in `with_template'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:30:in `render_without_active_scaffold'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/template.rb:205:in `render_template'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:265:in `render_without_active_scaffold'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:348:in `_render_with_layout'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:262:in `render_without_active_scaffold'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1252:in `render_for_file'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:936:in `render_without_benchmark'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:51:in `render_without_active_scaffold'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:51:in `render_without_active_scaffold'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1328:in `default_render'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1334:in `perform_action_without_filters'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617:in `call_filters'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151:in `perform_action_without_render_component'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:532:in `send'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:532:in `process_without_filters'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606:in `process'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:391:in `process'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:386:in `call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438:in `call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87:in `dispatch'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121:in `_call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
    .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:29:in `call'
    .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:29:in `call'
    .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
    .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:9:in `cache'
    .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:28:in `call'
    .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25:in `call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15:in `call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99:in `call'
    .bundle/gems/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/cache/strategy/local_cache.rb:25:in `call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26:in `call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106:in `call'
    /home/heroku_rack/lib/static_assets.rb:9:in `call'
    /home/heroku_rack/lib/last_access.rb:15:in `call'
    /home/heroku_rack/lib/date_header.rb:14:in `call'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:76:in `pre_process'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:74:in `catch'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:74:in `pre_process'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:57:in `process'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:42:in `receive_data'
    .bundle/gems/ruby/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'
    .bundle/gems/ruby/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/backends/base.rb:57:in `start'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/server.rb:156:in `start'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/controllers/controller.rb:80:in `start'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/runner.rb:177:in `send'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/runner.rb:177:in `run_command'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/runner.rb:143:in `run!'
    /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/bin/thin:6
    /usr/ruby1.8.7/bin/thin:19:in `load'
    /usr/ruby1.8.7/bin/thin:19

-------------------------------
Request:
-------------------------------

  * URL       : http://www.time-exchange.gr/searches?q=&model=Message
  * IP address: 79.166.105.209
  * Parameters: {"model"=>"Message", "action"=>"index", "q"=>"", "controller"=>"searches"}
  * Rails root: /app

-------------------------------
Session:
-------------------------------

  * session id: nil
  * data: nil

-------------------------------
Environment:
-------------------------------

  * GATEWAY_INTERFACE                              : CGI/1.2
  * HTTP_ACCEPT                                    : text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  * HTTP_ACCEPT_CHARSET                            : ISO-8859-7,utf-8;q=0.7,*;q=0.3
  * HTTP_ACCEPT_ENCODING                           : gzip,deflate,sdch
  * HTTP_ACCEPT_LANGUAGE                           : el-GR,el;q=0.8,fr;q=0.6
  * HTTP_CONNECTION                                : close
  * HTTP_COOKIE                                    : person_credentials=64fb83c4a23c999b696ea86966bafa80f17a916c6ed65dde7ed50488708ed591f1d21bab6ffca2dd733fe140db79dad8f6bf2ce22ce010bfce69be6a4bdcb50d%3A%3A65; _oscurrency_session=BAh7CSIacGVyc29uX2NyZWRlbnRpYWxzX2lkaUY6EF9jc3JmX3Rva2VuIjFQTmQ1eHlSUmZtNGhtTGxRaTVZdmdXVGtLTnI1U1Z2Y1lUYlpqOWFZaGFVPToPc2Vzc2lvbl9pZCIlN2JmOTEyYThlMjc3M2E3MzRjNjBlMTc0NjYzM2Q3MTMiF3BlcnNvbl9jcmVkZW50aWFscyIBgDY0ZmI4M2M0YTIzYzk5OWI2OTZlYTg2OTY2YmFmYTgwZjE3YTkxNmM2ZWQ2NWRkZTdlZDUwNDg4NzA4ZWQ1OTFmMWQyMWJhYjZmZmNhMmRkNzMzZmUxNDBkYjc5ZGFkOGY2YmYyY2UyMmNlMDEwYmZjZTY5YmU2YTRiZGNiNTBk--f64844cf9929315c1d7e8b8a5f2446e2daf4144d
  * HTTP_HOST                                      : www.time-exchange.gr
  * HTTP_REFERER                                   : http://www.time-exchange.gr/messages/sent
  * HTTP_USER_AGENT                                : Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2
  * HTTP_VERSION                                   : HTTP/1.1
  * HTTP_X_FORWARDED_FOR                           : 79.166.105.209
  * HTTP_X_HEROKU_DYNOS_IN_USE                     : 1
  * HTTP_X_HEROKU_QUEUE_DEPTH                      : 0
  * HTTP_X_HEROKU_QUEUE_WAIT_TIME                  : 1
  * HTTP_X_REAL_IP                                 : 79.166.105.209
  * HTTP_X_REQUEST_START                           : 1320130232749
  * HTTP_X_VARNISH                                 : 1760691879
  * PATH_INFO                                      : /searches
  * QUERY_STRING                                   : q=&model=Message
  * REMOTE_ADDR                                    : 10.217.29.248
  * REQUEST_METHOD                                 : GET
  * REQUEST_PATH                                   : /searches
  * REQUEST_URI                                    : /searches?q=&model=Message
  * SCRIPT_NAME                                    : 
  * SERVER_NAME                                    : www.time-exchange.gr
  * SERVER_PORT                                    : 80
  * SERVER_PROTOCOL                                : HTTP/1.1
  * SERVER_SOFTWARE                                : thin 1.2.6 codename Crazy Delicious
  * action_controller.request.path_parameters      : actionindexcontrollersearches
  * action_controller.request.query_parameters     : modelMessageq
  * action_controller.request.request_parameters   : 
  * action_controller.rescue.request               : #<ActionController::Request:0x7f7596b9d558>
  * action_controller.rescue.response              : #<ActionController::Response:0x7f7596b9d210>
  * action_dispatch.request.unsigned_session_cookie: _csrf_tokenPNd5xyRRfm4hmLlQi5YvgWTkKNr5SVvcYTbZj9aYhaU=person_credentials_id65session_id7bf912a8e2773a734c60e1746633d713person_credentials64fb83c4a23c999b696ea86966bafa80f17a916c6ed65dde7ed50488708ed591f1d21bab6ffca2dd733fe140db79dad8f6bf2ce22ce010bfce69be6a4bdcb50d
  * async.callback                                 : #<Method: Thin::Connection#post_process>
  * async.close                                    : #<EventMachine::DefaultDeferrable:0x7f7596b9fd58>
  * rack.errors                                    : #<IO:0x7f75a11b69d0>
  * rack.input                                     : #<StringIO:0x7f7596ba0c08>
  * rack.multiprocess                              : false
  * rack.multithread                               : false
  * rack.request.cookie_hash                       : _oscurrency_sessionBAh7CSIacGVyc29uX2NyZWRlbnRpYWxzX2lkaUY6EF9jc3JmX3Rva2VuIjFQTmQ1eHlSUmZtNGhtTGxRaTVZdmdXVGtLTnI1U1Z2Y1lUYlpqOWFZaGFVPToPc2Vzc2lvbl9pZCIlN2JmOTEyYThlMjc3M2E3MzRjNjBlMTc0NjYzM2Q3MTMiF3BlcnNvbl9jcmVkZW50aWFscyIBgDY0ZmI4M2M0YTIzYzk5OWI2OTZlYTg2OTY2YmFmYTgwZjE3YTkxNmM2ZWQ2NWRkZTdlZDUwNDg4NzA4ZWQ1OTFmMWQyMWJhYjZmZmNhMmRkNzMzZmUxNDBkYjc5ZGFkOGY2YmYyY2UyMmNlMDEwYmZjZTY5YmU2YTRiZGNiNTBk--f64844cf9929315c1d7e8b8a5f2446e2daf4144dperson_credentials64fb83c4a23c999b696ea86966bafa80f17a916c6ed65dde7ed50488708ed591f1d21bab6ffca2dd733fe140db79dad8f6bf2ce22ce010bfce69be6a4bdcb50d::65
  * rack.request.cookie_string                     : person_credentials=64fb83c4a23c999b696ea86966bafa80f17a916c6ed65dde7ed50488708ed591f1d21bab6ffca2dd733fe140db79dad8f6bf2ce22ce010bfce69be6a4bdcb50d%3A%3A65; _oscurrency_session=BAh7CSIacGVyc29uX2NyZWRlbnRpYWxzX2lkaUY6EF9jc3JmX3Rva2VuIjFQTmQ1eHlSUmZtNGhtTGxRaTVZdmdXVGtLTnI1U1Z2Y1lUYlpqOWFZaGFVPToPc2Vzc2lvbl9pZCIlN2JmOTEyYThlMjc3M2E3MzRjNjBlMTc0NjYzM2Q3MTMiF3BlcnNvbl9jcmVkZW50aWFscyIBgDY0ZmI4M2M0YTIzYzk5OWI2OTZlYTg2OTY2YmFmYTgwZjE3YTkxNmM2ZWQ2NWRkZTdlZDUwNDg4NzA4ZWQ1OTFmMWQyMWJhYjZmZmNhMmRkNzMzZmUxNDBkYjc5ZGFkOGY2YmYyY2UyMmNlMDEwYmZjZTY5YmU2YTRiZGNiNTBk--f64844cf9929315c1d7e8b8a5f2446e2daf4144d
  * rack.request.query_hash                        : modelMessageq
  * rack.request.query_string                      : q=&model=Message
  * rack.run_once                                  : false
  * rack.session                                   : person_credentials_id65_csrf_tokenPNd5xyRRfm4hmLlQi5YvgWTkKNr5SVvcYTbZj9aYhaU=session_id7bf912a8e2773a734c60e1746633d713person_credentials64fb83c4a23c999b696ea86966bafa80f17a916c6ed65dde7ed50488708ed591f1d21bab6ffca2dd733fe140db79dad8f6bf2ce22ce010bfce69be6a4bdcb50d
  * rack.session.options                           : domainhttponlytruepath/key_session_idid7bf912a8e2773a734c60e1746633d713expire_after
  * rack.url_scheme                                : http
  * rack.version                                   : 10

  * Process: 1
  * Server : 6f72e2bc-8e2e-4a5d-abb6-aecac7cc48bd

-------------------------------
Backtrace:
-------------------------------
  On line #3 of app/views/searches/index.html.erb

      1: <% column_div :type => :primary do %>
      2:   <h2><%= t('searches.search_results') %></h2>
      3:   <%= will_paginate(@page_results) %>
      4:     <%- if @page_results.empty? -%>
      5:       <h3><%= t('searches.no_result') %></h3>
      6:     <%- else -%>

      app/views/searches/index.html.erb:3
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/capture_helper.rb:36:in `call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/capture_helper.rb:36:in `capture'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/capture_helper.rb:129:in `with_output_buffer'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/capture_helper.rb:36:in `capture'
      app/helpers/application_helper.rb:168:in `column_div'
      app/views/searches/index.html.erb:1
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:in `send'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:in `render_without_active_scaffold'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:306:in `with_template'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:30:in `render_without_active_scaffold'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/template.rb:205:in `render_template'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:265:in `render_without_active_scaffold'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:348:in `_render_with_layout'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:262:in `render_without_active_scaffold'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1252:in `render_for_file'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:936:in `render_without_benchmark'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:51:in `render_without_active_scaffold'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:51:in `render_without_active_scaffold'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1328:in `default_render'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1334:in `perform_action_without_filters'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617:in `call_filters'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151:in `perform_action_without_render_component'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:532:in `send'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:532:in `process_without_filters'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606:in `process'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:391:in `process'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:386:in `call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438:in `call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87:in `dispatch'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121:in `_call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
      .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:29:in `call'
      .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:29:in `call'
      .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
      .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:9:in `cache'
      .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:28:in `call'
      .bundle/gems/ruby/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25:in `call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15:in `call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99:in `call'
      .bundle/gems/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/cache/strategy/local_cache.rb:25:in `call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26:in `call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106:in `call'
      /home/heroku_rack/lib/static_assets.rb:9:in `call'
      /home/heroku_rack/lib/last_access.rb:15:in `call'
      /home/heroku_rack/lib/date_header.rb:14:in `call'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:76:in `pre_process'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:74:in `catch'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:74:in `pre_process'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:57:in `process'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/connection.rb:42:in `receive_data'
      .bundle/gems/ruby/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'
      .bundle/gems/ruby/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/backends/base.rb:57:in `start'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/server.rb:156:in `start'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/controllers/controller.rb:80:in `start'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/runner.rb:177:in `send'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/runner.rb:177:in `run_command'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/thin/runner.rb:143:in `run!'
      /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/bin/thin:6
      /usr/ruby1.8.7/bin/thin:19:in `load'
      /usr/ruby1.8.7/bin/thin:19
3point2 commented 12 years ago

one of our most common 500's