I should upgrade a Rails App 2.3 running with ruby 1.8 to ruby 1.9.1.
Rails 2.3 support ruby 1.9.1 without problem, but I am using many Gems (spec, capybara, authlogic, ...), and I am losing a lot of time checking the gems s documentation, but not always it s clear if they support ruby 1.9.1 The question is: what do you do to check if a gem supports ruby 1.9.1 ?
感谢