is possible to use ruby 1.9 with rails 2.3?
thanks
is possible to use ruby 1.9 with rails 2.3?
thanks
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.
2.3.4 has a unicode conversion issue in activemailer, so make sure you use 2.3.5. Most mainstream rails gems and plugins are now 1.9.1 compatible.