当部署到云铸造时,其advised to change从'jquery-rails' gem到'cloudfoundry-jquery-rails'
# For Ruby 1.9 Cloud Foundry requires a tweak to the jquery-rails gem.
# gem 'jquery-rails'
gem 'cloudfoundry-jquery-rails'so that jquery can seamlessly work with cloudfoundry。
this中提到的哪些修复是使其在云铸造上工作所必需的?
发布于 2013-01-11 18:41:43
这方面的文档有点过时,正在更新中。对于Rails 3.1,情况可能是这样,但肯定不是3.2,它应该可以按原样工作。
https://stackoverflow.com/questions/14265628
复制相似问题