mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
There is no config.action_view.warn_cache_misses method for Rails 3
This commit is contained in:
@@ -155,8 +155,6 @@ There are only a few configuration options for Action View, starting with four o
|
||||
|
||||
* +config.action_view.debug_rjs+ specifies whether RJS responses should be wrapped in a try/catch block that alert()s the caught exception (and then re-raises it). The default is +false+.
|
||||
|
||||
* +config.action_view.warn_cache_misses+ tells Rails to display a warning whenever an action results in a cache miss on your view paths. The default is +false+.
|
||||
|
||||
* +config.action_view.field_error_proc+ provides an HTML generator for displaying errors that come from Active Record. The default is <tt>Proc.new{ |html_tag, instance| %Q(%<div class="field_with_errors">#{html_tag}</div>).html_safe }</tt>
|
||||
|
||||
* +config.action_view.default_form_builder+ tells Rails which form builder to use by default. The default is +ActionView::Helpers::FormBuilder+.
|
||||
|
||||
Reference in New Issue
Block a user