class ActionView::Base
def self.debug_rjs=(new_value)
def self.debug_rjs=(new_value) ActiveSupport::Deprecation.warn("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 templates ") @@debug_rjs = new_value end