aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* Tiny documentation edits [ci skip]Robin Dupret2015-05-041-1/+1
* Use ruby 1.9 lambda syntax in documentations [ci skip]Mehmet Emin İNAÇ2015-05-031-2/+2
* Document :tld_length option for cookies.Ryan Wallace2015-04-291-0/+3
* No need to capitalize verbs. [CI SKIP]Guo Xiang Tan2015-04-261-2/+2
* Add nodoc to some private constants [ci skip]Rafael Mendonça França2015-04-231-3/+3
* Merge pull request #19823 from sbhatore/doc_fix_1Rafael Mendonça França2015-04-231-0/+8
|\
| * Squashed commit of the following:Siddharth Bhatore2015-04-231-0/+8
* | [ci skip] Add, clean up docs in ActionDispatch ActionDispatch middlewareNick Cox2015-04-221-6/+13
* | [ci skip] UpgradeLegacySignedCookieJar Doc fixSiddharth Bhatore2015-04-221-2/+2
|/
* [Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...Toshi MARUYAMA2015-04-091-1/+1
* Fix ActionDispatch::PublicExceptions returning string rack statusRyan Tomayko2015-03-231-2/+2
* Also skip Content-Encoding and Vary header if 304Kohei Suzuki2015-03-121-3/+4
* 304 response should not include Content-Type headerKohei Suzuki2015-03-101-1/+3
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-03-013-3/+20
|\
| * Explained how to set session expiry through session_store configIain Beeston2015-02-273-3/+20
* | Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-232-67/+63
* | Aliased the ActionDispatch::Request#uuid method with ActionDispatch::Request#...David Ilizarov2015-02-201-1/+1
* | 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