Hi am a newbie who started learning Ruby on rails. here i go through explaining how to install ruby on rails on linux mint
GOTO terminal and follow the below steps one-by-one
GOTO terminal and follow the below steps one-by-one
1. Sudo apt-get install git2. sudo apt-get install curl3. curl -L https://get.rvm.io | bash -s stable --ruby 4. sudo apt-get install git-core5. source ~/.rvm/scripts/rvm6. bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)7. rvm autolibs enable8. rvm requirements9. sudo apt-get install build-essential openssl libreadline6 libreadline6-dev \
curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 \
libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison \
subversion 10. rvm install ruby-2.011. curl -L https://get.rvm.io | bash -s stable --rails 12. source /home/gazi/.rvm/scripts/rvm