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
/
lib
/
action_controller
/
session
Commit message (
Expand
)
Author
Age
Files
Lines
*
Session LazyHash#inspect triggers the hash to load
Joshua Peek
2009-02-07
1
-0
/
+5
*
Update bundled Rack for Ruby 1.9 spec changes
Joshua Peek
2009-02-07
2
-12
/
+6
*
Temporarily bundle Rack 1.0 prerelease for testing
Joshua Peek
2009-02-07
1
-1
/
+1
*
Ensure session id is set in session options hash [#1880 state:resolved]
Joshua Peek
2009-02-06
2
-17
/
+9
*
Restore stale session check and move after dispatch development cleanups befo...
Joshua Peek
2009-02-05
1
-3
/
+22
*
Session cookie header should always be set if :expire_after option is specified
Pratik Naik
2009-01-28
2
-4
/
+8
*
Restore cookie store httponly default to true. Remove extraneous dup of optio...
Cody Fauser
2009-01-20
1
-3
/
+1
*
Use :key instead of old :session_key in session_store.rb generator and docs [...
Cody Fauser
2009-01-13
1
-3
/
+3
*
Fix reset_session with lazy cookie stores [#1601 state:resolved]
Matt Bauer
2008-12-20
2
-12
/
+18
*
No need to dup immutable options
Jeremy Kemper
2008-12-18
1
-1
/
+1
*
Be sure to call super
Jeremy Kemper
2008-12-18
1
-0
/
+1
*
Conditionally inject session middleware instead of using session management
Joshua Peek
2008-12-18
2
-4
/
+30
*
Persistent session identifier support for CookieSessionStore and API compat. ...
Lourens Naude
2008-12-18
2
-13
/
+39
*
Clear empty nil values in session hash before saving
Joshua Peek
2008-12-15
2
-23
/
+6
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
6
-650
/
+371
*
Merge with docrails
Pratik Naik
2008-12-07
1
-0
/
+10
*
Move the cookie store to use the MessageVerifier class.
Michael Koziarski
2008-11-23
1
-18
/
+14
*
Added support for http_only cookies in cookie_store Added unit tests for secu...
Pelle Braendgaard
2008-09-17
1
-1
/
+2
*
Strip newlines from cookie session data
Jeremy Kemper
2008-08-05
1
-1
/
+1
*
Use "/usr/bin/env ruby" instead of "/usr/local/bin/ruby"
Tarmo Tänav
2008-07-31
1
-7
/
+7
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Merge docrails.
Pratik Naik
2008-05-25
1
-1
/
+1
*
Don't double-escape cookie store data. Don't split cookie values with newline...
Rich Cavanaugh
2008-05-12
1
-3
/
+6
*
Merge docrails:
Pratik Naik
2008-05-09
1
-8
/
+13
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-13
/
+13
*
Ruby 1.9 compat: cookie store delete sets nil value instead of empty string
Jeremy Kemper
2008-01-07
1
-1
/
+1
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
2
-11
/
+9
*
Fix doc (closes #10526)
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec...
Jeremy Kemper
2007-12-15
1
-0
/
+3
*
Improve error messages when providing a secret that is too short. Closes #10...
Michael Koziarski
2007-11-24
1
-4
/
+5
*
Make sure that cookie sessions use a secret that is at least 30 chars in leng...
Michael Koziarski
2007-11-21
1
-3
/
+17
*
Emphasize the importance of a dictionary attack-proof secret for the cookie s...
David Heinemeier Hansson
2007-11-21
1
-1
/
+4
*
Memcached sessions: add session data on initialization; don't silently discar...
Jeremy Kemper
2007-10-14
1
-15
/
+8
*
Use #require_library_or_gem to load the memcache library for the MemCache ses...
Rick Olson
2007-10-03
1
-1
/
+1
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Fix failing active record store tests
Michael Koziarski
2007-08-14
1
-1
/
+2
*
Cookie session store: ensure that new sessions doesn't reuse data from a dele...
Jeremy Kemper
2007-03-14
1
-0
/
+6
*
Cookie session store: raise ArgumentError when :session_key is blank.
Jeremy Kemper
2007-03-13
1
-1
/
+6
*
Add a #dbman attr_reader for CGI::Session and make CGI::Session::CookieStore#...
Rick Olson
2007-03-06
1
-6
/
+6
*
Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret bloc...
Jeremy Kemper
2007-03-03
1
-13
/
+28
*
Cookie store: test that >4K raises CookieOverflow and that unverifiable cooki...
Jeremy Kemper
2007-03-03
1
-1
/
+4
*
Cookie session store: empty and unchanged sessions don't write a cookie.
Jeremy Kemper
2007-02-25
1
-1
/
+2
*
CGI escape the session cookie.
Jeremy Kemper
2007-02-22
1
-2
/
+2
*
Introduce a cookie-based session store as the Rails default. Sessions typical...
Jeremy Kemper
2007-02-21
1
-0
/
+113
*
ARStore needs a data reader method. Closes #4795.
Jeremy Kemper
2006-11-15
1
-0
/
+2
*
Always clear model associations from session. Closes #4795.
Jeremy Kemper
2006-11-13
2
-0
/
+8
*
Fix problem with unloaded ARStore sessions being loaded when they are garbage...
Jamis Buck
2006-03-08
1
-9
/
+14
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-1
/
+3
*
Further improvements to reloading code
Nicholas Seckar
2006-02-02
1
-5
/
+0
*
If included_modules doesnt take a parameter, we shouldnt either
David Heinemeier Hansson
2006-02-01
1
-1
/
+1
[next]