On Fri, Feb 25, 2011 at 5:37 PM, Alex <[email protected]> wrote: > > akatebi@ubuntu:~$ gem install rails -v 3.1 > ERROR: Could not find a valid gem 'rails' (= 3.1) in any repository > > Just type sudo gem install rails. It will automatically fetch the latest release and sudo is important.
If you are on a different OS, replace sudo with the appropriate for administrative powers. > > On Feb 25, 12:05 pm, Jatin kumar <[email protected]> wrote: > > On Fri, Feb 25, 2011 at 5:03 PM, Alex Katebi <[email protected]> > wrote: > > > Hi, > > > > > I am able to install rails 3.1 using the bundler. But I can not get > it > > > install on my system gem. I am using rvm. > > > I want to be able to create a new app using 3.1 from my system. > > > > > To install it to your system gems, do > > > > sudo gem install rails -v 3.1 > > > > When you use sudo, it means you are making changes to your system gems. > > > > > > > > > > > > > > > > > Thanks, > > > Alex > > > > > -- > > > 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. > > -- > 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. > > -- 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.

