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 trialEla Myslimi
3,256 PointsI am having issues with the rails server command at the end of this video. I get errors instead of it working
errors with the ruby gems installed. Do not know what to do.
2 Answers
Dan Johnson
9,385 PointsYou might try a bundle install
or just bundle
(they're the same). If that doesn't work come back an include the error you are getting from rails server
.
arun Kanth
Courses Plus Student 238 Pointsif ua running on windows, make sure u download a SSL certificate file. Follow the article https://gist.github.com/fnichol/867550 and before running rails server cmd, make sure ua in the directory in which u have created yo application and installed yo bundle. i dono y bundle install is not workin wen i try to run bundle install on any other drive.