Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails 3.1 and Ruby EE

Since Rails 3.1 strongly recommends that it be installed with Ruby 1.9.2. But what about Ruby Enterprise Edition support? Ruby EE seems to be in the 1.8.x version, so I guess this means that future rails updates won't be working so well with it?

like image 796
matsko Avatar asked Jun 16 '11 03:06

matsko


1 Answers

it's only a recommendation (and I suggest it too), because as you may know, 1.9.2 is the most recent version.

you can still use REE for your 3.1 rails app, but keep in mind that some day you'll be forced to switch to a newer ruby interpreter, and it's not a painless task (even if you have a decent test coverage).

if it's about a passenger matter, don't worry, it will work on 1.9.2 too ;)

like image 116
Andrea Pavoni Avatar answered Oct 21 '22 07:10

Andrea Pavoni