Skip to navigation
How to use console with rails?
07.12.13
Steps that worked for me: 1.) Download ruby source. Download Here 2.) Extract the tar file. tar -xvf ruby-1.8.5-p12.tar.gz 3.) Change to that directory cd ruby-1.8.5-p12.tar.gz 4.) Type these commands. ./configure make sudo make install 5.) Install readline and ncurses. apt-get install libncurses5-dev libreadline5-dev 6.) go back to the folder ruby source folder. ruby-1.8.5-p12.tar.gz 7.) Type these commands cd ext cd readline ruby extconf.rb make sudo make install
Reply
Anonymous
How to use console with rails?
Steps that worked for me: 1.) Download ruby source. Download Here 2.) Extract the tar file. tar -xvf ruby-1.8.5-p12.tar.gz 3.) Change to that directory cd ruby-1.8.5-p12.tar.gz 4.) Type these commands. ./configure make sudo make install 5.) Install readline and ncurses. apt-get install libncurses5-dev libreadline5-dev 6.) go back to the folder ruby source folder. ruby-1.8.5-p12.tar.gz 7.) Type these commands cd ext cd readline ruby extconf.rb make sudo make install
07.12.13
Reply
Anonymous
Information Epoch 1737561012
Write simple parts connected by clean interfaces.
Home
Notebook
Contact us