[Rails] Re: Error installing Rails on Ubuntu 11.10 (Gem::DependencyError)

2012-04-02 Thread YogiZoli
Hi, Colin is right, using RVM has lots of advantages! You can have multiple Rubies and Gem versions, Gemsets for projects, etc. Highly recommend because without it you're gonna have a tone of Gem version problems later. We made a 1 line script for Ubuntu which installs Wayne's RVM, with RVM

[Rails] Re: Error installing Rails on Ubuntu 11.10 (Gem::DependencyError)

2012-03-31 Thread Alex Mercer
gem update --system On Saturday, March 31, 2012 6:00:19 AM UTC+3, Ruby-Forum.com User wrote: I'm trying to install Ruby on Rails on Ubuntu 11.10, but receiving this error: $ sudo gem install rails ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve

Re: [Rails] Re: Error installing Rails on Ubuntu 11.10 (Gem::DependencyError)

2012-03-31 Thread Leonardo Mateo
On Sat, Mar 31, 2012 at 5:25 PM, Alex Mercer alexey.boby...@gmail.com wrote: gem update --system Actually, that might not work on a Debian based distro if rubygems has been installed via apt packages. That's why I asked how Ruby was installed. -- Leonardo Mateo. There's no place like ~ --