aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Whoops, I guess we broke layouts ;)Yehuda Katz + Carl Lerche2009-06-151-6/+0
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-858/+147
* Remove unnecessary asset_host initializationPratik Naik2009-05-231-1/+0
* Move FilterParameterLogging to a stand alone module and make it work on new basePratik Naik2009-05-221-57/+1
* Rescue hack was supposed to be removed. Some how it crept back in.Joshua Peek2009-05-171-3/+2
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+2
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-12/+17
|\
| * Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-7/+2
| * Deprecate Controller.process interfaceJoshua Peek2009-05-021-0/+1
| * Switch functional tests to run through the rack interface instead of processJoshua Peek2009-05-021-4/+8
| * Deprecate assert_redirect_to's partial hash matchingJoshua Peek2009-05-021-1/+0
* | Implement FooController.action(:name)Yehuda Katz2009-05-021-16/+11
|/
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-1/+2
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-1/+3
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-5/+15
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-271-9/+5
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-8/+2
* Backwords compat alias for ActionController::Request and ActionController::Re...Joshua Peek2009-04-141-0/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-9/+41
* Updated old AC::Base for small changes to AVYehuda Katz and Carl Lerche2009-04-081-1/+1
* Some merge cleanupYehuda Katz2009-02-021-2/+2
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-1/+1
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-3/+3
* Reorganize ActionController folder structureJoshua Peek2009-01-271-0/+904