Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. pry(#<Transaction>)>
  2. Purchase Load (0.2ms) SELECT "purchases".* FROM "purchases" WHERE "purchases"."id" = $1 LIMIT 1 [["id", 44]]
  3. (0.3ms) BEGIN
  4. (0.1ms) COMMIT
  5. Rendered pagseguro_mailer/delivery_notification.html.erb within layouts/mailer (0.0ms)
  6.  
  7. PagseguroMailer#delivery_notification: processed outbound mail in 3.1ms
  8.  
  9. Sent mail to c91255704783416589353@sandbox.pagseguro.com.br (2.0ms)
  10. Date: Wed, 25 Nov 2015 16:35:34 -0300
  11. From: from@example.com
  12. To: c91255704783416589353@sandbox.pagseguro.com.br
  13. Message-ID: <56560d86dcd9a_53d8fc7998927@ewertonorg.mail>
  14. Subject: Delivery notification
  15. Mime-Version: 1.0
  16. Content-Type: text/html;
  17. charset=UTF-8
  18. Content-Transfer-Encoding: quoted-printable
  19. suject: teste
  20.  
  21. <html>
  22. <body>
  23. Ol=C3=A1 esta =C3=A9 a reposta para sua pergunta:
  24.  
  25. Anuncio: lalala
  26. Pergunta: c91255704783416589353@sandbox.pagseguro.com.br
  27.  
  28. </body>
  29. </html>
  30.  
  31. Completed 500 Internal Server Error in 4150ms (ActiveRecord: 1.9ms)
  32.  
  33. NameError (undefined local variable or method `email' for #<NotificationsController:0x00000005654938>):
  34. app/controllers/notifications_controller.rb:10:in `create_transaction'
  35.  
  36.  
  37. Rendered /home/ottony/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms)
  38. Rendered /home/ottony/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
  39. Rendered /home/ottony/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
  40. Rendered /home/ottony/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement