Install Ruby via Source Ubuntu
This blog post is for old style programmer who wish to install ruby via compiling the source code, like how I do it. This blog post is written in a just to know basis.
The source code of ruby can be downloaded from ruby’s official website http://www.ruby-lang.org/en/downloads/.
Dependency for Ruby and Ruby on Rails : libreadline, libyaml, libxml, libssl, zlib1g.
In ubuntu you can have these libraries installed via the command line ( or if you are so old fashion you may google and find the source code for these packages as well)