This project is archived and is in readonly mode.
Error installing Rails with gem
Reported by Nicola | June 9th, 2008 @ 02:49 PM
I've just tried to install rails on ubuntu 8.04 with:
sudo gem install rails --include-dependencies
But I get the following error:
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find rails (> 0) in any repository
I tried to clear the gem cache:
rm -rf /var/lib/gems/1.8/source_cache
with no results.
Instead:
sudo gem install rails
works well and install rails
Comments and changes to this ticket
-
Pratik July 23rd, 2008 @ 02:14 PM
- State changed from new to invalid
- Tag cleared.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>