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
/
request
/
session_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add #dig to ActionDispatch::Request::Session
claudiob
2018-04-04
1
-0
/
+12
*
Consistent behavior for session and cookies with to_h and to_hash method
Igor Kasyanchuk
2018-01-31
1
-0
/
+1
*
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
*
Add lazy loading to #keys and #values methods in Session
codeforkjeff
2017-04-26
1
-0
/
+18
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-7
/
+7
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-30
/
+30
*
Ensure compatibility between ActionDispatch::Request::Session and Rack
Jon Moss
2016-05-04
1
-0
/
+26
*
Revert "Merge pull request #20851 from tomprats/indifferent-sessions"
Matthew Draper
2016-02-26
1
-10
/
+0
*
Revert "Update Session to utilize indiffernt access"
Matthew Draper
2016-02-26
1
-1
/
+1
*
Update Session to utilize indiffernt access
Tom Prats
2016-01-30
1
-1
/
+1
*
Update session to have indifferent access
Tom Prats
2016-01-29
1
-0
/
+10
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-1
/
+1
*
implement abstract store methods
Aaron Patterson
2015-09-04
1
-1
/
+1
*
use a request object in the session middleware
Aaron Patterson
2015-08-22
1
-19
/
+21
*
point at rack master
Aaron Patterson
2015-08-20
1
-1
/
+1
*
Cleaning and adding tests for Session
Attila Domokos
2014-03-19
1
-7
/
+34
*
Make ActionDispatch::Request::Session#fetch behave like Hash#fetch
Trent Ogren
2013-12-11
1
-3
/
+2
*
session#fetch doesn't behave exactly like Hash#fetch.
Damien Mathieu
2013-10-30
1
-1
/
+5
*
add the fetch method to sessions
Damien Mathieu
2013-10-29
1
-0
/
+13
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Add test for clear in ActionDispatch::Request::Session
Andreas Loupasakis
2012-09-08
1
-0
/
+9
*
Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...
Philip Arndt
2012-05-23
1
-0
/
+16
*
testing session store behavior
Aaron Patterson
2012-05-02
1
-0
/
+48