rails--rails/actionpack/lib
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
..
abstract_controller Refactor render nothing/text => nil logic, and move to right place 2012-01-17 10:04:38 -02:00
action_controller Merge pull request #4497 from carlosantoniodasilva/action-controller-refactor 2012-01-17 12:00:05 -08:00
action_dispatch Merge pull request #4497 from carlosantoniodasilva/action-controller-refactor 2012-01-17 12:00:05 -08:00
action_pack rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
action_view Refactor FormBuilder arguments and default config 2012-01-18 10:22:03 -02:00
sprockets Silent Sprockets logger when config.assets.logger is set to false 2012-01-17 22:05:56 -05:00
abstract_controller.rb
action_controller.rb Revert the serializers API as other alternatives are now also under discussion 2011-11-25 19:29:39 +00:00
action_dispatch.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00
action_pack.rb Updated copyright notices for 2012 2011-12-31 20:30:08 +00:00
action_view.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00