【发布时间】:2011-12-09 19:57:49
【问题描述】:
我需要在 heroku 上创建一个应用程序,但我在选择更好的堆栈时感到困惑。对于 rail3.1 应用程序,heroku 堆栈在缓存、速度和资产管道方面哪个更好???
【问题讨论】:
标签: caching heroku asset-pipeline rails-3.1 cedar
我需要在 heroku 上创建一个应用程序,但我在选择更好的堆栈时感到困惑。对于 rail3.1 应用程序,heroku 堆栈在缓存、速度和资产管道方面哪个更好???
【问题讨论】:
标签: caching heroku asset-pipeline rails-3.1 cedar
来自Heroku docs:
虽然 Rails 3.1 可以在没有资产的情况下在 Bamboo 堆栈上运行 管道,Rails 3.1 在 Heroku 的 Cedar 堆栈上运行得最好。对于新用户, 我们建议在继续之前阅读our tutorial for creating a Rails 3.0 app on Cedar。
似乎只有 Cedar 堆栈支持资产管道。
【讨论】: