| Commit message (Expand) | Author | Age | Files | Lines |
* | stop caching mime types globally | Aaron Patterson | 2016-01-22 | 1 | -2/+16 |
* | Deep Munge the parameters for GET and POST | Michael Koziarski | 2013-12-02 | 1 | -2/+2 |
* | Backport fixes about #7774 to 3-2-stable | maximerety | 2013-03-05 | 1 | -2/+2 |
* | fixes #8631 local inflections from interfereing with HTTP_METHOD_LOOKUP dispa... | Aditya Sanghi | 2013-01-16 | 1 | -1/+6 |
* | Remove unnecessary caching of ParameterFilter | Andrew White | 2013-01-12 | 1 | -3/+1 |
* | Merge branch '3-2-sec' into 3-2-secmerge | Aaron Patterson | 2013-01-08 | 1 | -6/+4 |
|\ |
|
| * | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-08 | 1 | -6/+4 |
* | | Backport #8701, do not append a second slash with `trailing_slash: true` | Yves Senn | 2013-01-02 | 1 | -1/+5 |
* | | Merge pull request #8490 from mattv/fix_request_raw_post | Rafael Mendonça França | 2012-12-11 | 1 | -2/+3 |
|/ |
|
* | Since File instance doesn't respond to #open use a double to test the | Rafael Mendonça França | 2012-09-30 | 1 | -1/+1 |
* | Array parameters should not contain nil values. | Aaron Patterson | 2012-06-11 | 1 | -2/+4 |
* | Strip [nil] from parameters hash. | Aaron Patterson | 2012-05-30 | 1 | -0/+22 |
* | Reset the request parameters after a constraints check | Andrew White | 2012-05-03 | 1 | -0/+4 |
* | backporting #4918 to 3.2 stable; adding extra test for accept header given by... | Aditya Sanghi | 2012-02-17 | 1 | -1/+3 |
* | Add original_fullpath and original_url methods to Request | Piotr Sarnacki | 2012-01-10 | 1 | -0/+8 |
* | Allow symbols to be passed for extension aliases | Justin Campbell | 2011-12-17 | 1 | -1/+1 |
* | Fix url_for options[:subdomain] to allow objects as values | choonkeat | 2011-12-14 | 1 | -1/+1 |
* | use Array#join so that file encoding doesn't impact returned string. | Aaron Patterson | 2011-12-12 | 1 | -3/+3 |
* | Remove dead broken code from AD::Request | José Valim | 2011-12-08 | 1 | -8/+0 |
* | Use freezed string constant. Some string literals is used repeatedly. | kennyj | 2011-12-08 | 3 | -24/+40 |
* | Use default charset when we read content type without charset. | kennyj | 2011-12-07 | 1 | -1/+1 |
* | Fix ActionDispatch::Request method explanations | Travis Pew | 2011-11-28 | 1 | -5/+5 |
* | Merge pull request #3617 from indirect/remote_ip | José Valim | 2011-11-13 | 1 | -18/+1 |
|\ |
|
| * | refactor RemoteIp middleware | Andre Arko | 2011-11-11 | 1 | -18/+1 |
* | | Unneeded require memoizable | Akira Matsuda | 2011-11-12 | 1 | -2/+0 |
|/ |
|
* | Fix trouble using :subdomain in development environment when using numeri... | Bradford Folkens | 2011-11-08 | 1 | -1/+1 |
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other pr... | David Heinemeier Hansson | 2011-10-19 | 1 | -0/+10 |
* | / is allowed in URI fragments | Jeremy Kemper | 2011-10-13 | 1 | -1/+1 |
* | Clean up subdomain code a bit. | José Valim | 2011-10-04 | 1 | -2/+2 |
* | :subdomain can now be specified with a value of false in url_for, allowing fo... | Kamil Sobieraj | 2011-10-04 | 1 | -3/+5 |
* | Implement Mime::Type#respond_to? (consistently with #method_missing) | Evgeniy Dolzhenko | 2011-09-25 | 1 | -0/+4 |
* | removing backwards compatibility module | Aaron Patterson | 2011-09-12 | 1 | -1/+1 |
* | Refactor ActionDispatch::Http::UploadedFile | Daniel Schierbeck | 2011-08-28 | 1 | -14/+3 |
* | document meta method | Vijay Dev | 2011-08-04 | 1 | -3/+3 |
* | Check Accept and Content-Type headers before evaluating them in xhr requests.... | ogeidix | 2011-07-19 | 1 | -1/+2 |
* | TODO fix explicitly loading exceptations, autoload removed | Vishnu Atrai | 2011-07-11 | 1 | -0/+1 |
* | Fix test to use Mime::Zip | Arun Agrawal | 2011-06-28 | 1 | -3/+3 |
* | Register some commonly used mime types (png, jpeg, pdf, zip etc.) per default | Esad Hajdarevic | 2011-06-28 | 1 | -0/+12 |
* | Remove usage of memoizable from ActionPack. | José Valim | 2011-06-16 | 1 | -3/+3 |
* | all requests are utf-8. Don't use the external encoding. | Damien Mathieu | 2011-06-14 | 1 | -3/+2 |
* | encode the uploaded file's name in the default external encoding - Closes #869 | Damien Mathieu | 2011-06-14 | 1 | -1/+12 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 2 | -5/+5 |
|\ |
|
| * | Remove extra white spaces on ActionPack docs. | Sebastian Martinez | 2011-05-23 | 2 | -5/+5 |
* | | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 2 | -30/+1 |
* | | Make :status an attr_reader to avoid unnecessary warning when replacing status= | wycats | 2011-05-22 | 1 | -1/+2 |
|/ |
|
* | Dump and load rack-cache stuff. | José Valim | 2011-05-17 | 1 | -2/+6 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-14 | 1 | -1/+1 |
|\ |
|
| * | minor correction to the ActionDispatch::Http::URL subdomain docs | Josh Kalderimis | 2011-05-04 | 1 | -1/+1 |
* | | Fix previous commit by allowing a proc to be given as response_body. This is ... | José Valim | 2011-05-10 | 2 | -29/+53 |
* | | Only show dump of regular env methods on exception screen (not all the rack c... | David Heinemeier Hansson | 2011-05-04 | 1 | -4/+5 |
|/ |
|