Could not find rails (> 0) in any repository
Filed in rails | 28 September, 2007
This is with a brand new installation of ruby (./configure, make, make install) and of rubygems (ruby setup.rb). Odd error message to get really, rails is certainly there .
This helps, but actually all I needed to do was to simply say
gem update
… and then …
gem install rails --include-dependencies
…works as it should.
No comment
RSS