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
/
test
/
dispatch
/
session
/
cookie_store_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Embrace the instantiation in loving parens <3
Kasper Timm Hansen
2017-12-03
1
-1
/
+2
*
Update cookie_store_test to use encrypted cookies
Michael Coyne
2017-11-27
1
-41
/
+83
*
Fix `test_session_store_with_expire_after` failure with rack-test 0.7.1
Ryuta Kamizono
2017-11-20
1
-2
/
+2
*
Add key rotation cookies middleware
Michael Coyne
2017-09-24
1
-0
/
+4
*
freshen :expires option with duration support and add expiry metadata to cookies
Assain
2017-08-20
1
-2
/
+7
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
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
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-1
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-3
/
+3
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-10
/
+10
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-66
/
+66
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-1
/
+3
*
Revert "Update Session to utilize indiffernt access"
Matthew Draper
2016-02-26
1
-34
/
+0
*
Update Session to utilize indiffernt access
Tom Prats
2016-01-30
1
-0
/
+34
*
Get rid of mocha tests - part 1
Marcin Olichwirowicz
2015-08-24
1
-14
/
+18
*
finish deprecating handling strings and symbols
Aaron Patterson
2015-08-07
1
-1
/
+1
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-5
/
+5
*
Use request.session.id instead of request.session_options[:id]
Brian John
2015-03-12
1
-2
/
+2
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-1
/
+1
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-4
/
+6
*
Expectations first
Akira Matsuda
2014-08-18
1
-3
/
+3
*
Remove comments about removing LegacyKeyGenerator in 4.1
Trevor Turk
2013-04-03
1
-1
/
+0
*
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
1
-2
/
+2
*
Integrate Action Pack with Rack 1.5
Carlos Antonio da Silva
2013-01-25
1
-2
/
+2
*
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-1
/
+4
*
Add integration tests for reset_session in cookie store
Andreas Loupasakis
2012-09-08
1
-0
/
+20
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-1
/
+1
*
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
1
-2
/
+0
*
fix deprecation warning in cookie_store_test
Vijay Dev
2011-09-25
1
-1
/
+1
*
Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...
Jon Leighton
2011-05-23
1
-1
/
+1
*
Fix renew feature on cookies.
José Valim
2011-05-04
1
-0
/
+16
*
cleaning up some warnings on 1.9.3
Aaron Patterson
2011-02-07
1
-1
/
+0
*
Rely on Rack::Session stores API for more compatibility across the Ruby world.
José Valim
2010-10-03
1
-12
/
+0
*
Use parentheses when using assert_match followed by a regexp to avoid warnings.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-3
/
+3
*
Only send secure cookies over SSL.
W. Andrew Loe III
2010-09-13
1
-0
/
+17
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-4
/
+4
*
Set session options id to nil is respected and cancels lazy loading.
José Valim
2010-07-18
1
-1
/
+19
*
porting session.clear fix to master branch. [#5030 state:resolved]
Aaron Patterson
2010-07-01
1
-0
/
+22
*
Fixed that an ArgumentError is thrown when request.session_options[:id] is re...
Michael Lovitt
2010-06-27
1
-0
/
+26
*
Avoid deserializing cookies too early, which causes session objects to not be...
José Valim
2010-06-24
1
-3
/
+3
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
1
-1
/
+10
*
The previous commit didn't work with complex domains, which is now fixed.
Rizwan Reza
2010-06-11
1
-5
/
+5
*
Add support for multi-subdomain session by setting cookie host in session coo...
Rizwan Reza
2010-06-11
1
-0
/
+29
*
Cut the fat and make session stores rely on request.cookie_jar and change set...
José Valim
2010-05-18
1
-1
/
+1
*
Simplify cookie_store by simply relying on cookies.signed.
José Valim
2010-05-18
1
-46
/
+20
*
Cookies middleware
Joshua Peek
2010-01-16
1
-2
/
+2
[next]