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
*
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
*
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
2
-4
/
+4
*
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
2
-2
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
2
-5
/
+5
*
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
2
-0
/
+50
*
Make sure that Rails doesn't resent session_id cookie over and over again if ...
Prem Sichanugrist
2010-06-25
1
-0
/
+12
*
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
2
-3
/
+39
*
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
2
-2
/
+7
*
Remove deprecated methods since 2-3-stable.
José Valim
2010-05-18
1
-12
/
+0
*
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
*
Ruby 1.9: resolve constant lookup issues
Jeremy Kemper
2009-11-04
2
-2
/
+2
*
Start rewriting some internal tests to use the new routing dsl
Joshua Peek
2009-10-20
2
-2
/
+2
*
CookieJar#delete should return the key's value, consistent with a Hash
Jeffrey Hardy
2009-10-14
1
-2
/
+2
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
2
-2
/
+0
*
Allow integration test rack app to be set with "@app" ivar instead of using o...
Joshua Peek
2009-09-26
2
-5
/
+5
*
Fix skipping memcache tests if a memcache server isn't running
Joshua Peek
2009-09-26
1
-0
/
+4
*
Move default middleware stack into initializer
Joshua Peek
2009-09-26
1
-3
/
+0
*
Clean up session integration tests so they don't reference AC::Dispatcher
Joshua Peek
2009-09-26
2
-31
/
+9
*
If session_options[:id] is requested when using CookieStore, unmarshal the se...
Jay Pignata
2009-09-03
1
-2
/
+2
*
Reset session in integration tests after changing routes to reload the middle...
Joshua Peek
2009-08-27
2
-16
/
+19
*
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
*
Make cookie store tests pass with the new base
Pratik Naik
2009-05-25
1
-0
/
+3
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
2
-18
/
+9
*
Session tests belong under dispatch folder
Joshua Peek
2009-04-21
3
-0
/
+435