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
/
mem_cache_store_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-31
/
+0
*
Update Session to utilize indiffernt access
Tom Prats
2016-01-30
1
-0
/
+31
*
Fix deprecation warning in tests
eileencodes
2015-08-08
1
-1
/
+1
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-2
/
+2
*
Use request.session.id instead of request.session_options[:id]
Brian John
2015-03-12
1
-1
/
+1
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-1
/
+1
*
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
*
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
*
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
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-1
/
+1
*
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
-1
/
+1
*
Fixed that an ArgumentError is thrown when request.session_options[:id] is re...
Michael Lovitt
2010-06-27
1
-0
/
+24
*
Make sure that Rails doesn't resent session_id cookie over and over again if ...
Prem Sichanugrist
2010-06-25
1
-0
/
+12
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
1
-2
/
+29
*
Cut the fat and make session stores rely on request.cookie_jar and change set...
José Valim
2010-05-18
1
-1
/
+6
*
Ruby 1.9: resolve constant lookup issues
Jeremy Kemper
2009-11-04
1
-1
/
+1
*
Start rewriting some internal tests to use the new routing dsl
Joshua Peek
2009-10-20
1
-1
/
+1
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
1
-1
/
+0
*
Allow integration test rack app to be set with "@app" ivar instead of using o...
Joshua Peek
2009-09-26
1
-3
/
+3
*
Fix skipping memcache tests if a memcache server isn't running
Joshua Peek
2009-09-26
1
-0
/
+4
*
Clean up session integration tests so they don't reference AC::Dispatcher
Joshua Peek
2009-09-26
1
-12
/
+3
*
Reset session in integration tests after changing routes to reload the middle...
Joshua Peek
2009-08-27
1
-8
/
+8
*
Revert "Only save the session if we're actually writing to it [#2703 state:re...
Joshua Peek
2009-05-30
1
-8
/
+0
*
Only save the session if we're actually writing to it [#2703 state:resolved]
Johan Sörensen
2009-05-28
1
-0
/
+8
*
Session tests belong under dispatch folder
Joshua Peek
2009-04-21
1
-0
/
+127