Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rely on Rack::Session stores API for more compatibility across the Ruby world. | José Valim | 2010-10-03 | 1 | -46/+7 |
* | Revert "Avoid uneeded queries in session stores if sid is not given." | José Valim | 2010-07-29 | 1 | -0/+1 |
* | Avoid uneeded queries in session stores if sid is not given. | José Valim | 2010-07-18 | 1 | -1/+0 |
* | Sessions should not be created until written to and session data should be de... | Michael Lovitt | 2010-06-23 | 1 | -0/+9 |
* | Cut the fat and make session stores rely on request.cookie_jar and change set... | José Valim | 2010-05-18 | 1 | -2/+2 |
* | Lazy require memcache for session middleware | Joshua Peek | 2009-09-13 | 1 | -40/+35 |
* | ActionPack components should no longer have undeclared dependencies. | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -0/+1 |
* | Move HTTP libs and middleware into ActionDispatch component | Joshua Peek | 2009-01-27 | 1 | -0/+51 |