aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/rendering.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Change description of BasicRendering#renderŁukasz Strzałkowski2013-08-251-1/+1
* Simplify if statementsŁukasz Strzałkowski2013-08-251-6/+4
* Describe BasicRendering shortlyŁukasz Strzałkowski2013-08-251-0/+4
* Extend basic rendering, test it in railtiesŁukasz Strzałkowski2013-08-251-3/+16
* Fist stab on basic renderingŁukasz Strzałkowski2013-08-251-0/+18
* Add #rendered_format method to controllersŁukasz Strzałkowski2013-08-251-4/+4
* Revert "Move setting content_type to AV"Łukasz Strzałkowski2013-08-251-0/+1
* Move setting content_type to AVŁukasz Strzałkowski2013-08-251-1/+0
* Hook up AV::Rendering on AV intializationŁukasz Strzałkowski2013-08-251-2/+0
* Move rendering from AP to AVŁukasz Strzałkowski2013-08-251-1/+1
* Return nil for Mime::NullType#refAndrew White2013-04-101-1/+1
* Reverts rendering behavior when format is unknownGrzegorz Świrski2013-04-101-1/+1
* format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-221-1/+1
* Move render_to_body logic to return a spaced string to AC::RenderingCarlos Antonio da Silva2012-01-171-0/+4
* Refactor render nothing/text => nil logic, and move to right placeCarlos Antonio da Silva2012-01-171-0/+4
* Do not inherit from Rack::Response, remove a shit-ton of unused code.José Valim2011-04-191-0/+11
* Use Mime::Type references.José Valim2011-02-081-1/+1
* Fix indentationSantiago Pastorino2010-11-201-24/+23
* Rendering doesn't need RackDelegationwycats2010-10-101-1/+0
* Ensure controller filters are executed before stuff starts to happen.José Valim2010-03-131-1/+1
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-10/+11
* Finally moved the find template logic to the views.José Valim2010-03-081-29/+12
* More refactoring. Split _normalize_args and _normalize_options concerns.José Valim2010-03-081-6/+13
* Move layout lookup to views.José Valim2010-03-081-1/+1
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-1/+0
* Merge _details_defaults and details_for_renderCarlhuda2010-03-011-4/+0
* Change AV formats so they can delegate to the controller. Now users (or plugi...Carlhuda2010-03-011-1/+5
* Renamed LocalizedCache to DetailsCache.José Valim2010-02-241-1/+1
* Cleanup render callstack and make render(:json => {}, :status => 401) work ag...José Valim2010-02-241-23/+14
* Include missing modules.José Valim2010-02-221-1/+1
* Update RendererYehuda Katz2010-02-181-5/+4
* Ensure render :text => resource first tries to invoke :to_text on itJosé Valim2010-02-161-0/+7
* Fix rendering of layouts.José Valim2010-01-291-5/+0
* Move double render check out of AbstractController.José Valim and Mikel Lindsaar2010-01-231-0/+4
* Ensure strings given to render with slash are rendered relative to the config...José Valim2010-01-221-12/+24
* Bring normalize behavior to AbstractController::RenderingJosé Valim2010-01-201-3/+4
* Expose a _render_partial hook as thhe _render_template one and make use of it.José Valim2009-12-311-6/+6
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-0/+57