Install Rails 3 on Fedora 14


hat friends,

Lets see “How to install Rails 3 on Fedora 14?”

Open tour terminal and login as super user then, follow the following commands.

$ yum install ruby

Rails 3 requires Ruby 1.8.7 or later and works best with Ruby 1.9.2. Now check which ruby you were installed using,

$ ruby -v

If you want upgrade your ruby version using RVM See Here


$ yum install rubygem-rails ruby-devel mysql-devel -y

$ yum install ruby-mysql -y

$ yum install rubygems

$ gem install rails

$ rails -v

That’s all !!!  

Getting started with new rails project

Published by Tha.Suresh

No pain No gain!

Leave a comment