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 trialNils Garland
18,416 PointsI having mac version 10.11.1 and i cant install Ruby and Ruby on rails
Is it some other sites that you can trust on and notice that vesrion 10.11.1 is el capitan so please help me as fast as possible
7 Answers
jaisonbrooks
4,608 PointsTake a look through these instructions. I prefer using RVM to install Ruby and Rails. Looks like this has some clear instructions to install Homebrew and then RVM. From there you can install tons of Ruby versions, along with Rails.
https://www.computersnyou.com/5307/setup-homebrew-and-rvm-on-mac-osx-10-11-ei-capitan/
Kevin Korte
28,149 Pointswhat have you tried, and what errors are you getting. This is a bit vauge to try to help. And if I'm not mistaken, ruby is already installed on OSX.
Kevin Korte
28,149 PointsHave you tried something like this: https://gorails.com/setup/osx/10.11-el-capitan I would suggest trying to use Homebrew to manage the installation
Nils Garland
18,416 Pointsyes i tryed and installed that but i cant create an tree book application like my teacher does in the video
Nils Garland
18,416 Pointsi tryed to install but it says this version is only for 10.8 and you dont having a link to an new link of ruby so i cant install it
Nils Garland
18,416 Pointslook on the video generate an rails application thats where i stuck
Nils Garland
18,416 Pointsi dont get that green black terminal and i cant do the commands that he uses
Kevin Korte
28,149 PointsOpen up Mac's terminal program, and navigate in the terminal to where you want your rails app to be, and type rails new myapp
.
What happens?
Marissa Richardson
47,542 PointsI think someone said on another question that the version of Rails for the treebook project is actually Rails 3. Most people are using Rails 4 now, and I believe Rails 5 was just released. You may be having problems because the difference in version numbers.
Eric Lange
5,246 PointsIf you would like to not worry about the installation process at the moment, using Cloud 9 can be a good starting alternative.
It is what I used while I was going through the course, but I had been trying to use a Windows before switching to C9, so it was a lifesaver for me.
Nils Garland
18,416 PointsNils Garland
18,416 PointsThank you, I have not done it yet but I will try it.