aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Fixes expires_now and cleans things up a bitYehuda Katz2009-10-262-12/+11
* Fix `rake routes` method name output [#3422 state:resolved]Joshua Peek2009-10-261-2/+7
* Splat calls to_a not to_ary [#3423 state:resolved]Joshua Peek2009-10-261-1/+1
* Restore `rake routes` [#3402 state:resolved]Joshua Peek2009-10-245-13/+54
* New routing dslJoshua Peek2009-10-204-787/+1101
* Group together all the old routing dsl logicJoshua Peek2009-10-203-209/+199
* Move Routing into ADJoshua Peek2009-10-203-0/+1767
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
* Make IntegrationTest::Runner propagate method_missing to ancestors.George Ogata2009-10-151-2/+6
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-1/+1
* Use "run_callbacks :foo" since it is the public api for callbacks [#3329Joshua Peek2009-10-121-3/+3
* Avoid super in define_method for RubiniusYehuda Katz2009-10-091-1/+6
* Coerce all out going body parts to StringsJoshua Peek2009-10-051-0/+29
* Initialize a new instance of Rails.application during integration testsCarl Lerche2009-09-301-1/+1
* Move middleware and route configuration from AC::Dispatcher to Rails applicat...Joshua Peek2009-09-261-2/+3
* Allow setting a default application for all integration testsJoshua Peek2009-09-261-2/+20
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-261-2/+3
* Move Rails::Static into ActionDispatchJoshua Peek2009-09-261-0/+44
* Extract "parse_config" into ADJoshua Peek2009-09-251-0/+20
* Fix generic url rewriter in integration testsJoshua Peek2009-09-251-1/+1
* SessionRestoreError belongs in ADJoshua Peek2009-09-233-9/+12
* Move integration test runner into ActionDispatchJoshua Peek2009-09-232-0/+495
* Fixes Sam Ruby tests suite.José Valim2009-09-211-6/+1
* Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-201-23/+38
* 1.9 fix for changes to #to_s. By Sam Ruby. [#3228 state:resolved]Yehuda Katz2009-09-181-2/+2
* Beef up AD::Rescue to replace global exception handling lost in ApplicationCo...Joshua Peek2009-09-151-4/+16
* Lazy require memcache for session middlewareJoshua Peek2009-09-131-40/+35
* CookieStore should not be derived from Hash - reverting [#2268 state:resolved]Jay Pignata2009-09-031-1/+1
* If session_options[:id] is requested when using CookieStore, unmarshal the se...Jay Pignata2009-09-031-3/+14
* rack-test 0.4.2 has rack 1.1.pre goodies, we'll use it insteadJoshua Peek2009-08-311-297/+2
* Back off rack 1.1-pre and bundle in the new testing goodiesJoshua Peek2009-08-3152-5414/+297
* Switch over to rack-test gemJoshua Peek2009-08-317-641/+0
* SessionHash#update and SessionHash#delete are missing a call to load! [#3056 ...Joshua Peek2009-08-311-0/+2
* Require necessary active_support files in cookie storeCarl Lerche2009-08-261-0/+2
* Rework Middleware stack to match the Rack middleware protocol more closelyYehuda Katz + Carl Lerche2009-08-251-3/+3
* ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-251-1/+4
* Move legacy param_parsers config onto AD::ParamsParserJoshua Peek2009-08-211-5/+7
* Adding a call to logger from params_parser to give detailed debug information...Jay Pignata2009-08-151-0/+6
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-24/+12
* More perf work:Yehuda Katz2009-08-112-58/+63
* Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-111-36/+56
* This change causes some failing tests, but it should be possible to make them...Yehuda Katz2009-08-111-11/+12
* Allow to configure trusted proxies via ActionController::Base.trusted_proxies...Felipe Talavera2009-08-091-2/+2
* Add :redirect to the testable RJS statements [#2612 state:resolved]Jon Wood2009-08-091-3/+10
* Remove legacy processing and content_lengthYehuda Katz2009-08-021-40/+10
* Update cache_control to be a Hash of options that is used to build the header.Yehuda Katz2009-08-021-5/+19
* Remove last TODO.José Valim2009-07-291-1/+1
* Remove Mime::ALL from Mime::SET.José Valim2009-07-291-2/+4
* Refactor even more Responder. Move mime negotiation to request and added resp...José Valim2009-07-291-8/+34
* Small changes to get 1.9 passing (for the most part)Yehuda Katz2009-06-231-1/+1