Is it possible to update ruby to version ruby 1.9.2 with rails 2.3.11 project (existing code).

link|improve this question

74% accept rate
1  
My advice: Its very hard to upgrade rails 2.x site to ruby 1.9.x First upgrade it to rails 3.x and then try to upgrade to ruby 1.9.x – Arun Kumar Arjunan Feb 15 at 10:27
feedback

1 Answer

Yes you can do that because Rails 2.3.11 can support ruby 1.9.2. But can be hard to do. Rails 3.x is more focus on ruby 1.9.x. The Rails 4.x can only support ruby >= 1.9.2

link|improve this answer
1  
actually, rails 4 will support only >= 1.9.3 – nash Feb 15 at 10:31
ok, thanks to improve my information – shingara Feb 15 at 10:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.