在开发中,我正在使用liveReload
. 为了让它运行,我必须将此行添加到config.ru
文件中:
require 'rack-livereload'
use Rack::LiveReload
行前run Habrablog::Application
。没有这些线LiveReload
对我不起作用。
gemsguard-livereload
和rack-livereload
Gemfile 的开发组。
但是当我推送到heroku服务器时,我收到了一条消息:
/app/vendor/bundle/ruby/1.9.1/gems/activesupport-
3.2.2/lib/active_support/dependencies.rb:251:in `require':
no such file to load -- rack-livereload (LoadError)
显然是因为livereload
,如何livereload
从生产中消除配置?