aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Blacklist refferenced in docs is actually whitelistEarl J St Sauver2013-09-081-2/+2
* Display exceptions in text format for xhr requestKir Shatrov2013-08-2213-13/+84
* Escape the message of an exception in debug_exceptions to avoid bad renderingAdrien Siami2013-08-215-5/+5
* Use each_with_objectSantiago Pastorino2013-08-191-4/+2
* Organize normalize_encoding_params' conditionals a bit better and use a case ...Santiago Pastorino2013-08-191-15/+18
* Merge pull request #11891 from robertomiranda/remove_upload_moduleSantiago Pastorino2013-08-193-14/+2
|\
| * Normalize file parameters in same place as other parameters (ActionDispatch::...robertomiranda2013-08-143-14/+2
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-13/+11
|\ \ | |/ |/|
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-13/+11
* | Pass assert_dom_equal message arg to underlying assertionRyan McGeary2013-08-041-4/+4
|/
* Refactor handling of action normalizationMax Shytikov2013-07-261-11/+13
* Allow overriding of all headers from passed environment hashAndrew White2013-07-251-5/+5
* Clear named routes when routes.rb is reloadedAndrew White2013-07-211-0/+1
* Refactor to reduce number of loopsAndrew White2013-07-171-15/+25
* Fix failing test missed for the past year :(Andrew White2013-07-171-2/+17
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-162-1/+17
* Merge pull request #11351 from jetthoughts/cleanup_requestRafael Mendonça França2013-07-091-1/+1
|\
| * Use helper method to get ENV['CONTENT_LENGTH']Paul Nikitochkin2013-07-081-1/+1
* | Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-081-1/+1
|/
* Space is not required for Set-Cookie headerYamagishi Kazutoshi2013-07-051-1/+1
* remove useless `env.merge!(env)` from ActionDispatch::IntegrationTest`Yves Senn2013-07-041-2/+0
* Missing closing + in documentation [ci skip]Edho Arief2013-07-041-1/+1
* Remove deprecated Rails application fallback for integration testingCarlos Antonio da Silva2013-07-021-4/+0
* store a symbol directly inside DISPATCH_CACHE for extra roflscaleCharlie Somerville2013-06-301-1/+1
* writing the new body can cause the response to be committed and theAaron Patterson2013-06-281-1/+3
* Merge pull request #11000 from sbeckeriv/accept_headerCarlos Antonio da Silva2013-06-251-1/+1
|\
| * Fix undefined method `ref' for nil:NilClass for bad accept headersStephen Becker IV2013-06-191-1/+1
* | Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-251-2/+10
* | Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-caseGuillermo Iguaran2013-06-241-1/+1
|\ \
| * | Flag cookies as secure with ignore case in ActionDispatch::SSLYamagishi Kazutoshi2013-06-241-1/+1
* | | ActionDispatch:SSL: don't include STS header in non-https responsesGeoff Buesing2013-06-231-2/+1
|/ /
* / Don't remove trailing slash from PATH_INFO for mounted appsPiotr Sarnacki2013-06-211-1/+7
|/
* Don't set X-UA-Compatible header by defaultGuillermo Iguaran2013-06-131-2/+1
* Grammar nazi at work [ci skip]Paweł Gościcki2013-06-121-1/+1
* Merge pull request #10839 from gsamokovarov/clean-normalize_encoded_pathsRafael Mendonça França2013-06-041-11/+7
|\
| * Refactor ActionDispatch::Http::Parameters#normalize_encode_paramsGenadi Samokovarov2013-06-041-11/+7
* | Merge pull request #10838 from gsamokovarov/routing-autoload_underRafael Mendonça França2013-06-041-5/+7
|\ \
| * | Dry-up ActionDispatch::Routing autoloadsGenadi Samokovarov2013-06-041-5/+7
| |/
* | Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were...kennyj2013-06-021-16/+0
* | Add propery docs to ActionDispatch::Response [ci skip]Steve Klabnik2013-05-301-3/+19
* | Merge pull request #10803 from gsamokovarov/extract-deep-mungeRafael Mendonça França2013-05-303-18/+27
|\ \
| * | Extract ActionDispatch::Request#deep_mungeGenadi Samokovarov2013-05-303-18/+27
| |/
* / `RoutesInspector` deals with routes using regexp as `:controller` optionYves Senn2013-05-301-1/+1
|/
* Require only minitest.Rafael Mendonça França2013-05-221-1/+1
* Merge pull request #10667 from rubys/minitest-autorunRafael Mendonça França2013-05-221-1/+1
|\
| * Eliminate minitest warningsSam Ruby2013-05-171-1/+1
* | Add has_named_route? to the mapper APIJosé Valim2013-05-201-0/+5
|/
* Fix named routing regression from 3.2.13schneems2013-05-161-0/+1
* Revert "Integration tests support the OPTIONS http method"Rafael Mendonça França2013-05-161-7/+1
* Fixing build broken by this changeArun Agrawal2013-05-131-2/+2