Installing Ruby And Rails in Mac OSX

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 5.00 out of 5)
Loading ... Loading ...

ruby_railsI have never bothered studying Ruby nor Rails because of its ever confusing ways to even install it in your system, whether they be in Windows or Mac OS. Really. I managed to install part of it in Windows, and made a simple application but got stuck at a certain point where I gave up. When a friend of mine told me to study it because the Ruby industry is pretty big and can offer big cash driven development opportunities, I gave it another try to install it. This time in my Mac OSX.

I still had a hard time again. But voila! I read that Mac OS Leopard comes with Ruby and Rails. Even its previous version Tiger comes with it. So I guess I can start learning right away. But before that, just to make sure, update the following Ruby related technologies with the latest version. The following commands will do just the thing.

1
2
3
4
sudo gem update --system
sudo gem install rails
sudo gem update rake
sudo gem update sqlite3-ruby

Those are it. Now you are ready to go and start learning Ruby and Rails.

Bookmark and Share

Found this post useful? Buy me a cup of coffee or help support the sponsors on the right.

Related Posts with Thumbnails

One Response to “Installing Ruby And Rails in Mac OSX”

  1. 1
    Poldz Says:

    try installing phusion passenger for mac its a good rails/rack server

Leave a Reply