Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | Make RackRequest#request_method respect _method | Pratik Naik | 2008-07-16 | 1 | -4/+0 |
| | |||||
* | RackResponse should not contain Status header | Pratik Naik | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | RackRequest#content_type should return Mime::Type | Pratik Naik | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | Improved test coverage and added RackRequest support for CGI environment ↵ | Joshua Peek | 2008-07-01 | 1 | -5/+30 |
| | | | | variables. | ||||
* | Don't use deprecated String#each | Jeremy Kemper | 2008-06-06 | 1 | -0/+2 |
| | |||||
* | Use CGI::Cookie::parse for request cookies until we officially deprecated CGI. | Joshua Peek | 2008-06-04 | 1 | -38/+4 |
| | |||||
* | Ensure Rack processor reads CGI output_cookies for the session cookie. | Joshua Peek | 2008-06-02 | 1 | -3/+7 |
| | |||||
* | Added Rack processor | Ezra Zygmuntowicz | 2008-06-01 | 1 | -0/+321 |
Signed-off-by: Joshua Peek <josh@joshpeek.com> |