aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2916-0/+32
* Fix search input's type & placeholder conflict in Routing Error pageKaan Kölköy2017-07-261-0/+4
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-063-4/+7
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-016-10/+10
* Fix formatting of AD::FileHandler and AD::Static doc [ci skip]yuuji.yaginuma2017-06-131-7/+7
* set message_encryptor default cipher to aes-256-gcmAssain2017-06-121-1/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-032-8/+3
* Merge pull request #28132 from mikeycgto/aead-encrypted-cookiesKasper Timm Hansen2017-05-281-3/+48
|\
| * AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-3/+48