aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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