aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'mainstream/master'Pratik Naik2009-09-302-3/+92
|\
| * Resurrect AC::Benchmarking [#3140 state:resolved]Joshua Peek2009-09-241-0/+92
| * SessionRestoreError belongs in ADJoshua Peek2009-09-231-3/+0
* | Merge commit 'mainstream/master'Pratik Naik2009-09-212-43/+4
|\|
| * Remove global exception catching from ApplicationController.Joshua Peek2009-09-151-42/+3
| * Fix filtering parameters when there are Fixnum or other un-dupable values.Nathaniel Talbott2009-09-101-1/+1
* | Merge commit 'mainstream/master'Pratik Naik2009-08-3110-78/+141
|\|
| * Ensure that blocks are also handled inside the responder.José Valim2009-08-292-23/+36
| * Attempt to render the template inside the responder, so it can be used for ca...José Valim2009-08-292-26/+37
| * And the same thing for BasicYehuda Katz + Carl Lerche2009-08-251-1/+2
| * HTTP Auth should not depend on RenderingControllerYehuda Katz + Carl Lerche2009-08-251-1/+2
| * Redirector had an undeclared dependency on Logger.Yehuda Katz + Carl Lerche2009-08-251-0/+3
| * Modify Digest and Basic to take a request so they can be used outside of the ...Yehuda Katz + Carl Lerche2009-08-251-7/+7
| * ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-251-7/+1
| * Move legacy param_parsers config onto AD::ParamsParserJoshua Peek2009-08-211-6/+0
| * Got tests to pass with some more changes.Yehuda Katz2009-08-151-7/+15
| * Caches and cache clearing seems to actually work, but the actual architecture...Yehuda Katz2009-08-151-0/+32
| * Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-08-134-17/+22
| |\
| | * More perf work:Yehuda Katz2009-08-113-14/+17
| | * Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-112-3/+5
| * | Ensure collections are not treated as nested resources.José Valim2009-08-132-7/+8
| |/
* / Use a more idiomatic redirect_to example in the flash docsJeffrey Hardy2009-08-271-1/+1
|/
* Allow to configure trusted proxies via ActionController::Base.trusted_proxies...Felipe Talavera2009-08-091-0/+2
* Make http digest work with different server/browser combinationsJosé Valim2009-08-091-1/+2
* Fix HTTP basic authentication for long credentials [#2572 state:resolved]Jan Schwenzien2009-08-091-1/+1
* Renamed ActionController::Renderer to ActionController::Responder and ActionC...José Valim2009-08-082-25/+25
* First pass at making partial rendering an Object. More cleanup to come.Yehuda Katz2009-08-081-3/+0
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-077-211/+250
* Encapsulate respond_with behavior in a presenter.José Valim2009-08-071-190/+165
* Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...José Valim2009-08-071-0/+31
* Add nagivational behavior to respond_with.José Valim2009-08-072-50/+114
* Merge branch 'master' of git://github.com/rails/rails into oldJosé Valim2009-08-071-13/+2
|\
| * Get all ActionController partial rendering to use ActionView's partial code. ...Yehuda Katz2009-08-071-13/+2
* | Merge branch 'master' of git://github.com/rails/rails into oldJosé Valim2009-08-071-47/+81
|/
* Start cleaning up partial pathYehuda Katz2009-08-071-1/+1
* ActionController::Metal#to_rack converted to #to_a to match normal rack conve...Yehuda Katz2009-08-061-1/+1
* Update _render_options to reflect the fact that they're publicYehuda Katz2009-08-061-6/+6
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-0623-0/+2618