is Ruby 1.9 compatible with rails 2.3?
ruby, ruby-on-rails
Solution
I know rails 2.3.5 runs with ruby 1.9.1. However you will need to double check any gems or plugins you want to use with ruby 1.9 to see if they work.
Problem
Is possible to use ruby 1.9 with rails 2.3?