Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Daniel Beere
3,524 PointsRails Generate Devise User Problem
Hi,
When I enter rails generate devise user into the terminal the files that are suppose to be created aren't. Please see the screenshot of what is outputted instead:
http://danielbeere.com/treebook/railsgeneratedeviseuser.png
Thanks in advance for the help... Cheers!
2 Answers

Alan Johnson
7,625 PointsIt looks like in application.rb around line 58 you've got config.assests
instead of config.assets
. Not certain since I can't see that file, but that looks like what the error's saying.

Daniel Beere
3,524 PointsWhoops... That was the problem alright!!
Thanks very much Alan :)