Rails 3.1 Support on Heroku
Does an开发者_StackOverflow社区yone know if/when heroku will support Rails 3.1?
Thanks
You'll probably want to use their cedar stack - builtin support for rails 3.1's new asset pipeline amongst other things.
heroku create [APP_NAME] -s cedar
It already does - I've been running 3.1rc's on Heroku for months now.
Are you suffering from a specific problem or just a general question?
Guide for deploying 3.1 apps on heroku is here - http://devcenter.heroku.com/articles/rails31_heroku_cedar
Read the 3.0 guide before that - http://devcenter.heroku.com/articles/rails3
精彩评论