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 trialCallum Short
1,788 PointsSkipped development?
In "Build a simple ruby on rails application" the scaffolding for statuses and the corresponding database system is already set up, which was not covered by any of the videos.
Is there somewhere else I can learn how to do this?
2 Answers
Michelle Cannito
8,992 PointsThat's the beauty of Rails!!! The rails generate command creates all that stuff. Don't skip any of the videos. Follow along and you'll get there.
Michael Goldvarg
127 Pointshello . i try to clone it but "i dont got access rights" so i download the folder from your download tab. so , i do bundle and i get ERROR ..
please help .
Callum Short
1,788 PointsCallum Short
1,788 PointsThanks for the reply mate.
Refer to this: https://github.com/cjshort/socialnetwork/blob/master/app/controllers/statuses_controller.rb
The generation/programming of that code was not documented whatsoever, which seems to be the main building blocks of the statuses system. Was this code programmed by treehouse staff or installed using a gem?