aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use new rotation signature in cookies.Kasper Timm Hansen2017-09-241-11/+12
* Add key rotation cookies middlewareMichael Coyne2017-09-241-100/+82
* [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-132-28/+12
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-5/+5
* This commit adds:Assain2017-09-041-4/+7
* Fix `warning: shadowing outer local variable`yuuji.yaginuma2017-08-281-3/+3
* Fix `can't modify frozen String` error in `DebugLocks`yuuji.yaginuma2017-08-281-4/+4
* Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-262-7/+7
* Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-222-3/+3
* freshen :expires option with duration support and add expiry metadata to cookiesAssain2017-08-201-3/+15