Ruby on Rails in Ubuntu
Install the Dependencies: Build-essentials Ruby: $ wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p129.tar.gz $ tar -xzvf ruby-1.9.1-p129.tar.gz change directory to the extracted directory $ sudo ./configure $ sudo make $ sudo make install RubyGems: $ wget http://rubyforge.org/frs/download.php/57643/rubygems-1.3.4.tgz $ tar -xzvf rubygems-1.3.4.tgz change directory to the extracted directory $ sudo ruby setup.rb $ gem -v Rails: $ sudo gem install rails --include-dependencies Terminal Output: INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies to install only the gems you list Successfully installed rake-0.8.7 Successfully installed activesupport-2.3.2 Successfully installed activerecord-2.3.2 Successfully installed actionpack-2.3.2 Successfully installed actionmailer-2.3.2 Successfully installed activeresource-2.3.2 Successfully installed rails-2.3.2 7 gems installed Installing ri documentation for rake-0.8.7... Installing ri documentation ...