aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base
Commit message (Expand)AuthorAgeFilesLines
* Allow Module#depends_on to accept multiple modulesPratik Naik2009-05-211-4/+1
* Made ActionController::Verification work with new_basePratik Naik2009-05-211-3/+9
* Make ActionController::Flash work with new_basePratik Naik2009-05-211-22/+52
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-108/+107
* Ported simple benchmarking in new baseYehuda Katz + Carl Lerche2009-05-181-1/+1
* Ensure HTTP Digest auth uses appropriate HTTP method [#2490 state:resolved] [...Pratik Naik2009-05-181-1/+2
* Rescue hack was supposed to be removed. Some how it crept back in.Joshua Peek2009-05-171-3/+2
* Simplify filter_chain method implementation [#2327 state:resolved]Thomas E. Glasgow2009-05-171-6/+1
* Ported Rescuable to new baseYehuda Katz + Carl Lerche2009-05-151-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-134-3/+11
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-1/+3
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-113-16/+67
|\
| * Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-022-7/+52
| * 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-022-5/+0
* | Implement FooController.action(:name)Yehuda Katz2009-05-021-16/+11
|/
* Fix render :json => nil [#2589 state:resolved]Jeremy Kemper2009-04-301-1/+2
* 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-282-2/+4
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-272-8/+19
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-271-9/+5
* Check for to_str rather than StringJeremy Kemper2009-04-261-1/+1
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-8/+2
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-1/+1
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-222-2/+7
* Rack::Utils.body_to_s doesn't exist in 1.0Jeremy Kemper2009-04-221-1/+3
* Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...Jeremy Kemper2009-04-211-5/+9
* render_for_text pushes a body part instead of replacing the whole bodyJeremy Kemper2009-04-171-10/+11
* Don't check authenticity tokens for any AJAX requestsRoss Kaffenburger and Bryan Helmkamp2009-04-151-1/+2
* Move MimeResponds into base folderJoshua Peek2009-04-141-0/+190
* Session management belongs in base folderJoshua Peek2009-04-141-0/+54
* Backwords compat alias for ActionController::Request and ActionController::Re...Joshua Peek2009-04-141-0/+1
* Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-132-4/+7
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-138-40/+123
* 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-303-25/+175
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-272-36/+3
* Reorganize ActionController folder structureJoshua Peek2009-01-2715-0/+3493