- 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.