Created
May 8, 2015 16:25
-
-
Save phirefly/2255e31193be0c23752d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36" 10.10.100.87:35390 x_forwarded_for:"159.142.71.6" vcap_request_id:a4ad219a-a4a1-4199-7e42-f02bd9038549 response_time:0.444874612 app_id:1c023628-835f-42b6-aca1-f1bd58dec4d3 | |
| 2015-05-08T11:24:31.09-0500 [App/0] OUT Rendered ncr/_proposal_list.html.erb (423.9ms) | |
| 2015-05-08T11:24:31.09-0500 [App/0] OUT Rendered proposals/index.html.erb within layouts/application (427.0ms) | |
| 2015-05-08T11:24:31.09-0500 [App/0] OUT Completed 500 Internal Server Error in 431ms | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT ActionView::Template::Error (undefined method `total_price' for nil:NilClass): | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 19: <tr> | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 20: <td class="sixth"><a href="<%= proposal_url(proposal) %>"><%= proposal.public_identifier %></a></td> | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 21: <td class="first"><a href="<%= proposal_url(proposal) %>"><%= proposal.name %></a></td> | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 22: <td class="sixth"><%= number_to_currency(proposal.client_data.total_price) %></td> | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 23: <td class="sixth"> | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 24: <%= render partial: 'proposals/review_status', | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 25: locals: {proposal: proposal} %> | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT app/views/ncr/_proposal_list.html.erb:22:in `block in _app_views_ncr__proposal_list_html_erb___807257430988492416_70273098922300' | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT app/views/ncr/_proposal_list.html.erb:18:in `_app_views_ncr__proposal_list_html_erb___807257430988492416_70273098922300' | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT app/helpers/client_helper.rb:9:in `client_partial' | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT app/views/proposals/index.html.erb:7:in `_app_views_proposals_index_html_erb___4130543682321910074_70273098799320' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment