Created
January 23, 2014 15:59
-
-
Save keppy/8581101 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
2014-01-23T14:39:04.244709+00:00 app[web.1]: Started GET "/profile/payment/new" for 67.183.209.26 at 2014-01-23 14:39:04 +0000 | |
2014-01-23T14:39:04.248854+00:00 app[web.1]: Processing by PaymentController#new as HTML | |
2014-01-23T14:39:04.249072+00:00 app[web.1]: Processing by PaymentController#new as HTML | |
2014-01-23T14:39:04.272741+00:00 app[web.1]: Rendered profile/_subnav.html.haml (4.6ms) | |
2014-01-23T14:39:04.272741+00:00 app[web.1]: Rendered profile/_subnav.html.haml (4.6ms) | |
2014-01-23T14:39:04.275307+00:00 app[web.1]: Rendered payment/_cost_table.html.haml (2.1ms) | |
2014-01-23T14:39:04.275307+00:00 app[web.1]: Rendered payment/_cost_table.html.haml (2.1ms) | |
2014-01-23T14:39:04.275380+00:00 app[web.1]: Rendered payment/_summary.html.haml (2.5ms) | |
2014-01-23T14:39:04.275380+00:00 app[web.1]: Rendered payment/_summary.html.haml (2.5ms) | |
2014-01-23T14:39:04.275477+00:00 app[web.1]: Rendered payment/new.html.haml within layouts/application (7.7ms) | |
2014-01-23T14:39:04.275477+00:00 app[web.1]: Rendered payment/new.html.haml within layouts/application (7.7ms) | |
2014-01-23T14:39:04.275610+00:00 app[web.1]: Completed 500 Internal Server Error in 26ms | |
2014-01-23T14:39:04.275610+00:00 app[web.1]: Completed 500 Internal Server Error in 26ms | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: 20: .row | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: ActionView::Template::Error (undefined method `total_str' for #<Payment:0x007f17a217b3b0>): | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: 21: .col-md-10.col-md-offset-1 | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: 22: .total_price.centered.total | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: app/views/payment/_cost_table.html.haml:23:in `_app_views_payment__cost_table_html_haml__2301035424082299740_69869731702520' | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: 23: %label #{payment.total_str} | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: 24: %span #{number_to_currency(payment.amount)} | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: app/views/payment/_summary.html.haml:8:in `_app_views_payment__summary_html_haml__3857421830159237280_69869741195740' | |
2014-01-23T14:39:04.277922+00:00 app[web.1]: app/views/payment/new.html.haml:3:in `_app_views_payment_new_html_haml___3738741200460883977_69869741634720' | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: ActionView::Template::Error (undefined method `total_str' for #<Payment:0x007f17a217b3b0>): | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: 20: .row | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: 22: .total_price.centered.total | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: 21: .col-md-10.col-md-offset-1 | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: 23: %label #{payment.total_str} | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: 24: %span #{number_to_currency(payment.amount)} | |
2014-01-23T14:39:04.278221+00:00 app[web.1]: app/views/payment/_cost_table.html.haml:23:in `_app_views_payment__cost_table_html_haml__2301035424082299740_69869731702520' | |
2014-01-23T14:39:04.278414+00:00 app[web.1]: app/views/payment/_summary.html.haml:8:in `_app_views_payment__summary_html_haml__3857421830159237280_69869741195740' | |
2014-01-23T14:39:04.278414+00:00 app[web.1]: app/views/payment/new.html.haml:3:in `_app_views_payment_new_html_haml___3738741200460883977_69869741634720' | |
2014-01-23T14:39:04.278414+00:00 app[web.1]: | |
2014-01-23T14:39:04.278414+00:00 app[web.1]: | |
2014-01-23T14:39:04.279228+00:00 heroku[router]: at=info method=GET path=/profile/payment/new host=hamptonality-staging.herokuapp.com request_id=450dc27e-80b1-4ea2-99c3-a19e4a77d594 fwd="67.183.209.26" dyno=web.1 connect=1ms service=40ms status=500 bytes=1266 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment