RubyGems upgrade and Rails 1.2.2, the saga continues
February 6th, 2007 by pyratsudo gem install rails --include-dependencies ERROR: While executing gem ... (NoMethodError) undefined method `refresh' for #
sudo gem install rails --include-dependencies ERROR: While executing gem ... (NoMethodError) undefined method `refresh' for #
February 6th, 2007 at 11:24 pm
Delete the “source_cache” file used by gem. There’s a blog post on the Ruby Weblog, “Riding Rails”, about this problem.
February 8th, 2007 at 9:56 am
Yep http://weblog.rubyonrails.org/2007/2/6/in-case-you-re-having-trouble-installing-gems solves the problem.