开发者

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

  • App will run on Heroku

Dependencies include

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.


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.


I would say yes, but take a look at this site before you do:

http://railsplugins.org/

It lists rails 3 compatibility for gems/plugins.


I've heard ruby 1.9.2 is faster than ruby 1.9.1. Your mileage may vary though.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜