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 trialMichael Botelho
3,837 PointsInstalling Rails Mac
I am unable to install rails on my mac. I am using 10.9 , but was unable to install with 10.8 either. The examples in the tutorial do nothing for me. I followed this. It is also not working. Particularly when I try to install rails I get
"Unable to require openssl, install OpenSSL and rebuild ruby (preferred) or use non-HTTPS sources". I checked that OpenSSl is installed and it is. I re-installed X-Code, and the dev tools. Re-installed ruby via rvm multiple times via various suggestions online. I installed OpenSSl manually and re-installed ruby. Nothing I can find online will work for me. Kind of new to this. What am I doing wrong? Thanks. :)
3 Answers
Lukasz R
707 PointsBecause you just started your rails journey I would recommend:
- install homebrew http://brew.sh/
- install RVM - http://portertech.ca/2010/03/26/homebrew--rvm--awesome/ RVM provides you with small ruby environment where you can start goofing off a bit without causing any damage to 'system' ruby and gems. BTW. Ruby version provided with OSX is pretty outdated. Go for "latest but stable" one.
James Barnett
39,199 PointsI'd recommend you give https://www.nitrous.io/ a shot
Patrick Cooney
12,216 PointsGive JewelryBox a shot. It's a GUI for managing RVM, but it can install RVM for you too if you don't have it installed yet. Great for starting out but once you get going with RVM it's much easier to work with it from the command line.