index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
6
-30
/
+30
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
3
-7
/
+7
*
Focus search input after page load on /rails/info/routes (#33683)
James Brooks
2018-08-28
1
-0
/
+3
*
Purpose Metadata For Signed And Encrypted Cookies
Assain
2018-08-12
1
-13
/
+29
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-1
/
+1
*
Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...
Matthew Draper
2018-07-25
2
-2
/
+2
|
\
|
*
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
2
-2
/
+2
*
|
Show nested exceptions on the debug view
Yuki Nishijima
2018-07-15
9
-62
/
+109
*
|
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Ryuta Kamizono
2018-07-12
1
-1
/
+0
|
/
*
Remove reference to session_store.rb initializer
Justin Searls
2018-06-12
1
-1
/
+1
*
Use the same tag as other views to display the error message
yuuji.yaginuma
2018-04-23
1
-1
/
+1
*
Fix Style/RedundantReturn offenses
Bart de Water
2018-04-21
1
-1
/
+1
*
Merge pull request #29286 from vinistock/create_missing_exact_template_exception
Rafael Mendonça França
2018-04-20
3
-5
/
+29
|
\
|
*
Create MissingExactTemplate exception with separate template
Vinicius Stock
2018-04-20
3
-5
/
+29
*
|
Introduce ActionDispatch::DebugExceptions interceptors
Genadi Samokovarov
2018-04-20
1
-1
/
+23
*
|
Fix broken nodocs
Chris Arcand
2018-04-13
1
-1
/
+1
*
|
Use ASCII-8BIT paths in ActionDispatch::Static
Andrew White
2018-03-22
1
-3
/
+3
*
|
Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262)
Catherine Khuu
2018-03-15
1
-1
/
+3
*
|
Merge branch 'master' into update_default_hsts_max_age
Guillermo Iguaran
2018-02-24
2
-1
/
+4
|
\
|
|
*
Consistent behavior for session and cookies with to_h and to_hash method
Igor Kasyanchuk
2018-01-31
1
-0
/
+3
|
*
Allow @ in X-Request-Id header
Daniel Colson
2018-01-29
1
-1
/
+1
*
|
Update default HSTS max-age value to 1 year
Grant Bourque
2018-01-16
1
-5
/
+4
|
/
*
Help if Active Storage tables are missing
Claudio B
2017-12-21
3
-0
/
+35
*
Fix tld_length documentation
Joe Marty
2017-11-21
1
-1
/
+1
*
Prevent source line wrapping in rescue layout
Dave Gynn
2017-10-31
1
-0
/
+1
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
6
-10
/
+10
*
Don't use Active Support where it is not needed.
yuuji.yaginuma
2017-09-30
1
-1
/
+1
*
Merge pull request #30735 from tjschuck/fix_doc_code_formatting
Eileen M. Uchitelle
2017-09-29
1
-33
/
+38
|
\
|
*
Fix formatting in ActionDispatch::SSL middleware docs
T.J. Schuck
2017-09-27
1
-33
/
+38
*
|
Merge pull request #30709 from mikeycgto/actiondispatch-use-aead-encrypted-co...
Kasper Timm Hansen
2017-09-28
1
-3
/
+10
|
\
\
|
|
/
|
/
|
|
*
Fixes for use_authenticated_cookie_encryption
Michael Coyne
2017-09-27
1
-3
/
+10
*
|
Fix cookies/session tests broken after merging key rotation.
Kasper Timm Hansen
2017-09-25
1
-2
/
+3
|
/
*
Fix "warning: `*' interpreted as argument prefix"
Ryuta Kamizono
2017-09-25
1
-2
/
+2
*
Use new rotation signature in cookies.
Kasper Timm Hansen
2017-09-24
1
-11
/
+12
*
Add key rotation cookies middleware
Michael Coyne
2017-09-24
1
-100
/
+82
*
[ci skip] Prefer credentials to secrets in docs.
Kasper Timm Hansen
2017-09-13
2
-28
/
+12
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-5
/
+5
*
This commit adds:
Assain
2017-09-04
1
-4
/
+7
*
Fix `warning: shadowing outer local variable`
yuuji.yaginuma
2017-08-28
1
-3
/
+3
*
Fix `can't modify frozen String` error in `DebugLocks`
yuuji.yaginuma
2017-08-28
1
-4
/
+4
*
Use tt in doc for ActionPack [ci skip]
Yoshiyuki Hirano
2017-08-26
2
-7
/
+7
*
Update links to use https link instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
2
-3
/
+3
*
freshen :expires option with duration support and add expiry metadata to cookies
Assain
2017-08-20
1
-3
/
+15
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
16
-0
/
+32
*
Fix search input's type & placeholder conflict in Routing Error page
Kaan Kölköy
2017-07-26
1
-0
/
+4
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
3
-0
/
+3
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
3
-4
/
+7
*
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
6
-10
/
+10
*
Fix formatting of AD::FileHandler and AD::Static doc [ci skip]
yuuji.yaginuma
2017-06-13
1
-7
/
+7
*
set message_encryptor default cipher to aes-256-gcm
Assain
2017-06-12
1
-1
/
+1
[next]