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

Ruby Build a Simple Ruby on Rails Application Creating an Authentication System Generating the Devise Views

2 Answers

Brandon Barrette
Brandon Barrette
20,485 Points

So the problem is that rails 4 uses strong parameters and no longer uses attr_accessible (this is for security reasons).

You are about to run into issues because of these changes between rails 3 and rails 4. I suggest stopping this project and doing the ODOT rails 4 projects here on Treehouse.

This one first: http://teamtreehouse.com/library/build-a-todo-list-application-with-rails-4

Then this one: http://teamtreehouse.com/library/user-authentication-with-rails

Then, go back to the Treebook apps and you should have a better understanding of what's going on.

Brandon Barrette
Brandon Barrette
20,485 Points

Just go to the library and watch those, tracks just put order into the projects. Once you start one of those projects above, it will appear on your homepage.