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