aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not deprecate performed?José Valim2012-01-191-0/+4
* Fix AC::Metal#response_body= to store same value on Ruby 1.8 and 1.9Akira Matsuda2011-11-071-1/+7
* make our constructor signature match the superclassAaron Patterson2011-04-171-1/+1
* Add docs for ActionController::Metal class methodsGabriel Horner2011-03-281-1/+5
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-7/+56
|\
| * revises a metal exampleXavier Noria2011-02-021-4/+4
| * copy-edits 2446b13Xavier Noria2011-02-021-14/+13
| * Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-021-5/+55
| |\
| | * Provide documentation for ActionController::MetalBernerd Schaefer2011-02-021-5/+55
| |/ |/|
| * If I want to set respond_body to nil then itNeeraj Singh2011-01-251-1/+1
|/
* Fix a few bugs when trying to use Head standalonewycats2010-10-101-0/+5
* Fix tests on 1.9.2.José Valim2010-09-281-0/+1
* Initialize @_request and @_response.Emilio Tagua2010-09-271-1/+3
* added block arguments to ActionController::Metal#useCollin Miller2010-09-121-3/+3
* Ensure that env is always available in controllersPiotr Sarnacki2010-09-031-1/+5
* cleanup of ActionController::Metal inline documentationJoost Baaij2010-08-261-15/+13
* Fixes for "router" and "routes" terminologyWincent Colaiuta2010-07-031-1/+1
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-1/+1
* Fix controller_name for non default controller paths [#4901 state:resolved]knapo2010-06-231-1/+1
* Remove a relic of #request being in RackDelegationwycats2010-06-191-2/+9
* Add :only and :except to controllers MiddlewareStack. This allowsJosé Valim2010-05-301-3/+45
* Return a valid Rack response from bare ActionController::MetalCarlhuda2010-03-181-1/+7
* Eliminate warnings for AM on 1.8wycats2010-03-161-1/+5
* Simplify the action endpoint:Carlhuda2010-03-081-25/+9
* Add missing super call in AC::Metal. [#4085 status:resolved]José Valim2010-03-031-0/+1
* Update AP to start locking down a public API. This work is parallel to some d...Yehuda Katz2010-02-161-0/+8
* Convert to class_attributeJeremy Kemper2010-02-011-2/+7
* Expose last controller in rack env["action_controller.instance"]Joshua Peek2010-01-201-0/+1
* controller_path is required by ActionView, so move it up to AbstractControlle...José Valim2009-12-311-15/+0
* Silence some trivial warnings: shadowed local vars, indentation mismatchesJeremy Kemper2009-12-281-1/+1
* AD::StatusCodes support is now part of rackJoshua Peek2009-12-221-1/+1
* AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...Yehuda Katz2009-12-201-0/+5
* Rename RackConvenience => RackDelegationJoshua Peek2009-12-201-3/+3
* Renamed Redirector to Redirecting (its a module, not a class)David Heinemeier Hansson2009-12-201-1/+1
* Update AC::Middleware to play better with the normal AC::Metal stack. This re...Yehuda Katz2009-11-051-3/+3
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-0/+4
* Uses extlib_inheritable_accessorJeremy Kemper2009-09-141-0/+2
* Memoize in the endpoint.Yehuda Katz2009-09-121-5/+10
* Add per-controller middlewareYehuda Katz2009-09-121-1/+14
* Create new ActionController::Middleware class that will work as a normal Rack...Yehuda Katz2009-08-261-22/+0
* ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-251-5/+35
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-2/+0
* ActionController::Metal#to_rack converted to #to_a to match normal rack conve...Yehuda Katz2009-08-061-2/+2
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+99