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 trialDaniel 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 :)