Hi! > i cannot update the ruby version i dont know the reason? , > > the current version of ruby is 1.9.2 > > > how can i update latest version of ruby and latest version of rails in > fedora via terminal >
You might want to look into RVM (Ruby Version Manager). Try this URL: http://rvm.beginrescueend.com/ and follow the instructions. On Ubuntu and FC14, I had to do this to install ruby without having to worry about Fedora/Ubuntu package availability/dependencies. Once, you've configured RVM, switch to 1.9.2 version and try 'gem install rails --version=3.0.3' to get rails 3 up and running Cheers, Chandrashekar. -- Chandrashekar Babu. http://www.chandrashekar.info/ http://www.slashprog.com/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
