Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ruby-on-rails-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 3 Heroku上的Rails 3.1支持_Ruby On Rails 3_Heroku - Fatal编程技术网

Ruby on rails 3 Heroku上的Rails 3.1支持

Ruby on rails 3 Heroku上的Rails 3.1支持,ruby-on-rails-3,heroku,Ruby On Rails 3,Heroku,有人知道heroku是否/何时支持Rails 3.1吗 谢谢我已经在Heroku上运行3.1rc了好几个月了 您遇到的是一个特定的问题还是一个一般性的问题?您可能希望使用他们的cedar stack内置支持来支持rails 3.1的新资产管道 heroku create [APP_NAME] -s cedar heroku上部署3.1应用程序的指南如下- 在此之前,请阅读3.0指南-

有人知道heroku是否/何时支持Rails 3.1吗


谢谢

我已经在Heroku上运行3.1rc了好几个月了


您遇到的是一个特定的问题还是一个一般性的问题?

您可能希望使用他们的cedar stack内置支持来支持rails 3.1的新资产管道

heroku create [APP_NAME] -s cedar

heroku上部署3.1应用程序的指南如下-

在此之前,请阅读3.0指南-