- App will run on Heroku
Dependencies include
- paperc开发者_运维技巧lip
- 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.
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.
精彩评论