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 trial

Ruby Build a Simple Ruby on Rails Application Getting Started with Rails Installing Rails (Windows)

I 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
jaisonbrooks
4,608 Points

Take 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/

Thank you, I have not done it yet but I will try it.

Kevin Korte
Kevin Korte
28,149 Points

what 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
Kevin Korte
28,149 Points

Have 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

yes i tryed and installed that but i cant create an tree book application like my teacher does in the video

i 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

look on the video generate an rails application thats where i stuck

i dont get that green black terminal and i cant do the commands that he uses

Kevin Korte
Kevin Korte
28,149 Points

Open 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
Marissa Richardson
47,542 Points

I 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
Eric Lange
5,246 Points

If you would like to not worry about the installation process at the moment, using Cloud 9 can be a good starting alternative.

https://c9.io/

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.