Rails 3:DEPRECATION警告:3.1中将删除config.action_view.debug_rjs

Mis*_*hko 2 warnings ruby-on-rails ruby-on-rails-3

当我跑步时,rails s我得到以下警告:

DEPRECATION WARNING: config.action_view.debug_rjs will be removed in 3.1, from 3
.1 onwards you will need to install prototype-rails to continue to use RJS templ
ates . (called from service at D:/Programs/Ruby/lib/ruby/1.9.1/webrick/httpserve
r.rb:111)
Run Code Online (Sandbox Code Playgroud)

我怎么能避免得到这个警告?

我用:

ruby 1.9.2p290 (2011-07-09) [i386-mingw32]
Rails 3.0.9
Run Code Online (Sandbox Code Playgroud)

Kor*_*tor 7

config.action_view.debug_rjs从中删除环境中的设置config/environments.默认情况下,它只在中定义config/environments/development.rb.