aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...schneems2016-01-191-1/+1
* Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...Vipul A M2016-01-191-1/+1
* Prevent attempt to serve a request with a null byteJordan Owens2016-01-121-1/+5
* Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-8/+12
* Improve RDoc documentation of ActionDispatch::SSLTim Rogers2015-12-241-12/+14
* Add #== back to ActionDispatch::MiddlewareStack::MiddlewareJon Moss2015-12-211-0/+9
* Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-1/+1
* Avoid warning because of the mime typeJorge Bejar2015-12-091-1/+1
* DebugException initialize with a response_format valueJorge Bejar2015-12-091-6/+7
* Better name for method in DebugExceptions middlewareJorge Bejar2015-12-091-2/+2
* Minor cleanup in AD::DebugExceptionsJorge Bejar2015-12-091-6/+9
* Remove unneeded args in AD::DebugExceptionsJorge Bejar2015-12-091-1/+0
* New hash syntax in AD::DebugExceptionsJorge Bejar2015-12-091-4/+4
* Fix some edge cases in AD::DebugExceptions in rails api appsJorge Bejar2015-12-091-41/+64
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-091-2/+15
* Stop violating law of demeter in response cookie_jareileencodes2015-12-061-0/+6
* Merge pull request #22172 from tijmenb/fix-source-in-show-exceptionRafael França2015-11-242-0/+8
|\
| * Add text template for source codeTijmen Brommet2015-11-032-0/+8
* | Clearer comment and variable name on IP spoofingGrey Baker2015-11-221-7/+15
* | Add missing example for cookies.encrypted [ci skip]Nicolas Cavigneaux2015-11-201-0/+7
* | Merge pull request #22259 from daisuko/remove_compiled_root_from_static_rbYves Senn2015-11-121-1/+0
|\ \
| * | remove unnecessary @compiled_root from static.rbdaisuko2015-11-111-1/+0
| |/
* / Show middleware classes on /rails/info/propertiesclaudiob2015-11-111-1/+5
|/
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-035-19/+37
* Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-2/+0
* Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-8/+14
|\
| * Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-8/+14
* | Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...Jeremy Daer2015-10-011-1/+3
* | inherit from our AbstractStoreAaron Patterson2015-09-251-5/+1
* | pull the flash methods in to their own moduleAaron Patterson2015-09-251-34/+38
* | commit the flash after the controller finishes being servicedAaron Patterson2015-09-251-10/+16
* | move flash committing to the request object.Aaron Patterson2015-09-251-12/+1
* | build the Set-Cookie header functionallyAaron Patterson2015-09-241-5/+18
* | ask the request object for the sessionAaron Patterson2015-09-221-1/+1
* | TypppoAkira Matsuda2015-09-211-3/+3
* | do not instantiate a param parser middlewareAaron Patterson2015-09-181-6/+2
* | push the parameter parsers on to the classAaron Patterson2015-09-181-12/+2
* | stop eagerly parsing parametersAaron Patterson2015-09-181-2/+0
* | pull `normalize_encode_params` upAaron Patterson2015-09-181-2/+1
* | move parameter parsing to the request objectAaron Patterson2015-09-181-21/+3
* | Fix HSTS default expire in ActionDispatch::SSL docs.Pedro Nascimento2015-09-141-1/+2
* | Update documentation to reflect Rack::Session::Abstract changeseileencodes2015-09-091-1/+1
* | Push key_generator into SerializedCookieJarsKasper Timm Hansen2015-09-081-4/+4
* | Move the request method in to the AbstractCookieJarKasper Timm Hansen2015-09-081-4/+3
* | Pull up parse to the legacy upgrading moduleKasper Timm Hansen2015-09-081-10/+5
* | Call super to remove the decrypt_and_verify methodKasper Timm Hansen2015-09-081-8/+4
* | Call super to remove the verify methodKasper Timm Hansen2015-09-081-8/+2
* | Add parse method to share deserialization logic.Kasper Timm Hansen2015-09-081-19/+12
* | Add commit in the EncryptedCookieJarKasper Timm Hansen2015-09-081-17/+7
* | Use commit in the SignedCookieJarKasper Timm Hansen2015-09-081-15/+6