ruby on rails configuration
- by Themasterhimself
Im using the following guide for getting started with rails for ubuntu 9.10.
http://guides.rails.info/getting_started.html
I have installed both ruby and gem.
gokul@gokul-laptop:~$ ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux]
gokul@gokul-laptop:~$ gem -v
1.3.6
gokul@gokul-laptop:~$
For rails,
gokul@gokul-laptop:~$sudo gem…