aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Cherry-pick core extensionsJeremy Kemper2009-05-131-10/+3
|
* Wrap dispatcher callbacks around the whole middleware chain. Kill ↵Joshua Peek2009-05-031-1/+0
| | | | unnecessary Reloader middleware.
* Extract ActionController rescue templates into Rescue and ShowExceptions ↵Joshua Peek2009-05-021-0/+2
| | | | | middleware. This commit breaks all exception catching plugins like ExceptionNotifier. These plugins should be rewritten as middleware instead overriding Controller#rescue_action_in_public.
* Rename vendor/rack to vendor/rack-1.1.prePratik Naik2009-05-011-2/+2
|
* Vendor Rack edge ( commit : 815342a8e15db564b766f209ffb1e340233f064f )Pratik Naik2009-05-011-1/+6
|
* Depend on unreleased rack 1.1Joshua Peek2009-04-301-2/+1
|
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-0/+2
|
* Vendor new Rack::Mock changesJoshua Peek2009-04-301-5/+1
|
* Move generic assertions into ActionDispatchJoshua Peek2009-04-301-0/+2
|
* Remove RewindableInput middleware since all input MUST be rewindable ↵Joshua Peek2009-04-251-1/+0
| | | | according to a recent change in the Rack 1.0 SPEC
* Remove vendored version of RackJoshua Peek2009-04-251-7/+2
|
* Start to integrate some of the features in Rack::Test.Joshua Peek2009-04-241-0/+5
| | | | Eventually commit ActionDispatch::Test::MockRequest and ActionDispatch::Test:: UploadedFile upstream.
* No more free lunchJeremy Kemper2009-04-221-0/+1
|
* Move middleware stack out of utils folderJoshua Peek2009-04-141-1/+1
|
* We aren't using UploadedStringIO and UploadedTempfile anymoreJoshua Peek2009-04-141-1/+1
|
* Move reloader middleware in ActionDispatchJoshua Peek2009-04-141-0/+1
|
* Move middleware stack out of utils folderJoshua Peek2009-04-141-2/+1
|
* We aren't using UploadedStringIO and UploadedTempfile anymoreJoshua Peek2009-04-141-4/+0
|
* Move bundled rack into ActionDispatchJoshua Peek2009-04-141-3/+7
|
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+64