rails/actionpack/test
Guillaume Malette 33b93174f0 Allow filtering params based on parent keys
Add the possibility to only filter parameters based on
their full path instead of relying on the immediate key.

    config.filter_parameters += ['credit_card.code']

    { 'credit_card' => { 'code' => '[FILTERED]' },
      'source' => { 'code' => '<%= puts 5 %>' } }
2015-06-22 10:04:11 -04:00
..
abstract Merge pull request #11790 from printercu/patch-3 2015-02-12 15:39:17 -02:00
assertions Change all MiniTest to Minitest since, MiniTest namespace has been renamed to Minitest 2013-12-18 14:39:50 +05:30
controller Deprecate passing hash as first parameter into ActionController::Head 2015-06-15 23:53:45 +03:00
dispatch Allow filtering params based on parent keys 2015-06-22 10:04:11 -04:00
fixtures Merge pull request #20138 from tgxworld/deprecated_assert_template 2015-06-01 12:39:03 -03:00
journey Revert "Merge pull request #20584 from arthurnn/fix_url" 2015-06-17 20:17:44 +02:00
lib/controller Removing unused fake models 2014-09-07 22:51:14 -03:00
routing Remove deprecate *_path helpers in email views 2015-01-04 11:58:42 -03:00
tmp
abstract_unit.rb Add ActionController API functionality 2015-06-11 16:54:09 -03:00