rails--rails/actionpack/lib/action_view
Carlos Antonio da Silva 56089ca986 Refactor FormBuilder arguments and default config
* Do not reopen AV::Base to define default form builder
  Inside the load hook we are already in AV::Base context.

* Do not pass the given block to the form builder
  The block is evaluated in fields_for context using capture, with the
  builder as argument. This means we do not need to give the block to the
  FormBuilder itself.
2012-01-18 10:22:03 -02:00
..
helpers Refactor FormBuilder arguments and default config 2012-01-18 10:22:03 -02:00
locale
renderer Whitespaces ✂️ 2012-01-05 17:59:25 -03:00
template
testing
asset_paths.rb Extract asset paths uri regexp to a constant 2012-01-12 19:51:54 -02:00
base.rb Remove deprecated and not used method 2012-01-12 19:53:52 -02:00
buffers.rb
context.rb
flows.rb
helpers.rb add benchmark helper that works in erb 2012-01-07 12:17:48 +03:00
log_subscriber.rb
lookup_context.rb Bring back rendering templates that start with / in nested structures 2012-01-17 10:04:39 -02:00
path_set.rb
railtie.rb Remove utf8_enforcer_param config option 2011-06-11 01:58:26 -07:00
template.rb
test_case.rb Move render_to_body logic to return a spaced string to AC::Rendering 2012-01-17 10:04:38 -02:00