aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-252-2/+2
|\
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-062-2/+2
* | Show nested exceptions on the debug viewYuki Nishijima2018-07-159-62/+109
* | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
|/
* Remove reference to session_store.rb initializerJustin Searls2018-06-121-1/+1
* Use the same tag as other views to display the error messageyuuji.yaginuma2018-04-231-1/+1
* Fix Style/RedundantReturn offensesBart de Water2018-04-211-1/+1
* Merge pull request #29286 from vinistock/create_missing_exact_template_exceptionRafael Mendonça França2018-04-203-5/+29
|\
| * Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-203-5/+29
* | Introduce ActionDispatch::DebugExceptions interceptorsGenadi Samokovarov2018-04-201-1/+23
* | Fix broken nodocsChris Arcand2018-04-131-1/+1
* | Use ASCII-8BIT paths in ActionDispatch::StaticAndrew White2018-03-221-3/+3
* | Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262)Catherine Khuu2018-03-151-1/+3
* | Merge branch 'master' into update_default_hsts_max_ageGuillermo Iguaran2018-02-242-1/+4
|\|
| * Consistent behavior for session and cookies with to_h and to_hash methodIgor Kasyanchuk2018-01-311-0/+3
| * Allow @ in X-Request-Id headerDaniel Colson2018-01-291-1/+1
* | Update default HSTS max-age value to 1 yearGrant Bourque2018-01-161-5/+4
|/
* Help if Active Storage tables are missingClaudio B2017-12-213-0/+35
* Fix tld_length documentationJoe Marty2017-11-211-1/+1
* Prevent source line wrapping in rescue layoutDave Gynn2017-10-311-0/+1
* [Action Pack] require => require_relativeAkira Matsuda2017-10-216-10/+10
* Don't use Active Support where it is not needed.yuuji.yaginuma2017-09-301-1/+1
* Merge pull request #30735 from tjschuck/fix_doc_code_formattingEileen M. Uchitelle2017-09-291-33/+38
|\
| * Fix formatting in ActionDispatch::SSL middleware docsT.J. Schuck2017-09-271-33/+38
* | Merge pull request #30709 from mikeycgto/actiondispatch-use-aead-encrypted-co...Kasper Timm Hansen2017-09-281-3/+10
|\ \ | |/ |/|
| * Fixes for use_authenticated_cookie_encryptionMichael Coyne2017-09-271-3/+10
* | Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-251-2/+3
|/
* Fix "warning: `*' interpreted as argument prefix"Ryuta Kamizono2017-09-251-2/+2