aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36537 from quadule/fix-cookie-rotation-hash-pollutionKasper Timm Hansen2019-08-051-2/+6
|\
| * Prevent serialized hash from being used as optionsMilo Winningham2019-06-221-2/+6
* | Reduce some more Hash#fetch + default object allocationsAkira Matsuda2019-07-311-1/+1
* | Reduce object allocations in Middleware::StaticAkira Matsuda2019-07-311-11/+12
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-292-3/+3
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* | Merge pull request #36300 from okuramasafumi/make-handle-options-privateRafael França2019-07-261-22/+22
|\ \
| * | Make `handle_options` method privateOKURA Masafumi2019-05-181-22/+22
* | | Reuse the exception class name in all places in the wrapperRafael Mendonça França2019-07-161-3/+4
* | | Make the selent exceptions configurable on the exception wrapperRafael Mendonça França2019-07-161-1/+5
* | | Merge pull request #31634 from afcapel/reduce-routing-error-log-noiseRafael Mendonça França2019-07-162-3/+7
|\ \ \ | |_|/ |/| |
| * | Reduce log noise handling ActionController::RoutingErrorsAlberto Fernández Capel2019-05-282-3/+7
* | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1310-13/+0
|/ /
* | remove unused requires from debug_exceptionsyaojie2019-05-281-2/+0
* | Make rescues layout responsiveChris Seelus2019-05-201-4/+9
* | Merge pull request #36122 from cseelus/respect-operating-system-color-scheme-...Gannon McGibbon2019-05-182-0/+69
|\ \
| * | Implement dark color scheme for rescues layoutChris Seelus2019-05-182-0/+69
| |/
* / Rename `hash` to `jar` in CookieJar.buildshioimm2019-05-181-2/+2
|/
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-081-2/+13
* Auto-correct `Style/RedundantBegin` offenceRyuta Kamizono2019-05-081-5/+3
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-075-4/+14
* Refactor after the most recent code reviewGenadi Samokovarov2019-04-191-2/+2
* Dispatch actions only if config.consider_all_requests_local is setGenadi Samokovarov2019-04-191-1/+1
* Drop the ambiguous `ActiveSupport::ActionableError#===` checkGenadi Samokovarov2019-04-191-13/+11
* Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-191-1/+1
* Introduce Actionable ErrorsGenadi Samokovarov2019-04-197-2/+70
* Fix annotated typoPrathamesh Sonpatki2019-03-291-1/+1
* Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-263-3/+12
* Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specsRafael França2019-03-191-1/+1
|\
| * Don't override @set_cookies on CookieJar#update_cookies_from_jar'André Luis Leal Cardoso Junior2019-03-171-1/+1
* | Instrument middleware processingDaniel Schierbeck2019-03-191-1/+22
|/
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-3/+4
|\
| * Fix possible dev mode RCEAaron Patterson2019-03-101-3/+4
* | Show friendly message to install action mailbox if the related table does not...Prathamesh Sonpatki2019-03-122-0/+5
* | Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_blockKasper Timm Hansen2019-03-101-2/+2
|\ \ | |/ |/|
| * ActionPack Proc.new without a blockutilum2019-02-131-2/+2
* | Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-2/+2
|/
* Pull generated methods up in to the anonymous subclassAaron Patterson2019-02-061-6/+1
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-0/+9
* Merge pull request #35139 from 7coAim/fix_debug_exceptionsGeorge Claghorn2019-02-052-2/+2
|\
| * fix NameErrorkurosawat2019-02-052-2/+2
* | Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regressionRafael França2019-02-041-7/+2
|\ \
| * | Cookie doesn't expire anymore unless a flag is set:Edouard CHIN2019-02-041-7/+2
| |/
* | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refsGannon McGibbon2019-02-041-2/+2
|\ \ | |/ |/|
| * Cleanup the whitelisting references after #33145Genadi Samokovarov2019-02-031-2/+2
* | Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+3
|/
* Fixed a bug where the debug view does not show the error page properlyYuki Nishijima2019-01-242-11/+15
* Recommend adding the requested domain to hosts whitelist only in developmentMarc Schütz2019-01-232-4/+4
* Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-172-39/+1
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-24/+16