| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Consistent usage of spaces in hashes across our codebase | Rafael Mendonça França | 2015-01-29 | 3 | -3/+3 |
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 4 | -16/+15 |
* | Don't convert empty arrays to nils when deep munging params | Chris Sinjakli | 2014-12-15 | 2 | -4/+4 |
* | Merge pull request #13999 from jamox/update_rack | Aaron Patterson | 2014-07-08 | 1 | -1/+5 |
|\ |
|
| * | Upgraded rack | Jarmo Isotalo | 2014-05-19 | 1 | -1/+5 |
* | | Avoid hardcoded value in test setup/teardown. | Zuhao Wan | 2014-06-05 | 1 | -1/+2 |
* | | Merge pull request #15349 from tgxworld/remove_duplicated_method_call | Rafael Mendonça França | 2014-06-03 | 1 | -4/+1 |
|\ \ |
|
| * | | Remove duplicated HashWithIndifferentAccess#with_indifferent_access. | Guo Xiang Tan | 2014-05-26 | 1 | -4/+1 |
| |/ |
|
* / | Routes specifying 'to:' must be a string that contains a "#" or a rack | Aaron Patterson | 2014-06-03 | 1 | -2/+2 |
|/ |
|
* | Cleaning and adding tests for Session | Attila Domokos | 2014-03-19 | 1 | -7/+34 |
* | test boolean and number json param parsing | Arthur Neves | 2014-01-23 | 1 | -0/+7 |
* | Merge pull request #13188 from imanel/skip_deep_munge | Jeremy Kemper | 2013-12-19 | 1 | -0/+15 |
|\ |
|
| * | Add configuration option to optionally disable deep_munge | Bernard Potocki | 2013-12-05 | 1 | -0/+15 |
* | | Make ActionDispatch::Request::Session#fetch behave like Hash#fetch | Trent Ogren | 2013-12-11 | 1 | -3/+2 |
|/ |
|
* | Deep Munge the parameters for GET and POST | Michael Koziarski | 2013-12-02 | 1 | -0/+15 |
* | session#fetch doesn't behave exactly like Hash#fetch. | Damien Mathieu | 2013-10-30 | 1 | -1/+5 |
* | add the fetch method to sessions | Damien Mathieu | 2013-10-29 | 1 | -0/+13 |
* | Use Request#raw_post instead Request#body | Paul Nikitochkin | 2013-07-08 | 1 | -0/+7 |
* | Cleanup ul_encoded_params_parsing_test | Genadi Samokovarov | 2013-07-05 | 1 | -25/+27 |
* | use bytesize rather than force encoding | Aaron Patterson | 2013-06-28 | 1 | -2/+1 |
* | Replace multi_json with json | Erik Michaels-Ober | 2013-05-11 | 1 | -1/+1 |
* | Fix failing AP test | Carlos Antonio da Silva | 2013-05-01 | 1 | -1/+1 |
* | UTF-8 encode all keys and values in nested params hash. | Teo Hui Ming | 2013-03-15 | 1 | -1/+20 |
* | Change from each to each_value on hash to avoid unused variable warning | Vipul A M | 2013-03-11 | 1 | -1/+1 |
* | Remove XML Parser from ActionDispatch | Prem Sichanugrist | 2013-02-20 | 1 | -182/+0 |
* | Fix json params parsing regression for non-object JSON content. | Dylan Smith | 2013-01-11 | 1 | -0/+7 |
* | Remove :yaml related tests and fix other related to parsing empty arrays | Carlos Antonio da Silva | 2013-01-08 | 1 | -2/+2 |
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-08 | 2 | -0/+32 |
* | Revert "Merge branch 'master-sec'" | Jeremy Kemper | 2013-01-08 | 2 | -32/+0 |
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-07 | 2 | -0/+32 |
* | Alias refute methods to assert_not and perfer assert_not on tests | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
* | Prevent raising EOFError on multipart GET request. | Adam Stankiewicz | 2012-12-10 | 1 | -0/+12 |
* | Merge pull request #7444 from szimek/params_parser_raises_parsing_error | Aaron Patterson | 2012-09-26 | 2 | -2/+6 |
|\ |
|
| * | Make ActionDispatch::ParamsParser::ParseError#original_exception return the o... | Szymon Nowak | 2012-08-27 | 2 | -2/+4 |
| * | Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers. | Szymon Nowak | 2012-08-24 | 2 | -2/+4 |
| * | Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa... | Szymon Nowak | 2012-08-24 | 2 | -2/+2 |
* | | Add test for clear in ActionDispatch::Request::Session | Andreas Loupasakis | 2012-09-08 | 1 | -0/+9 |
|/ |
|
* | Fix build | Santiago Pastorino | 2012-06-13 | 1 | -2/+2 |
* | Array parameters should not contain nil values. | Aaron Patterson | 2012-06-12 | 1 | -0/+4 |
* | Merge branch 'master-sec' | Aaron Patterson | 2012-05-31 | 1 | -1/+6 |
|\ |
|
| * | Strip [nil] from parameters hash. | Aaron Patterson | 2012-05-30 | 1 | -1/+6 |
* | | Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess... | Philip Arndt | 2012-05-23 | 1 | -0/+16 |
|/ |
|
* | Raise ActionController::BadRequest for malformed parameter hashes. | Andrew White | 2012-05-20 | 2 | -0/+22 |
* | testing session store behavior | Aaron Patterson | 2012-05-02 | 1 | -0/+48 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 5 | -7/+7 |
* | Moved all the logger methods to active support logger | Karunakar (Ruby) | 2012-01-06 | 2 | -2/+2 |
* | remove ActiveSupport::Base64 in favor of ::Base64 | Sergey Nartimov | 2012-01-02 | 1 | -4/+4 |
* | remove checks for encodings availability | Sergey Nartimov | 2011-12-25 | 1 | -1/+1 |
* | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 1 | -2/+0 |