Guest User

Untitled

a guest
Jan 18th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. 2011-09-26T15:37:43+00:00 heroku[router]: POST staging.reservared.com/clubs/12/reservaciones dyno=web.1 queue=0 wait=0ms service=66ms status=500 bytes=728
  2. 2011-09-26T15:37:43+00:00 app[web.1]:
  3. 2011-09-26T15:37:43+00:00 app[web.1]: ActionView::Template::Error (User#full_name delegated to profile.full_name, but profile is nil: #<User id: 60, username: "lasgrutasclub", email: "ven@lasgrutasclub.com", encrypted_password: "$2a$10$8hzVxh.pLH14P1ia7Sg8begBvd7ug4qfGI8JBlGjDLg6...", reset_password_token: nil, remember_created_at: nil, sign_in_count: 16, current_sign_in_at: "2011-09-26 15:37:04", last_sign_in_at: "2011-09-23 13:33:18", current_sign_in_ip: "79.146.240.22", last_sign_in_ip: "79.146.240.22", confirmation_token: nil, confirmed_at: "2011-09-26 15:37:43", confirmation_sent_at: nil, created_at: "2011-09-13 21:39:21", updated_at: "2011-09-26 15:37:43", registration_completed: true>):
  4. 2011-09-26T15:37:43+00:00 app[web.1]: 2:
  5. 2011-09-26T15:37:43+00:00 app[web.1]: 3: La informaciĆ³n de tu reserva es la siguiente:
  6. 2011-09-26T15:37:43+00:00 app[web.1]: 4:
  7. 2011-09-26T15:37:43+00:00 app[web.1]: 5: Usuario: #{@user.full_name}.
  8. 2011-09-26T15:37:43+00:00 app[web.1]: 6: Fecha de Reserva: #{@reservation.timeslot.start.strftime("%d/%m/%Y")}
  9. 2011-09-26T15:37:43+00:00 app[web.1]: 7: Hora Inicio Reserva: #{@reservation.timeslot.start.strftime("%H:%M")}
  10. 2011-09-26T15:37:43+00:00 app[web.1]: 8: Hora Final Reserva: #{@reservation.timeslot.finish.strftime("%H:%M")}
  11. 2011-09-26T15:37:43+00:00 app[web.1]: app/models/user.rb:20:in `rescue in full_name'
  12. 2011-09-26T15:37:43+00:00 app[web.1]: app/models/user.rb:17:in `full_name'
  13. 2011-09-26T15:37:43+00:00 app[web.1]: app/views/reservations_mailer/confirmation.text.haml:5:in `_app_views_reservations_mailer_confirmation_text_haml___1046807285820004327_54616200_319423697493540273'
  14. 2011-09-26T15:37:43+00:00 app[web.1]: app/mailers/reservations_mailer.rb:13:in `confirmation'
  15. 2011-09-26T15:37:43+00:00 app[web.1]: app/models/reservation.rb:45:in `send_confirmation'
  16. 2011-09-26T15:37:43+00:00 app[web.1]: app/controllers/reservations_controller.rb:18:in `create'
  17. 2011-09-26T15:37:43+00:00 app[web.1]:
  18. 2011-09-26T15:37:43+00:00 app[web.1]: Completed 500 Internal Server Error in 55ms
Add Comment
Please, Sign In to add comment