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 trialMAM khan
261 PointsStuck on rails installation
Hi,
After entering gems install rails, The screen seems to stop at "installing ri documentation for rail". I waited for more than 20 mins then after ctrl C, did "gems install rails --no-ri --no-rdoc". Result was "successfully installed rails-4.2.5. 1 gem installed." My concern is that in the video, 'gem install rails" returns "27 gems installed"...will my installation work fine or should I do something differently?
thanks
1 Answer
Seth Reece
32,867 PointsHi Mam,
I would try rails new test_app
then cd to it and see if rails server
gets an app running at localhost:3000
If not you should get an error telling you what gems you need installed.
MAM khan
261 PointsMAM khan
261 PointsThank you Seth for replying. Running rails server gave me a lot of errors again. So I did what has been advised in lot of forum responses; Uninstalled Ruby 2.2 and installed 2.0. It has been going good so far with 2.0.