rails/actionpack/lib
Carlos Antonio da Silva f73a05fb20 Refactor url methods a bit
Use if..else conditions instead of return guards.
Use _ for not used arguments when iterating.
Set the path variable directly instead of using an empty string and <<.
2012-11-16 09:35:27 -02:00
..
abstract_controller Removing duplication in callback normalization. 2012-11-09 14:43:03 +01:00
action_controller Merge pull request #8112 from rails/encrypted_cookies 2012-11-15 12:17:25 -08:00
action_dispatch Refactor url methods a bit 2012-11-16 09:35:27 -02: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 Introduce ActionView::Template::Handlers::ERB.escape_whitelist. 2012-11-16 09:11:43 +01:00
abstract_controller.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
action_controller.rb Add config.action_controller.permit_all_attributes to bypass StrongParameters protection 2012-09-16 23:58:21 -05:00
action_dispatch.rb Add encrypted cookie store 2012-11-03 14:57:54 -02:00
action_pack.rb Updated copyright notices for 2012 2011-12-31 20:30:08 +00:00
action_view.rb Refactor AssetUrlHelper to make it friendly for plugins and extensions 2012-10-12 16:56:00 -05:00