Guest User

Untitled

a guest
Apr 14th, 2018
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 2.89 KB | None | 0 0
  1. Started POST "/users" for 127.0.0.1 at 2011-11-28 12:36:26 -0200
  2.   Processing by Devise::RegistrationsController#create as HTML
  3.   Parameters: {"utf8"=>"✓", "authenticity_token"=>"AkF06ZO+KTLXqfUmu5Z2oHcOfwKOneV3YwUGZOaVsG0=", "user"=>{"first_name"=>"Bruno", "last_name"=>"Chagas", "email"=>"brunochagasweb+000@gmail.com", "username"=>"bruno", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "newsletter"=>"1"}, "commit"=>"Cadastrar"}
  4.    (0.1ms)  BEGIN
  5.    (0.3ms)  SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'brunochagasweb+000@gmail.com' LIMIT 1
  6.   User Load (1.9ms)  SELECT `users`.* FROM `users` WHERE `users`.`confirmation_token` = 'Azso2p7Q3WxA1eMzdDnL' LIMIT 1
  7.   SQL (0.7ms)  INSERT INTO `users` (`confirmation_sent_at`, `confirmation_token`, `confirmed_at`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `email`, `encrypted_password`, `first_name`, `image`, `last_name`, `last_sign_in_at`, `last_sign_in_ip`, `newsletter`, `remember_created_at`, `reset_password_sent_at`, `reset_password_token`, `sign_in_count`, `status`, `updated_at`, `username`) VALUES ('2011-11-28 14:36:27', 'Azso2p7Q3WxA1eMzdDnL', NULL, '2011-11-28 14:36:27', NULL, NULL, 'brunochagasweb+000@gmail.com', '$2a$10$Tsi.UF.ZHdjgUP98fv2jTORD5JVa4sUeqtsfChyDHYmDyBdywtSIO', 'Bruno', NULL, 'Chagas', NULL, NULL, 1, NULL, NULL, NULL, 0, NULL, '2011-11-28 14:36:27', 'bruno')
  8. Rendered mailers/shared/_header.html.erb (0.0ms)
  9. Rendered users/mailer/confirmation_instructions.html.erb (7.6ms)
  10.    (0.7ms)  ROLLBACK
  11. Completed 500 Internal Server Error in 216ms
  12.  
  13. ActionView::Template::Error (undefined method `image_url' for #<#<Class:0x007f8abbdbe5f0>:0x007f8abbdc7e98>):
  14.     11:     <p style=" color:#000; font-size: 12px; font-family: Arial; width: 486px">Em caso de dúvidas entre em contato através do <a href="mailto:faleconosco@webpesados.com" style=" color:#CC0000; font-size: 12px; font-family: Arial;" ><strong>faleconosco@webpesados.com</strong></a> ou ligue para <strong> 11 3037-1001</strong>.</p>
  15.     12:     <p style=" color:#000; font-size: 12px; font-family: Arial;">Atenciosamente,<br /><strong>Equipe Webpesados</strong></p>
  16.     13:   </td>
  17.     14:   <td><%= image_tag image_url("images/content-right.jpg") %></td>
  18.     15: </tr>
  19.     16: <%= render "mailers/shared/footer" %>
  20.   app/views/users/mailer/confirmation_instructions.html.erb:14:in `_app_views_users_mailer_confirmation_instructions_html_erb___2169647442652752640_70116916974440'
  21.  
  22. Rendered /Users/brunochagas/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  23. Rendered /Users/brunochagas/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  24. Rendered /Users/brunochagas/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms)
Add Comment
Please, Sign In to add comment