15.6.10

Ruby Installation issues

1. install ruby ./configure --prefix= --enable-shared [to use shared libraries for future]
2. install ruby gems
3. use gems to install rails and other items.. check ri and rdoc for documentation
4. Whenver the installation screws up
gem update --system
 gem update rails
 gem install --version=1.2.3 sqlite3-ruby

No comments: