Hi,
Topic : Ruby On Rails
Issue : Error while installing rails using rubygems.
Description:
Am using ruby 1.9.3p194 and rubygems-2.1.7 on Ubuntu 12.0.
Getting the below error when trying to install Rails using rubyGems.
gem install rails --include-dependencies
ERROR: While executing gem … (OptionParser::InvalidOption)
invalid option: --include-dependencies
Any sort of help is much appreciated.
Regards,
Muralitharan A
On 4 December 2013 18:10, Muralitharan A. [email protected] wrote:
Hi,
Topic : Ruby On Rails
Issue : Error while installing rails using rubygems.
Description:
Am using ruby 1.9.3p194 and rubygems-2.1.7 on Ubuntu 12.0.
There is not a Ubuntu 12.0. Perhaps you mean 12.04. I recommend
using rvm to install and manage RoR. https://rvm.io/
Others suggest rbenv but I have no experience of that.
Colin
On Wed, Dec 4, 2013 at 1:10 PM, Muralitharan A.
[email protected]wrote:
gem install rails --include-dependencies
ERROR: While executing gem … (OptionParser::InvalidOption)
invalid option: --include-dependencies
Is --include-dependencies a valid flag?
I don’t see it when I call
gem help install
from the command line
Colin L. wrote in post #1129611:
On 4 December 2013 18:10, Muralitharan A. [email protected] wrote:
Hi,
Topic : Ruby On Rails
Issue : Error while installing rails using rubygems.
Description:
Am using ruby 1.9.3p194 and rubygems-2.1.7 on Ubuntu 12.0.
There is not a Ubuntu 12.0. Perhaps you mean 12.04. I recommend
using rvm to install and manage RoR. https://rvm.io/
Others suggest rbenv but I have no experience of that.
Colin
Thanks Colin and Thomas for your suggestion. I tried with rvm to install
rails and am able to do it with out any issue…