Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I use ruby 1.9.2 when starting a new Rails 3.0 project?

  • App will run on Heroku

Dependencies include

  • paperclip
  • haml
  • compass
  • devise
  • aws-s3

Reasons for or against? Any recommendation on another version of ruby?

Update Heroku currently doesn't support 1.9.2 but it's expected to very soon based on this post. Rails 3.0 officially supports 1.9.2 (but not 1.9.1), so I decided to go ahead and use it.

Update Heroku supports 1.9.2 on its beta stack.

like image 219
devth Avatar asked Sep 12 '10 23:09

devth


1 Answers

I'd say yes. By the time you're ready to roll your app (2-3 months?), more and more compatibility issues should be worked out. Also, if you run into any issues, you can submit patches and contribute to faster 1.9.2 compatibilities! ;)

But to answer your questions, given the gems you want to use, 1.9.2 is good. Heroku hasn't rolled out 1.9.2 yet though.

like image 58
geetfun Avatar answered Oct 31 '22 22:10

geetfun