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 trialChloe Brittain
Courses Plus Student 2,082 Pointsrails server not working in Git Bash or cmd
I tried to run rails server from the app directory. It was working this morning. The only thing I know of that I changed was installing Bootstrap and extracting it in the app directory. But I cleared those files out of the main directory, so not sure what the problem is.
3 Answers
Hayden Taylor
5,076 PointsIf you are following the treehouse tutorial / lesson try copying the lesson source files in place of yours. What is the error you get when trying to start the server?
James Barnett
39,199 PointsYou probably need to cd
into your app directory.
Chloe Brittain
Courses Plus Student 2,082 PointsI'm in there. Also tried uninstalling and re-installing everything, but no luck yet.
Chloe Brittain
Courses Plus Student 2,082 PointsI deleted the app and made a new one and it is now working :s hooray
Chloe Brittain
Courses Plus Student 2,082 PointsChloe Brittain
Courses Plus Student 2,082 PointsHi,
The Rails help file comes up with all the options of what I can do.