Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionView::TemplateError in reqs#index #120

Open
3point2 opened this issue Aug 25, 2012 · 0 comments
Open

ActionView::TemplateError in reqs#index #120

3point2 opened this issue Aug 25, 2012 · 0 comments

Comments

@3point2
Copy link
Member

3point2 commented Aug 25, 2012

A ActionView::TemplateError occurred in reqs#index:

  undefined method `name' for nil:NilClass
  On line #4 of app/views/reqs/_req.html.erb

    1: <div class="req req_id_<%= req.id %>">
    2:   <a name="req_<%= req.id %>"></a>
    3:   <div class="profile-image">
    4:     <%= image_link req.person, :image => :thumbnail %>
    5:     <%= image_tag "icons/new.gif", :class => "icon", :alt => "Request" %>
    6:   </div>
    7:   <p>

    .bundle/gems/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/whiny_nil.rb:52:in `method_missing'
    app/helpers/people_helper.rb:12:in `image_link'
    app/views/reqs/_req.html.erb:4
    .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/renderable_partial.rb:20:in `render'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:30:in `benchmark'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:19:in `render'
    .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/renderable_partial.rb:44:in `render_partial'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:222:in `render_partial_collection'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:216:in `map'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:216:in `render_partial_collection'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:182:in `render_partial'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:267:in `render_without_active_scaffold'
    app/views/reqs/_reqs_canvas.html.erb:16
    .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/renderable_partial.rb:20:in `render'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:30:in `benchmark'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:19:in `render'
    .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/renderable_partial.rb:44:in `render_partial'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:184:in `render_partial'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:267:in `render_without_active_scaffold'
    app/views/reqs/index.js.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_controller/base.rb:1252:in `render_for_file'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:942: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/mime_responds.rb:135:in `send'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:135:in `custom'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:179:in `call'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:179:in `respond'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:173:in `each'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:173:in `respond'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:107:in `respond_to'
    app/controllers/reqs_controller.rb:34:in `index'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333:in `send'
    .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333: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/groups/1/reqs?page=6&scope=all
  * IP address: 88.197.26.216
  * Parameters: {"scope"=>"all", "action"=>"index", "group_id"=>"1", "page"=>"6", "controller"=>"reqs"}
  * Rails root: /app

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

  * session id: nil
  * data: nil

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

  * GATEWAY_INTERFACE                              : CGI/1.2
  * HTTP_ACCEPT                                    : text/javascript, application/javascript, */*; q=0.01
  * HTTP_ACCEPT_ENCODING                           : gzip, deflate
  * HTTP_ACCEPT_LANGUAGE                           : el-gr,el;q=0.8,en-us;q=0.5,en;q=0.3
  * HTTP_CONNECTION                                : close
  * HTTP_COOKIE                                    : _oscurrency_session=BAh7CjoQX2NzcmZfdG9rZW4iMW43NFRYZzB6d1BEN1VNbkdsaVN0RkVBTFg3V29DbW56dndlZVNPbFhOaUU9IhpwZXJzb25fY3JlZGVudGlhbHNfaWRpAq8EOg9zZXNzaW9uX2lkIiVlOTc0OTBkODlmNjQ3NWYyYTUxMjliYzgyZDQ3MmUzMiIXcGVyc29uX2NyZWRlbnRpYWxzIgGAYjBhODBiYzg0ZmUyMTkwOTQ1NzA3NTA5MmNmMTc1ZGZiMmE4MTQzYTE0ZDkzYmI4MWFlOWJhYmRmYjI2YWU0MzU0MTA2ZjViNDVlMzFiZTQ1ZjNhNzA3MjM5YzliZWJiMmZkOGJmMzA2ZjJlNDJiMzI5MmVmNTU3ODE1ODBiZmIiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--d05b4fcf3738f48326fc39e24729f0cec8db2393; person_credentials=b0a80bc84fe21909457075092cf175dfb2a8143a14d93bb81ae9babdfb26ae4354106f5b45e31be45f3a707239c9bebb2fd8bf306f2e42b3292ef55781580bfb%3A%3A1199
  * HTTP_HOST                                      : www.time-exchange.gr
  * HTTP_REFERER                                   : http://www.time-exchange.gr/groups/1
  * HTTP_USER_AGENT                                : Mozilla/5.0 (Windows NT 6.0; rv:14.0) Gecko/20100101 Firefox/14.0.1
  * HTTP_VERSION                                   : HTTP/1.1
  * HTTP_X_FORWARDED_FOR                           : 88.197.26.216
  * HTTP_X_HEROKU_DYNOS_IN_USE                     : 1
  * HTTP_X_HEROKU_QUEUE_DEPTH                      : 0
  * HTTP_X_HEROKU_QUEUE_WAIT_TIME                  : 1
  * HTTP_X_REAL_IP                                 : 88.197.26.216
  * HTTP_X_REQUESTED_WITH                          : XMLHttpRequest
  * HTTP_X_REQUEST_START                           : 1345841571452
  * HTTP_X_VARNISH                                 : 771805194
  * PATH_INFO                                      : /groups/1/reqs
  * QUERY_STRING                                   : page=6&scope=all
  * REMOTE_ADDR                                    : 10.8.230.161
  * REQUEST_METHOD                                 : GET
  * REQUEST_PATH                                   : /groups/1/reqs
  * REQUEST_URI                                    : /groups/1/reqs?page=6&scope=all
  * 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      : actionindexgroup_id1controllerreqs
  * action_controller.request.query_parameters     : scopeallpage6
  * action_controller.request.request_parameters   :
  * action_controller.rescue.request               : #<ActionController::Request:0x7fd424355048>
  * action_controller.rescue.response              : #<ActionController::Response:0x7fd424354af8>
  * action_dispatch.request.unsigned_session_cookie: _csrf_tokenn74TXg0zwPD7UMnGliStFEALX7WoCmnzvweeSOlXNiE=person_credentials_id1199session_ide97490d89f6475f2a5129bc82d472e32flashperson_credentialsb0a80bc84fe21909457075092cf175dfb2a8143a14d93bb81ae9babdfb26ae4354106f5b45e31be45f3a707239c9bebb2fd8bf306f2e42b3292ef55781580bfb
  * async.callback                                 : #<Method: Thin::Connection#post_process>
  * async.close                                    : #<EventMachine::DefaultDeferrable:0x7fd42435b830>
  * rack.errors                                    : #<IO:0x7fd42ea619b8>
  * rack.input                                     : #<StringIO:0x7fd42435c730>
  * rack.multiprocess                              : false
  * rack.multithread                               : false
  * rack.request.cookie_hash                       : _oscurrency_sessionBAh7CjoQX2NzcmZfdG9rZW4iMW43NFRYZzB6d1BEN1VNbkdsaVN0RkVBTFg3V29DbW56dndlZVNPbFhOaUU9IhpwZXJzb25fY3JlZGVudGlhbHNfaWRpAq8EOg9zZXNzaW9uX2lkIiVlOTc0OTBkODlmNjQ3NWYyYTUxMjliYzgyZDQ3MmUzMiIXcGVyc29uX2NyZWRlbnRpYWxzIgGAYjBhODBiYzg0ZmUyMTkwOTQ1NzA3NTA5MmNmMTc1ZGZiMmE4MTQzYTE0ZDkzYmI4MWFlOWJhYmRmYjI2YWU0MzU0MTA2ZjViNDVlMzFiZTQ1ZjNhNzA3MjM5YzliZWJiMmZkOGJmMzA2ZjJlNDJiMzI5MmVmNTU3ODE1ODBiZmIiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA=--d05b4fcf3738f48326fc39e24729f0cec8db2393person_credentialsb0a80bc84fe21909457075092cf175dfb2a8143a14d93bb81ae9babdfb26ae4354106f5b45e31be45f3a707239c9bebb2fd8bf306f2e42b3292ef55781580bfb::1199
  * rack.request.cookie_string                     : _oscurrency_session=BAh7CjoQX2NzcmZfdG9rZW4iMW43NFRYZzB6d1BEN1VNbkdsaVN0RkVBTFg3V29DbW56dndlZVNPbFhOaUU9IhpwZXJzb25fY3JlZGVudGlhbHNfaWRpAq8EOg9zZXNzaW9uX2lkIiVlOTc0OTBkODlmNjQ3NWYyYTUxMjliYzgyZDQ3MmUzMiIXcGVyc29uX2NyZWRlbnRpYWxzIgGAYjBhODBiYzg0ZmUyMTkwOTQ1NzA3NTA5MmNmMTc1ZGZiMmE4MTQzYTE0ZDkzYmI4MWFlOWJhYmRmYjI2YWU0MzU0MTA2ZjViNDVlMzFiZTQ1ZjNhNzA3MjM5YzliZWJiMmZkOGJmMzA2ZjJlNDJiMzI5MmVmNTU3ODE1ODBiZmIiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--d05b4fcf3738f48326fc39e24729f0cec8db2393; person_credentials=b0a80bc84fe21909457075092cf175dfb2a8143a14d93bb81ae9babdfb26ae4354106f5b45e31be45f3a707239c9bebb2fd8bf306f2e42b3292ef55781580bfb%3A%3A1199
  * rack.request.query_hash                        : scopeallpage6
  * rack.request.query_string                      : page=6&scope=all
  * rack.run_once                                  : false
  * rack.session                                   : _csrf_tokenn74TXg0zwPD7UMnGliStFEALX7WoCmnzvweeSOlXNiE=person_credentials_id1199session_ide97490d89f6475f2a5129bc82d472e32person_credentialsb0a80bc84fe21909457075092cf175dfb2a8143a14d93bb81ae9babdfb26ae4354106f5b45e31be45f3a707239c9bebb2fd8bf306f2e42b3292ef55781580bfbflash
  * rack.session.options                           : httponlytruedomainpath/key_session_idide97490d89f6475f2a5129bc82d472e32expire_after
  * rack.url_scheme                                : http
  * rack.version                                   : 10

  * Process: 2
  * Server : 0ba8bb95-32a9-401c-8d71-2625471ad380

-------------------------------
Backtrace:
-------------------------------

  On line #4 of app/views/reqs/_req.html.erb

      1: <div class="req req_id_<%= req.id %>">
      2:   <a name="req_<%= req.id %>"></a>
      3:   <div class="profile-image">
      4:     <%= image_link req.person, :image => :thumbnail %>
      5:     <%= image_tag "icons/new.gif", :class => "icon", :alt => "Request" %>
      6:   </div>
      7:   <p>

      .bundle/gems/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/whiny_nil.rb:52:in `method_missing'
      app/helpers/people_helper.rb:12:in `image_link'
      app/views/reqs/_req.html.erb:4
      .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/renderable_partial.rb:20:in `render'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:30:in `benchmark'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:19:in `render'
      .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/renderable_partial.rb:44:in `render_partial'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:222:in `render_partial_collection'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:216:in `map'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:216:in `render_partial_collection'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:182:in `render_partial'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:267:in `render_without_active_scaffold'
      app/views/reqs/_reqs_canvas.html.erb:16
      .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/renderable_partial.rb:20:in `render'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:30:in `benchmark'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:19:in `render'
      .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/renderable_partial.rb:44:in `render_partial'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:184:in `render_partial'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:267:in `render_without_active_scaffold'
      app/views/reqs/index.js.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_controller/base.rb:1252:in `render_for_file'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:942: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/mime_responds.rb:135:in `send'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:135:in `custom'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:179:in `call'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:179:in `respond'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:173:in `each'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:173:in `respond'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/mime_responds.rb:107:in `respond_to'
      app/controllers/reqs_controller.rb:34:in `index'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333:in `send'
      .bundle/gems/ruby/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333: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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant