Host is Debian Sid (sidux)
Installed Ruby 1.8.6 and related
rubygems 0.9.5
rake 0.7.3 (via gem)
When I tried 'gem install rails --include=dependancies. I got a
selection of several choices, and I chose 2.0.2, but the install fails
due to activesupport-2.0.2 not found.
How can I fix this?
On Tue, 2007-12-18 at 12:51 +0900, Collins R. wrote:
Host is Debian Sid (sidux)
Installed Ruby 1.8.6 and related
rubygems 0.9.5
rake 0.7.3 (via gem)
When I tried 'gem install rails --include=dependancies. I got a
selection of several choices, and I chose 2.0.2, but the install fails
due to activesupport-2.0.2 not found.
How can I fix this?
We’re having some gem mirroring issues currently… so we’ve just
switched all the gems over to being served directly from rubyforge.org.
Can you give it another try?
Thanks,
Tom
actionmailer is good to go.
Thanks Tom
On Dec 18, 2007 12:40 AM, yudi [email protected] wrote:
rake 0.7.3 (via gem)
–
Do not be afraid of Change.
The bug is here:
http://dev.rubyonrails.org/ticket/10541
On Dec 18, 2007 8:06 AM, Rob S. [email protected] wrote:
Installed Ruby 1.8.6 and related
switched all the gems over to being served directly from rubyforge.org.
Can you give it another try?
The bug is here:
http://dev.rubyonrails.org/ticket/10541
Thanks, activesupport-2.0.2 foundf now. But more weirdness. Now
activerecord-2.0.2 not found. But when I retried 10 secs later, all
dependancies were found and rails is now installed. I guess you can’t
argue with success .