After some experience in developing RubyOnRails applications in windows, i came to know that the best environment for rails development is Linux. So i choose to have the Debian version Ubuntu 10.04.
Today i’m going to show you guys how to install Ruby on Rails in Ubuntu 10.04. This can be applied to lower versions also.
Get Ruby
$ sudo apt-get install ruby-full build-essential
Read full tutorial from authors blog. (@railsbook)
Advertisement
