aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/session
Commit message (Expand)AuthorAgeFilesLines
* Session tests belong under dispatch folderJoshua Peek2009-04-213-435/+0
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-141-2/+3
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-133-18/+72
|\
| * just kill brittle testJoshua Peek2009-03-241-21/+0
| * Better error message to try to figure out why the CI build is failingJoshua Peek2009-03-151-1/+11
| * Fix brittle Time.now mockJoshua Peek2009-03-151-16/+4
| * reset_session should force a new session id to be generated [#2173]Joshua Peek2009-03-091-16/+24
| * Expected cookie value should also be escaped.moro2009-02-211-1/+1
| * Remove space from the test name [#1953 state:resolved]Mike Gunderloy2009-02-121-1/+1
| * Update bundled Rack for Ruby 1.9 spec changesJoshua Peek2009-02-071-6/+8
| * Temporarily bundle Rack 1.0 prerelease for testingJoshua Peek2009-02-071-4/+4
| * Ensure session id is set in session options hash [#1880 state:resolved]Joshua Peek2009-02-062-1/+36
* | Some merge cleanupYehuda Katz2009-02-021-1/+1
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-302-10/+11
|\ \ | |/ |/|
| * Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-272-10/+10
* | Deprecation tests for f17c876 [#1801 state:resolved]Mike Gaffney2009-01-291-0/+58
* | Session cookie header should always be set if :expire_after option is specifiedPratik Naik2009-01-281-4/+32
|/
* Restore cookie store httponly default to true. Remove extraneous dup of optio...Cody Fauser2009-01-201-2/+2
* Fix randomly failing cookie store testsFrederick Cheung2008-12-261-5/+4
* 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