aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where router can't recognize downcased url encoding path.kennyj2013-09-191-0/+1
* Merge pull request #12216 from suginoy/a-anRafael Mendonça França2013-09-132-2/+2
|\
| * Fix typos: the indefinite articles(a -> an)SUGINO Yasuhiro2013-09-132-2/+2
* | Revert "Merge pull request #12208 from mjhoy/patch-1"Rafael Mendonça França2013-09-121-0/+4
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-131-10/+10
|\ \
| * | Change documentation to consistently refer to the same objectEarl J St Sauver2013-09-081-8/+8
| * | Blacklist refferenced in docs is actually whitelistEarl J St Sauver2013-09-081-2/+2
* | | remove outdated docsMichael Hoy2013-09-121-4/+0
* | | Refactor handling of action normalizationMax Shytikov2013-09-101-11/+13
* | | Merge pull request #12077 from estsauver/doc_fixSteve Klabnik2013-09-041-2/+3
|\ \ \ | |_|/ |/| |
| * | Update mapper documenation for match helper [ci skip]Earl St Sauver2013-08-301-2/+3
| |/
* | Reuse variable to avoid symbol usageCarlos Antonio da Silva2013-08-311-2/+2
* | Merge pull request #11912 from jonkessler/respond-to-signature-fixesRafael Mendonça França2013-08-311-1/+1
|\ \ | |/ |/|
| * update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...Jon Kessler2013-08-161-1/+1
* | 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
|\ \