Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created December 7, 2012 15:43
Show Gist options
  • Save coderforhire/4234049 to your computer and use it in GitHub Desktop.
Save coderforhire/4234049 to your computer and use it in GitHub Desktop.
ActionView::Template::Error (undefined method `first_name' for #<User:0x00000008ff51d8>):
2012-12-07T15:42:07+00:00 app[web.1]: 49: <%= f.text_field :first_name, :class => "xlarge", :placeholder => "First Name" %>
2012-12-07T15:42:07+00:00 app[web.1]: 46: <%= form_for(resource, :as => resource_name,:url => registration_path(resource_name),:html => {:multipart => true}) do |f| %>
2012-12-07T15:42:07+00:00 app[web.1]: 47: <%= devise_error_messages! %>
2012-12-07T15:42:07+00:00 app[web.1]: app/views/users/registrations/new.html.erb:49:in `block in _app_views_users_registrations_new_html_erb__3542012466051859277_76777520'
2012-12-07T15:42:07+00:00 app[web.1]: 48:
2012-12-07T15:42:07+00:00 app[web.1]: app/views/users/registrations/new.html.erb:46:in `_app_views_users_registrations_new_html_erb__3542012466051859277_76777520'
2012-12-07T15:42:07+00:00 app[web.1]:
2012-12-07T15:42:07+00:00 app[web.1]: 50: <%= f.text_field :last_name, :class => "xlarge", :placeholder => "Last Name" %>
2012-12-07T15:42:07+00:00 app[web.1]: 51: </br>
2012-12-07T15:42:07+00:00 app[web.1]:
2012-12-07T15:42:07+00:00 app[web.1]: Rendered users/registrations/new.html.erb within layouts/application (0.9ms)
2012-12-07T15:42:07+00:00 app[web.1]: app/controllers/devise/custom/registrations_controller.rb:3:in `new'
2012-12-07T15:42:07+00:00 app[web.1]: Processing by Devise::Custom::RegistrationsController#new as HTML
2012-12-07T15:42:07+00:00 app[web.1]: Completed 500 Internal Server Error in 2ms
2012-12-07T15:42:07+00:00 app[web.1]: 52: <%= f.email_field :email, :class => "xlarge", :placeholder => "Email*" %>
2012-12-07T15:42:07+00:00 heroku[router]: at=info method=GET path=/users/sign_up host=www.threadloop.com fwd=209.145.177.162 dyno=web.1 queue=0 wait=0ms connect=1ms service=40ms status=500 bytes=643
2012-12-07T15:42:08+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2012-12-07T15:42:09+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:90:in `select'
2012-12-07T15:42:09+00:00 app[web.1]: [2012-12-07 15:42:09] ERROR SignalException: SIGTERM
2012-12-07T15:42:10+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 40353`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment