Problem in installing rails 3.1.0

Hi ,

Presently i am installing rails in my ubuntu system(Ubuntu 10.04.3 LTS)

using following commad gem install rails -v ">=3.1.0"

When i am trying to install desk@desk-pc:~$ gem install rails -v ">=3.1.0" Successfully installed rails-3.0.3 1 gem installed Installing ri documentation for rails-3.0.3... Installing RDoc documentation for rails-3.0.3...

gem install rails — this command going to install rails latest version. Just try this. Do you know RVM (Ruby enVironment manager). Most rails developers use this tools. I’m recommended it to you. Please check it.

Hi Zolzaya,

Thank you for your reply. Presently I am using rvm only

rvm list

rvm rubies

=> ruby-1.9.2-p290 [ i386 ]    ruby-1.8.6-p420 [ i386 ]    ruby-1.8.7-p352 [ i386 ]

Here I have rvm also latest version[rvm 1.8.3 ].

I am trying to instal using the ruby version (ruby-1.9.2-p290 [ i386 ]).

I have followed the below tutorial for installing

http://railsapps.github.com/installing-rails-3-1.html

But no use.

Any More ideas??

Thank You in Advance..

Can you post your errors? Which ruby version do you use in default?

Hi ,

Presently i am installing rails in my ubuntu system(Ubuntu 10.04.3 LTS)

using following commad

gem install rails -v “>=3.1.0”

use gem install rails -v=3.1.0