|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
RUBY on RAIL installation problem
Can anybody help me with installation of Ruby with Rail?
Here is the error when I try to install rail C:\>gem install rails --include-dependencies C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install rails --include-dependenc s ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: --include-dependencies C:\>gem install rails --include-dependencies C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install rails --include-dependenc s ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: --include-dependencies |
|
#2
|
||||
|
||||
|
use the `-y` switch instead, it's much shorter too...
C:\> cd ruby\bin C:\> ruby gem.rb install rails -y
__________________
~James [Not currently seeking freelance work] Like philosophy or interested in spirituality? Philosophorum. Game Dev Experts Forums Foresight Linux - Because your desktop should be cool! Linux FAQ FedoraFAQ UbuntuGuide |
|
#3
|
||||
|
||||
|
[edit]
Scratch that. C:\>gem install rails installed the dependencies for me [/edit]
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month Last edited by Scorpions4ever : January 19th, 2006 at 01:06 PM. |
|
#4
|
||||
|
||||
|
you could always run `ruby gem --help` to see the switches. They may have done away with that switch, it always seemed stupid that they didn't include dependencies by default, although my gem version was downloaded under 3 weeks ago.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Ruby Programming > RUBY on RAIL installation problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|