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
/
session
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
2
-3
/
+0
*
Fix possible dev mode RCE
Aaron Patterson
2019-03-10
1
-3
/
+4
*
Remove secret_token rack env and cookie upgrade code
Rafael Mendonça França
2019-01-17
1
-5
/
+0
*
Remove reference to session_store.rb initializer
Justin Searls
2018-06-12
1
-1
/
+1
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
4
-5
/
+5
*
[ci skip] Prefer credentials to secrets in docs.
Kasper Timm Hansen
2017-09-13
1
-19
/
+5
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-5
/
+5
*
Use tt in doc for ActionPack [ci skip]
Yoshiyuki Hirano
2017-08-26
1
-3
/
+3
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
4
-0
/
+8
*
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
4
-5
/
+5
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-1
/
+1
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-2
/
+2
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
1
-6
/
+5
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Remove deprecated code in ActionDispatch::Session::SessionRestoreError
Rafael Mendonça França
2016-10-10
1
-11
/
+1
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-36
/
+36
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
4
-12
/
+12
*
Add a test case for verifying `cookie_only` is set even if user tries to set ...
Prathamesh Sonpatki
2016-07-07
1
-1
/
+1
*
Corrected secret_key_base
vs4vijay
2016-02-15
1
-1
/
+1
*
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-6
/
+14
*
inherit from our AbstractStore
Aaron Patterson
2015-09-25
1
-5
/
+1
*
Update documentation to reflect Rack::Session::Abstract changes
eileencodes
2015-09-09
1
-1
/
+1
*
implement abstract store methods
Aaron Patterson
2015-09-04
2
-5
/
+5
*
stop using deprecated Abstract::ID class
Aaron Patterson
2015-09-04
2
-2
/
+2
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-1
/
+1
*
use a request object in the session middleware
Aaron Patterson
2015-08-22
2
-21
/
+25
*
Explained how to set session expiry through session_store config
Iain Beeston
2015-02-27
3
-3
/
+20
*
Regenerate sid when sbdy tries to fixate the session
Santiago Pastorino
2014-08-04
1
-3
/
+3
*
[ci skip] /javascript/ -> JavaScript - cover whole app
Akshay Vishnoi
2014-07-04
1
-1
/
+1
*
Update documentation to use Rails.application instead
Marcel Morgan
2014-04-13
1
-1
/
+1
*
The digest option is no longer honoured since Rails 3.0 [ci skip]
Godfrey Chan
2014-03-20
1
-1
/
+1
*
Renamed session_serializer option to cookies_serializer
Godfrey Chan
2014-02-11
2
-27
/
+0
*
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
2
-0
/
+27
*
Update secret_key_base Docs
robertomiranda
2013-12-15
1
-2
/
+3
*
[ci skip] Removing some gender sensitive object pronouns
Tejas Dinkar
2013-12-02
1
-2
/
+2
*
Improve documentation around the cookie store auto-upgrade to encryption
Trevor Turk
2013-04-01
1
-22
/
+37
*
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-36
/
+1
*
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-1
/
+1
*
Revert cb3181e - no longer required.
Mark J. Titorenko
2013-01-08
1
-2
/
+0
*
Fix CookieStore middleware inheritance hierarchy s.t. it inherits from Rack::...
Mark J. Titorenko
2013-01-08
1
-3
/
+26
*
Avoid Rack security warning no secret provided
Santiago Pastorino
2013-01-08
1
-0
/
+2
*
Remove suggestion that Procs can be used as session secrets.
James Coglan
2013-01-05
1
-7
/
+4
*
Fix UpgradeSignatureToEncryptionCookieStore doc
Santiago Pastorino
2012-11-19
1
-9
/
+4
*
Improve UpgradeSignatureToEncryptionCookieStore docs
Santiago Pastorino
2012-11-16
1
-1
/
+14
*
Add UpgradeSignatureToEncryptionCookieStore
Santiago Pastorino
2012-11-16
1
-0
/
+17
*
Call get_cookie to allow the method to be overriden by subclasses
Santiago Pastorino
2012-11-16
1
-1
/
+1
[next]