config.gem ‘rspec-rails’ on Rails 2.2.2

Posted on November 29, 2008

Update on 5th April 2009: This rspec-rails gem issue has been fixed and released in rspec-rails milestone “1.2.0”. see details here If you are still working on Rspec before version 1.20: After googling, I counld’t find much information about including rspec-rails in the ruby gems config/environment.rb. The only reason I include it in gem dependency [...]

RubyGem update on Leopard

Posted on November 27, 2008

I have a RubyGem version 1.2.0 installed on Leopard. If you would like to update RubyGems to a newer version, the RubyGem user guide suggests for modern versions( >0.8.5 ) can use the following command: gem update –system But, console told me the 1.2.0 is the latest version – Nothing to update! The work around [...]