aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch.rb
Commit message (Expand)AuthorAgeFilesLines
* RequestForgeryProtection now works with the new basePratik Naik2009-05-211-0/+1
* Ruby 1.9 stdlib gems don't recognize .pre yetJeremy Kemper2009-05-201-1/+1
* Temporarily bundle rack-test while MockSession is bakingJoshua Peek2009-05-191-0/+2
* Extract generic callbacks middleware from dispatcherJoshua Peek2009-05-171-0/+1
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-171-1/+0
* Cherry-pick core extensionsJeremy Kemper2009-05-131-10/+3
* Wrap dispatcher callbacks around the whole middleware chain. Kill unnecessary...Joshua Peek2009-05-031-1/+0
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-0/+2
* 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 accordin...Joshua Peek2009-04-251-1/+0
* 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
* 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