Gem install of rails fails - please help if you can

P

petethebloke

Can anyone tell me what's wrong here please?
I can't seem to find the same problem elsewhere.

I've pasted in path and version numbers in case it helps.

E:\>gem -v
0.9.0

E:\>ruby -v
ruby 1.8.4 (2006-04-14) [i386-mswin32]


E:\>path
PATH=e:\ruby\bin;e:\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\
Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Common
Files\Adobe\AGL

E:\>gem install rails --include dependencies
Successfully installed rails-1.1.4
Successfully installed activesupport-1.3.1
Successfully installed activerecord-1.14.3
Successfully installed actionpack-1.12.3
Successfully installed actionmailer-1.2.3
Successfully installed actionwebservice-1.1.4
Installing ri documentation for activesupport-1.3.1...
Installing ri documentation for activerecord-1.14.3...
Installing ri documentation for actionpack-1.12.3...
Installing ri documentation for actionmailer-1.2.3...
Installing ri documentation for actionwebservice-1.1.4...
Installing RDoc documentation for activesupport-1.3.1...
Installing RDoc documentation for activerecord-1.14.3...
Installing RDoc documentation for actionpack-1.12.3...
Installing RDoc documentation for actionmailer-1.2.3...
Installing RDoc documentation for actionwebservice-1.1.4...
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find dependencies (> 0) in the repository

Thanks

Pete
 
M

Mat Schaffer

Can anyone tell me what's wrong here please?
I can't seem to find the same problem elsewhere.

I've pasted in path and version numbers in case it helps.

E:\>gem -v
0.9.0

E:\>ruby -v
ruby 1.8.4 (2006-04-14) [i386-mswin32]


E:\>path
PATH=e:\ruby\bin;e:\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:
\WINDOWS\System32\
Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files
\Common
Files\Adobe\AGL

E:\>gem install rails --include dependencies
Successfully installed rails-1.1.4
Successfully installed activesupport-1.3.1
Successfully installed activerecord-1.14.3
Successfully installed actionpack-1.12.3
Successfully installed actionmailer-1.2.3
Successfully installed actionwebservice-1.1.4
Installing ri documentation for activesupport-1.3.1...
Installing ri documentation for activerecord-1.14.3...
Installing ri documentation for actionpack-1.12.3...
Installing ri documentation for actionmailer-1.2.3...
Installing ri documentation for actionwebservice-1.1.4...
Installing RDoc documentation for activesupport-1.3.1...
Installing RDoc documentation for activerecord-1.14.3...
Installing RDoc documentation for actionpack-1.12.3...
Installing RDoc documentation for actionmailer-1.2.3...
Installing RDoc documentation for actionwebservice-1.1.4...
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find dependencies (> 0) in the repository

Thanks

Pete

I'm not sure why it's throwing the error, but it looks like
everything got installed. Have you tried just running 'rails
<project name>' to see if it works?
-Mat
 
P

petethebloke

Mat said:
Can anyone tell me what's wrong here please?
I can't seem to find the same problem elsewhere.

I've pasted in path and version numbers in case it helps.

E:\>gem -v
0.9.0

E:\>ruby -v
ruby 1.8.4 (2006-04-14) [i386-mswin32]


E:\>path
PATH=e:\ruby\bin;e:\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:
\WINDOWS\System32\
Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files
\Common
Files\Adobe\AGL

E:\>gem install rails --include dependencies
Successfully installed rails-1.1.4
Successfully installed activesupport-1.3.1
Successfully installed activerecord-1.14.3
Successfully installed actionpack-1.12.3
Successfully installed actionmailer-1.2.3
Successfully installed actionwebservice-1.1.4
Installing ri documentation for activesupport-1.3.1...
Installing ri documentation for activerecord-1.14.3...
Installing ri documentation for actionpack-1.12.3...
Installing ri documentation for actionmailer-1.2.3...
Installing ri documentation for actionwebservice-1.1.4...
Installing RDoc documentation for activesupport-1.3.1...
Installing RDoc documentation for activerecord-1.14.3...
Installing RDoc documentation for actionpack-1.12.3...
Installing RDoc documentation for actionmailer-1.2.3...
Installing RDoc documentation for actionwebservice-1.1.4...
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find dependencies (> 0) in the repository

Thanks

Pete

I'm not sure why it's throwing the error, but it looks like
everything got installed. Have you tried just running 'rails
<project name>' to see if it works?
-Mat

Thanks Mat. I had tried that and it spat it out!

Anyway, 3 seconds ago I got it sorted.
I ran
e:\ruby>gem install rails --include-dependencies
Note the extra -

It all worked. Hooray!

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top