Should I use Ruby version 1.8.7 or 1.9.2 to start developing Rails apps?
Posted
by
BeachRunnerJoe
on Programmers
See other posts from Programmers
or by BeachRunnerJoe
Published on 2011-02-28T20:33:13Z
Indexed on
2011/02/28
23:33 UTC
Read the original article
Hit count: 433
ruby
|ruby-on-rails
Hello. I'm diving into RoR and I see that the current version of Rails (3.0.5) works with both 1.8.7 and 1.9.2. Currently, I have both versions of Ruby installed using RVM, but I'm wondering which version I should be using as I dive into Rails and start developing apps. I suppose I'd prefer to use the newest version (1.9.2), but I don't know the technologies well enough to know pros/cons of using either.
Thanks so much!
© Programmers or respective owner