1. 23 10月, 2015 1 次提交
  2. 05 9月, 2015 1 次提交
    • A
      stop inheriting from Rack::Request · 529136d6
      Aaron Patterson 提交于
      Just include the modules necessary in the Request object to implement
      the things we need.  This should make it easier to build delegate
      request objects because the API is smaller
      529136d6
  3. 22 7月, 2015 3 次提交
  4. 15 12月, 2014 1 次提交
  5. 29 1月, 2014 1 次提交
    • L
      Log which keys were set to nil in deep_munge · 69ab91ae
      Lukasz Sarnacki 提交于
      deep_munge solves CVE-2013-0155 security vulnerability, but its
      behaviour is definately confuisng. This commit adds logging to deep_munge.
      It logs keys for which values were set to nil.
      
      Also mentions in guides were added.
      69ab91ae
  6. 05 12月, 2013 1 次提交
  7. 31 5月, 2013 1 次提交
    • G
      Extract ActionDispatch::Request#deep_munge · 5438f686
      Genadi Samokovarov 提交于
      ActionDispatch::Request#deep_munge was introduced as a private method,
      but was turned into a public one for the use of
      ActionDispatch::ParamsParser.
      
      I have extracted it into ActionDispatch::Request::Utils, so it does not
      get mixed up with the Request public methods.
      5438f686