aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate response.assignsJoshua Peek2009-04-281-2/+6
* Move header injection back into integration testsJoshua Peek2009-04-281-11/+1
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-272-9/+5
* Don't return bare string as rack bodyJeremy Kemper2009-04-271-2/+2
* Array splitting strings on newlines is deprecatedJeremy Kemper2009-04-261-4/+15
* Not sure why Request#session is missingJeremy Kemper2009-04-261-0/+8
* Don't assume :params is a HashJeremy Kemper2009-04-261-4/+1
* Check for to_str rather than StringJeremy Kemper2009-04-261-3/+1
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-264-18/+34
* Fix environment variable testing code in failsafe.rb.Hongli Lai (Phusion)2009-04-261-1/+1
* Fix typo in stale session check [#2404 state:resolved]Joshua Peek2009-04-261-1/+1
* Move useful response test helpers into requestJoshua Peek2009-04-261-2/+63
* Remove RewindableInput middleware since all input MUST be rewindable accordin...Joshua Peek2009-04-251-19/+0
* Remove vendored version of RackJoshua Peek2009-04-2551-4999/+5
* Remove pending rack specifications until they are officialJoshua Peek2009-04-252-3/+3
* Start to integrate some of the features in Rack::Test.Joshua Peek2009-04-242-0/+160
* Opt in to JSONJeremy Kemper2009-04-221-0/+2
* Always buffer rack.input if it is not rewindableMislav Marohnić2009-04-171-17/+8
* Move reloader middleware in ActionDispatchJoshua Peek2009-04-141-0/+14
* Move middleware stack out of utils folderJoshua Peek2009-04-141-0/+0
* Use rack's status code list as a baseJoshua Peek2009-04-141-67/+19
* We aren't using UploadedStringIO and UploadedTempfile anymoreJoshua Peek2009-04-142-44/+28
* Move bundled rack into ActionDispatchJoshua Peek2009-04-1451-3/+4998
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-1310-301/+125
* Handle nil QSYehuda Katz2009-03-121-1/+1
* Remove errant debug codeYehuda Katz2009-02-031-2/+0
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-02-021-1/+0
|\
| * Remove dead cgi_ext requireJeremy Kemper2009-01-311-1/+0
* | Some merge cleanupYehuda Katz2009-02-021-10/+11
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-304-28/+19
|/
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-2719-0/+2065