Hello, I thought I'd plug my own article, using RVM and Ruby 1.9.2. It's for Rails 3 beta but should work for 2.3.8 too. You'll only need to replace the last bit, gem install rails --pre with gem install rails. Also if you want to install a different version of Ruby, simply replace 1.9.2-head with whatever you want. There are links to resources at the bottom of the article that should help.
link: http://rohitarondekar.com/articles/installing-rails3-beta3-on-ubuntu-using-rvm Cheers, Rohit Arondekar http://rohitarondekar.com Karthikeyan wrote: > Hello RoR, > > When I try apt-get install rails in (K)Ubuntu, all I get is Rails > 2.2.3 , what to do to install rails 2.3.8 (the latest version) > > Thanks in advance. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

