aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/session
Commit message (Expand)AuthorAgeFilesLines
* Fix reset_session with lazy cookie stores [#1601 state:resolved]Matt Bauer2008-12-202-1/+46
* Persistent session identifier support for CookieSessionStore and API compat. ...Lourens Naude2008-12-181-2/+24
* Switch to Rack based session stores.Joshua Peek2008-12-152-402/+153
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-232-6/+0
* Move the cookie store to use the MessageVerifier class.Michael Koziarski2008-11-231-11/+2
* Work around ruby 1.9 segfaultJeremy Kemper2008-11-071-0/+1
* Added support for http_only cookies in cookie_store Added unit tests for secu...Pelle Braendgaard2008-09-171-1/+52
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Revert "Lazy load cache and session stores"David Heinemeier Hansson2008-06-121-1/+1
* Lazy load cache and session storesPratik Naik2008-06-101-1/+1
* Don't double-escape cookie store data. Don't split cookie values with newline...Rich Cavanaugh2008-05-121-2/+14
* Implement increment/decrement on cache storage engines, using read/write by d...Tobias Lütke2008-04-291-3/+2
* Ruby 1.9 compat: cookie store delete sets nil value instead of empty stringJeremy Kemper2008-01-071-1/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-052-2/+2
* Make sure that cookie sessions use a secret that is at least 30 chars in leng...Michael Koziarski2007-11-211-0/+19
* Skip memcache tests unless it's installedJeremy Kemper2007-10-151-0/+2
* Wrap test with uses_mochaJeremy Kemper2007-10-141-2/+4
* Memcached sessions: add session data on initialization; don't silently discar...Jeremy Kemper2007-10-141-0/+178
* Parse url-encoded and multipart requests ourselves instead of delegating to CGI.Jeremy Kemper2007-05-181-4/+3
* Shine some sunlight on the CGI extensions. Remove unused CGI#session.Jeremy Kemper2007-05-151-1/+1
* Cookie session store: ensure that new sessions doesn't reuse data from a dele...Jeremy Kemper2007-03-141-0/+13
* Cookie session store: raise ArgumentError when :session_key is blank.Jeremy Kemper2007-03-131-0/+6
* Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret bloc...Jeremy Kemper2007-03-031-21/+49
* Cookie store: test that >4K raises CookieOverflow and that unverifiable cooki...Jeremy Kemper2007-03-031-13/+43
* Cookie session store: empty and unchanged sessions don't write a cookie.Jeremy Kemper2007-02-251-1/+15
* CGI escape the session cookie.Jeremy Kemper2007-02-221-2/+2
* Introduce a cookie-based session store as the Rails default. Sessions typical...Jeremy Kemper2007-02-211-0/+137