aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/rack_process.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make integration test runner more Rack friendly and clean out old CGI cruftJoshua Peek2008-12-081-8/+1
|
* Boot out CGI Processor.Joshua Peek2008-12-041-1/+1
| | | | | * Add ActionController::CGIHandler as a backwards compatible CGI wrapper around Rack. * Also pull failsafe responder into ActionController::Failsafe middleware.
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-1/+0
|
* Added support for http_only cookies in cookie_store Added unit tests for ↵Pelle Braendgaard2008-09-171-1/+2
| | | | | | | secure and http_only cookies in cookie_store Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1046 state:committed]
* Don't shadow query string methodJoshua Peek2008-08-191-1/+10
|
* hack around CGI session closeJoshua Peek2008-08-191-1/+5
|
* Merge RackProcess#normalize_headers logic into AbstractResponse#prepare!Joshua Peek2008-08-171-35/+52
|
* Don't shadow host methodJeremy Kemper2008-08-081-1/+1
|
* Inherit these from AbstractRequest insteadJeremy Kemper2008-08-071-46/+4
|
* Merge with docrails.Pratik Naik2008-07-161-1/+1
|
* Make RackRequest#request_method respect _methodPratik Naik2008-07-161-4/+0
|
* RackResponse should not contain Status headerPratik Naik2008-07-161-1/+1
|
* RackRequest#content_type should return Mime::TypePratik Naik2008-07-161-1/+1
|
* Improved test coverage and added RackRequest support for CGI environment ↵Joshua Peek2008-07-011-5/+30
| | | | variables.
* Don't use deprecated String#eachJeremy Kemper2008-06-061-0/+2
|
* Use CGI::Cookie::parse for request cookies until we officially deprecated CGI.Joshua Peek2008-06-041-38/+4
|
* Ensure Rack processor reads CGI output_cookies for the session cookie.Joshua Peek2008-06-021-3/+7
|
* Added Rack processorEzra Zygmuntowicz2008-06-011-0/+321
Signed-off-by: Joshua Peek <josh@joshpeek.com>