Manish Shrivastava
Manish Shrivastava

Reputation: 32060

Is is possible to update ruby to version ruby 1.9.3 with rails 2.3 project (existing code)

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

Upvotes: 0

Views: 349

Answers (1)

shingara
shingara

Reputation: 46914

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

Upvotes: 1

Related Questions