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 trialPrabhakar Undurthi
4,846 PointsProject files ERROR.
Hi, there ...!!!
I had been working on basic Ruby project . I watched the videos and finished my first commit to git hub, and closed the terminal for the day. Again next day , I opened it , to continue my first project work.
I typed this >
C:/ruby_projects> rails treebook
nothing opened, then I tried to run the rails server
rails server
It showed me something like usage path ....and some options.
Than I tried to open the browser and typed the following in the browser , ERROR. http://localhost:3000/statuses
.kindly let me know ,how to continue my work , if I stop for the specific day, and also explain to me how to move through the directories from the command line.
1 Answer
Jason Seifer
Treehouse Guest TeacherHi Prabhakar Undurthi! The command to generate a rails application is the following:
rails new treebook
You were missing a word in there :) Give that a try and let us know if that helps.
Prabhakar Undurthi
4,846 PointsPrabhakar Undurthi
4,846 PointsThank you, Jason Seifer. It worked now.
Your lectures are Awesome ,with beautiful smile around !!!!