Home Play Pinja Bobbity flop

A blog about Ruby, Rails and other Tech. Mostly.

Back to blog

28th Sep 2007, 12:06pm
Could not find rails (> 0) in any repository

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.
Back to blog