aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/mime_responds.rb
Commit message (Expand)AuthorAgeFilesLines
...
* move the setting up of the mime collector into the collector on initJosh Kalderimis2010-11-251-3/+3
* There's no need for ternary op hereSantiago Pastorino2010-11-221-1/+1
* Correctly handle the case of an API response that returns a hash by treating ...Chris Eppstein2010-11-061-1/+1
* doc: cleanup respond_to documentationWincent Colaiuta2010-07-261-9/+12
* Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-1/+1
* Ensure details are frozen after @details_keys lookup. The implementation wait...José Valim2010-03-271-2/+1
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-0/+1
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-0/+1
* Convert to class_attributeJeremy Kemper2010-02-011-9/+12
* Added AbstractController::Collector.José Valim and Mikel Lindsaar2010-01-231-26/+3
* Raise an error if respond_with is invoked and no format is declared.José Valim2010-01-101-3/+6
* Unify class_inheritable_accessor and extlib_inheritable_accessor and allow re...José Valim2009-10-171-6/+3
* Ensure that blocks are also handled inside the responder.José Valim2009-08-291-18/+16
* Attempt to render the template inside the responder, so it can be used for ca...José Valim2009-08-291-21/+28
* Ensure collections are not treated as nested resources.José Valim2009-08-131-2/+3
* Renamed ActionController::Renderer to ActionController::Responder and ActionC...José Valim2009-08-081-13/+13
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-152/+10
* 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-071-47/+110
* Merge branch 'master' of git://github.com/rails/rails into oldJosé Valim2009-08-071-47/+81
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+353