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
/
railties
/
test
/
application
/
middleware
/
session_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
1
-9
/
+84
*
Limit length of secret being passed
Jon Moss
2016-12-20
1
-3
/
+3
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
1
-14
/
+14
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-67
/
+67
*
Merge pull request #25652 from prathamesh-sonpatki/rm-boot-rails
Guillermo Iguaran
2016-07-08
1
-1
/
+0
|
\
|
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
1
-1
/
+0
*
|
Add a test case for verifying `cookie_only` is set even if user tries to set ...
Prathamesh Sonpatki
2016-07-07
1
-0
/
+6
|
/
*
Keep all session tests in the same file
Rafael Mendonça França
2016-03-21
1
-0
/
+28
*
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-1
/
+8
*
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
1
-9
/
+9
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
`secret_token` is now saved in `Rails.application.secrets.secret_token`
Benjamin Fleischer
2014-11-02
1
-4
/
+4
*
Replace config.secret_key_base with secrets.secret_key_base in test
Guillermo Iguaran
2013-12-12
1
-1
/
+1
*
Removing use of subclassed application constant and instead using the
wangjohn
2013-06-03
1
-6
/
+6
*
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-8
/
+60
*
Add UpgradeSignatureToEncryptionCookieStore
Santiago Pastorino
2012-11-16
1
-0
/
+110
*
Remove duplicated get /foo/write_session
Santiago Pastorino
2012-11-16
1
-1
/
+0
*
Remove unused config option
Santiago Pastorino
2012-11-16
1
-1
/
+0
*
Add encrypted cookie store
Santiago Pastorino
2012-11-03
1
-0
/
+51
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-1
/
+1
*
Implement :null_session CSRF protection method
Sergey Nartimov
2012-09-13
1
-0
/
+82
*
Failing test for #6034
Piotr Sarnacki
2012-04-30
1
-0
/
+20
*
config.force_ssl should mark the session as secure.
José Valim
2012-01-13
1
-0
/
+30