문제

I am about to migrate from the Bamboo stack to the Cedar stack on Heroku. My app has Rails version 3.0.20 and Ruby version 1.93. Does Cedar support Rails version 3.0.20? If not, what is the earliest version of rails supported by Cedar? Trying to figure out if I need to upgrade my rails version in order to use the Cedar stack.

Any answers/links/references would be great, thanks!

도움이 되었습니까?

해결책

Your Rails (3) version should be fine but, unless I've misread the related Heroku docs, Cedar requires Ruby 2.0.0 (it could be that their getting started docs are requiring Ruby 2.x just for the tutorials).

Given the base box/OS used on Cedar (Ubuntu 10.04), it's hard to imagine 1.9.3 would not run. That said, and for what it's worth, I've upgrade three different Rails 3.x apps from 1.9.3 to 2.0.0 and then 2.1.1 with zero problems.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top