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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-7
/
+7
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
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
1
-4
/
+4
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
3
-14
/
+14
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
5
-182
/
+182
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
3
-3
/
+9
*
Revert "Update Session to utilize indiffernt access"
Matthew Draper
2016-02-26
5
-117
/
+0
*
Update Session to utilize indiffernt access
Tom Prats
2016-01-30
5
-0
/
+117
*
implement abstract store methods
Aaron Patterson
2015-09-04
1
-2
/
+2
*
Updating TestSession to access with indifference
Jeremy Friesen
2015-08-26
1
-0
/
+10
*
Merge pull request #21321 from rodzyn/removing_mocha
Kasper Timm Hansen
2015-08-24
1
-14
/
+18
|
\
|
*
Get rid of mocha tests - part 1
Marcin Olichwirowicz
2015-08-24
1
-14
/
+18
*
|
use a request object in the session middleware
Aaron Patterson
2015-08-22
1
-3
/
+3
|
/
*
Fix deprecation warning in tests
eileencodes
2015-08-08
1
-1
/
+1
*
finish deprecating handling strings and symbols
Aaron Patterson
2015-08-07
2
-2
/
+2
*
Adds missing argument handling for ActionController::TestSession to
Matthew Gerrior
2015-08-06
1
-0
/
+10
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
3
-9
/
+9
*
Use request.session.id instead of request.session_options[:id]
Brian John
2015-03-12
3
-4
/
+4
*
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
2
-5
/
+7
*
Expectations first
Akira Matsuda
2014-08-18
1
-3
/
+3
*
Regenerate sid when sbdy tries to fixate the session
Santiago Pastorino
2014-08-04
1
-9
/
+8
*
Skip individual tests upon Dalli::RingError
Matthew Draper
2014-05-27
1
-0
/
+18
*
Add an explicit require for 4ece124396669d3580e7f229ab407a0d4882727a rather t...
Jeremy Kemper
2014-03-16
1
-0
/
+1
*
Avoid concurrent test collision on the same memcache server by namespacing keys
Jeremy Kemper
2014-03-16
1
-1
/
+1
*
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
*
Add keys/values methods to TestSession
Carlos Antonio da Silva
2013-01-25
1
-5
/
+11
*
Integrate Action Pack with Rack 1.5
Carlos Antonio da Silva
2013-01-25
1
-2
/
+2
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-1
/
+4
*
fix cache store test
Steve Klabnik
2012-09-30
1
-0
/
+1
*
Add integration tests for reset_session in cookie store
Andreas Loupasakis
2012-09-08
1
-0
/
+20
*
Dalli doesn't support autoloading of unloaded classes
Guillermo Iguaran
2012-09-06
1
-5
/
+0
*
Let's run action pack tests with Dalli
Arun Agrawal
2012-09-06
1
-4
/
+4
*
Revert "Merge pull request #7452 from arunagw/memcached_dalli"
Jon Leighton
2012-08-31
1
-4
/
+4
*
Revert "Add missing require"
Jon Leighton
2012-08-31
1
-1
/
+0
*
Add missing require
Rafael Mendonça França
2012-08-28
1
-0
/
+1
*
Let's run action pack tests with Dalli
Arun Agrawal
2012-08-27
1
-4
/
+4
*
testing session store behavior
Aaron Patterson
2012-05-02
1
-0
/
+56
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
3
-3
/
+3
*
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
3
-6
/
+0
*
Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ...
Brian Durand
2011-10-21
1
-0
/
+181
*
fix deprecation warning in cookie_store_test
Vijay Dev
2011-09-25
1
-1
/
+1
*
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-1
/
+0
*
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
[next]