aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* Freeze strings to reduce allocations in integration testseileencodes2015-02-181-4/+8
* Reduce the number of times `#clean_path_info` is calledeileencodes2015-02-181-3/+2
* require rack/utils in exception_wrapperAndrew Lazarus2015-02-121-0/+1
* Merge pull request #18721 from sj26/pre-discard-flashAaron Patterson2015-02-011-17/+23
|\
| * Migrate old flash behaviourSamuel Cochran2015-01-301-0/+6
| * Discard from flash before persisting in sessionSamuel Cochran2015-01-291-17/+17
* | Show proper traces on Windows for the error pagesGenadi Samokovarov2015-02-011-2/+8
|/
* Changing sets -> set Lindsey Bieda2015-01-061-1/+1
* - Removed unused parameter to cookie serialize method and fixed usage of the ...Vipul A M2014-12-241-4/+4
* We don't need to call to_sym. Just compare the stringRafael Mendonça França2014-12-041-1/+1
* Merge pull request #17792 from rockrep/masterRafael Mendonça França2014-12-041-1/+1
|\
| * allow 'all' for :domain option in addition to :allrockrep2014-11-261-1/+1
| * Revert "Invert precedence of content in ActionDispatch::Static"Andrew White2012-12-071-11/+7
| * Invert precedence of content in ActionDispatch::StaticAndrew White2012-12-061-7/+11
* | Action View is needed for DebugExceptionsRafael Mendonça França2014-12-021-0/+2
* | Refactor debug viewKir Shatrov2014-12-023-23/+31
* | Pretty-print request params on exception pageKir Shatrov2014-12-012-1/+9
* | Merge pull request #17803 from sadfuzzy/patch-2Abdelkader Boudih2014-11-271-1/+3
* | Merge pull request #17728 from jcutrell/jcutrell/docs-to_session_value-for-prRafael Mendonça França2014-11-251-3/+6
|\ \
| * | adding nodoc to private methodsJonathan Cutrell2014-11-231-2/+2
| * | Adding simple docs for ActionDispatch::Flash::FlashHash#to_session_valueJonathan Cutrell2014-11-231-1/+4
* | | Merge pull request #17733 from yuki24/do-not-rescue-exception-in-params-parserRafael Mendonça França2014-11-251-1/+1
|\ \ \
| * | | Do not rescue Exception in ParamsParserYuki Nishijima2014-11-231-1/+1
| |/ /
* | | Don't center the routes table on routing errorsGenadi Samokovarov2014-11-241-1/+1
* | | Show source view and backtrace on missing template errorsGenadi Samokovarov2014-11-242-0/+6
|/ /
* | [ci skip] Fix comment of ActionDispatch::Callbacksyui-knk2014-11-231-1/+1
* | Merge pull request #17630 from gsamokovarov/exception-wrapper-source-extractGuillermo Iguaran2014-11-163-8/+8
|\ \
| * | Rename #source_extract to #source_extracts in ExceptionWrapperGenadi Samokovarov2014-11-163-8/+8
* | | Merge pull request #17639 from gsamokovarov/faster-exception-wrapper-tracesGuillermo Iguaran2014-11-161-2/+6
|\ \ \
| * | | Don't double check trace origin in ExceptionWrapper#tracesGenadi Samokovarov2014-11-161-2/+6
| |/ /
* / / Don't show full trace on routing errorsGenadi Samokovarov2014-11-161-1/+1
|/ /
* | Don't let #{application,framework,full}_trace be nilGenadi Samokovarov2014-11-162-31/+31
* | Make FlashHash#key? work with symbol and stringRafael Mendonça França2014-11-111-1/+1
* | Merge pull request #16535 from bf4/patch-1Rafael Mendonça França2014-11-101-4/+4
|\ \
| * | `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-021-4/+4
* | | Move DebugExceptions#traces_from_wrapper to ExceptionWrapperGenadi Samokovarov2014-11-032-29/+23
|/ /
* | Merge branch 'master-sec'Aaron Patterson2014-10-301-2/+12
|\ \
| * | FileHandler should not be called for files outside the rootAaron Patterson2014-10-101-2/+12
* | | Show the user’s application in the source window and select the correct tra...Byron Bischoff2014-10-233-25/+35
* | | ActionController::InvalidCrossOriginRequest fails with 422 instead of 500Max Melentiev2014-10-141-10/+11
|/ /
* | Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
* | Don't rescue IPAddr::InvalidAddressErrorPeter Suschlik2014-08-291-1/+1
* | Refactor out Dir.glob from ActionDispatch::Staticschneems2014-08-271-20/+5
* | Address comments on Gzip implementationschneems2014-08-241-10/+19
* | Refactor ActionDispatch::RemoteIpSam Aarons2014-08-211-52/+38
* | Enable gzip compression by defaultschneems2014-08-201-14/+40
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-192-0/+29
|\ \
| * | Uppercase HTML in docs.Hendy Tanata2014-08-081-1/+1
| * | [ci skip] Document ActionDispatch::Staticschneems2014-08-051-0/+9
| * | [ci skip] document ActionDispatch::FileHandlerschneems2014-08-051-0/+10