aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-155-41/+169
* Avoid extra array allocationsSamuel Cochran2018-11-291-2/+2
* Log exceptions atomicallySamuel Cochran2018-11-281-5/+8
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-296-30/+30
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-233-7/+7
* Focus search input after page load on /rails/info/routes (#33683)James Brooks2018-08-281-0/+3
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-13/+29
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1