redcloth(MissingSourceFile) - Heroku之后更改为bundler 1.0.7的新问题 [英] redcloth (MissingSourceFile) - new problem after Heroku changed to bundler 1.0.7

查看:125
本文介绍了redcloth(MissingSourceFile) - Heroku之后更改为bundler 1.0.7的新问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的应用一直在工作。现在,我刚推出了一些新代码,在移植到捆绑软件1.0.7后第一次在Heroku上升级。现在我们的应用程序崩溃了,我得到了这个错误信息 -

Our app had been working. Now I just pushed some new code into staging on Heroku for the 1st time after they moved to bundler 1.0.7. Now our app crashes and I got this error message -

/usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/runtime.rb:64:in `require': no such file to load -- redcloth (MissingSourceFile)

我们在Rails 2.3.8上。

We're on Rails 2.3.8.

这里是Gemfile的一部分 -

Here is part of the Gemfile -

gem 'rails',   '2.3.8', :require => nil
gem 'RedCloth',                   :require => 'redcloth'

有关如何解决此问题的任何想法?感谢。

Any ideas on how to fix this problem? Thanks.

推荐答案

gem 'RedCloth', '4.2.3'

这篇关于redcloth(MissingSourceFile) - Heroku之后更改为bundler 1.0.7的新问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆