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
Daniel Beere
3,524 PointsProject Files treebook-stage4
Hi,
Had to download the project files (treebook-stage4) to continue so was hoping you could help me get set back up.
When I enter bundle in the command line I get this error: http://danielbeere.com/treebook/tablestatuses.png
And when I try to enter rake db:migrate in the command line I get this error: http://danielbeere.com/treebook/rakedbmigrate.png
Any steps I should follow to get set back up? Thanks in advance for the help... Cheers!
4 Answers
Jason Seifer
Treehouse Guest TeacherTry typing "bundle exec rake db:migrate" and see if that helps.
Daniel Beere
3,524 Pointsbundle exec rake db:migrate worked fine but when I click the create status button I get the following error: http://danielbeere.com/treebook/undefinedmethodfullname.png
It also occurs when I click the sign in and sign up button: http://danielbeere.com/treebook/undefinedmethodfullname(1).png
E T
Courses Plus Student 2,549 PointsHi there,
first off great tutorials. I'm also getting the same error. However, I notice that if I change the user ID field to '2' (rather than 1, as suggested in the video), the app works fine, and shows my name in the status update as expected.
This still seems a bit odd. I thought I would let you know. Cheers, Aaron
Jason Seifer
Treehouse Guest TeacherThanks! Jim fixes the error you're encountering in the following video:
http://teamtreehouse.com/library/programming-2/build-a-simple-version-of-facebook/customizing-forms
Try following along and see if that helps!