class method
self.debug_rjs
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Specify whether RJS responses should be wrapped in a try/catch block that alert()s the caught exception (and then re-raises it).
Source
# File actionpack/lib/action_view/base.rb, line 183
cattr_accessor :debug_rjs
Defined in actionpack/lib/action_view/base.rb line 183
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Base