Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Getting an Error While Following Tutorial

Following ROR tutorial and I am getting the following error:

NoMethodError in Devise/registrations#new

undefined method `first_name' for #<User:0x5495358>

Extracted source (around line #7):

4: <%= devise_error_messages! %>
5:
6: <div><%= f.label :first_name %><br /> 7: <%= f.text_field :first_name %></div> 8: 9: <div><%= f.label :last_name %><br /> 10: <%= f.text_field :last_name %></div>

Thanks

2 Answers

Managed to get past this. But now I am getting:

SyntaxError in Devise::RegistrationsController#new

app/models/user.rb:10: syntax error, unexpected ',', expecting keyword_end :first_name, :last_name, :profile_name

Dale Gardner
Dale Gardner
9,838 Points

attr_accessible :email, :password, :password_confirmation, :remember_me, :first_name, :last_name, :profile_name