aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/rendering.rb
Commit message (Expand)AuthorAgeFilesLines
* Initialize symbols instead of mapping to_sym on the set of stringsMarcin Olichwirowicz2015-08-151-2/+2
* Fix a few typos [ci skip]Robin Dupret2015-01-031-1/+1
* Better docs for AbstractControllerclaudiob2014-12-221-6/+7
* Check if the `request` variable isn't nil when calling render_to_stringJoan Karadimov2014-02-201-1/+3
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-2/+2
* Require action_view to fix missing constantPhilipe Fatio2014-02-071-0/+1
* Move the null mime type to request.formatCarlos Antonio da Silva2013-12-231-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* | Require action_view explicitly in AC::BaseŁukasz Strzałkowski2013-12-081-0/+1
* | Retain ActionPack dependency on ActionViewŁukasz Strzałkowski2013-12-051-0/+1
* | Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+2
|/
* calculate the ivars to remove in advance as a set and cache them in aAaron Patterson2013-11-061-8/+2
* use a set and reject to avoid array allocationsAaron Patterson2013-11-061-4/+11
* each_with_object on the view_assigns hashAaron Patterson2013-11-061-3/+1
* use slice to avoid range allocationAaron Patterson2013-11-061-1/+3
* these variables are also privateAaron Patterson2013-11-061-0/+1
* instance_variables returns symbols, so we should use symbols in our listAaron Patterson2013-11-061-1/+1
* Make AC standalone rendering workSantiago Pastorino2013-09-101-2/+5
* Remove BasicRendering testsJosé Valim2013-09-091-9/+1
* Remove remaining coupling with AV in MimeRespondsJosé Valim2013-09-091-0/+7
* Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-091-31/+12
* Move BasicRendering to AbstractControllerŁukasz Strzałkowski2013-09-031-0/+28
* Make Mime::TEXT default format in AbstractControllerŁukasz Strzałkowski2013-09-031-0/+1
* Move skeleton methods from AV to AbsCŁukasz Strzałkowski2013-09-031-7/+19
* Return to using protected_instance_variables in AVŁukasz Strzałkowski2013-09-021-5/+6
* Revert "Port all remaining self.protected_instance_variables to class methods"Łukasz Strzałkowski2013-09-021-5/+11
* Port all remaining self.protected_instance_variables to class methodsŁukasz Strzałkowski2013-08-291-11/+5
* Add #rendered_format method to controllersŁukasz Strzałkowski2013-08-251-0/+5
* Improve AV::Rendering docsŁukasz Strzałkowski2013-08-251-0/+3
* Code formatting & typo fixesŁukasz Strzałkowski2013-08-251-1/+1
* Move protected_instance_variables & view_assigns to AbstractControllerŁukasz Strzałkowski2013-08-251-1/+20
* Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-251-0/+50
* Revert "Rename abstract_controller/rendering. to errors.rb"Łukasz Strzałkowski2013-08-251-0/+9
* Rename abstract_controller/rendering. to errors.rbŁukasz Strzałkowski2013-08-251-9/+0
* Move rendering from AP to AVŁukasz Strzałkowski2013-08-251-187/+0
* Fix typos in AP: "overriden" => "overridden"Carlos Antonio da Silva2013-03-301-1/+1
* Fixed grammarAnupam Choudhury2013-03-281-1/+1
* Improve docs for AbsC::RenderingJosé Valim2013-02-271-3/+11
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-271-1/+1
* remove AV.prepare and move all helper-related logic into the controller. this...Nick Sutterer2012-06-291-3/+13
* Merge pull request #5480 from drogus/rendering-issuesJosé Valim2012-03-171-0/+1
* Symbol#[] method presents in Ruby 1.9Sergey Nartimov2012-01-071-1/+1
* get rid of using instance_variable_names method from ASSergey Nartimov2012-01-071-6/+5
* Remove unecessary config_accessors.José Valim2011-12-241-7/+1
* Some small optimizations and improvements to benchmark code.José Valim2011-12-081-6/+1
* TestCase should respect the view_assigns API instead of pulling variables on ...José Valim2011-10-021-2/+2
* More updates to ivars list.José Valim2011-05-061-1/+1
* Move variables to underscore format, update protected instance variables list.José Valim2011-05-061-6/+22
* More AV::Base cleanup.José Valim2011-05-041-15/+3