views:

130

answers:

3

is possible to use ruby 1.9 with rails 2.3?

thanks

+3  A: 

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.

MHinton
A: 

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.

Tyler
+1  A: 

Check out this site to see whether or not the gems you're using are 1.9 compatible.

bergyman