aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Hash Syntax to 1.9 related changesAvnerCohen2012-10-291-1/+1
* Add ActionView::Base.default_formatsPiotr Sarnacki2012-08-281-0/+3
* Remove comment about getting rid of old AV::Base.new behaviorPiotr Sarnacki2012-08-281-2/+0
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* removing the AV::Base.helpers class attribute as it is not needed.Nick Sutterer2012-06-291-1/+0
* remove AV.prepare and move all helper-related logic into the controller. this...Nick Sutterer2012-06-291-16/+0
* Move require to where it's neededSantiago Pastorino2012-05-111-0/+1
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-1/+1
* minor elsif/else typo fixTieg Zaharia2012-04-031-1/+1
* Make controller namespace partial prefix optionalGrant Hutchins2012-03-281-0/+6
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-2/+0
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+2
* Remove delegation to ActionController::BaseRafael Mendonça França2012-01-181-1/+0
* ActionView now has its own loggerRafael Mendonça França2012-01-181-0/+1
* Remove deprecated and not used methodCarlos Antonio da Silva2012-01-121-6/+0
* Merge pull request #4117 from lest/remove-deprecatedJosé Valim2012-01-051-1/+0
|\
| * remove status_code from AD::ShowExceptions and useless requiresSergey Nartimov2011-12-211-1/+0
* | Use Kernel#Array instead of Array.wrap in view_pathsRafael Mendonça França2012-01-051-2/+1
|/
* Use do end for multiline block.Uģis Ozols2011-12-051-2/+2
* .rhtml and .rxml was removed in Rails 3.Uģis Ozols2011-12-051-2/+2
* Improve examples: use each instead of for...inGabe Berke-Williams2011-08-311-1/+1
* deprecating process_view_pathsAaron Patterson2011-08-091-0/+2
* config should always be an AS::InheritableOptions object. Closes #1992Santiago Pastorino2011-07-081-1/+1
* Follow code conventions on docsSebastian Martinez2011-05-101-5/+5
* More AV::Base cleanup.José Valim2011-05-041-28/+29
* no @controller dependency in Renderers.Nick Sutterer2011-05-041-2/+3
* Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).José Valim2011-05-011-6/+3
* Streaming docs.José Valim2011-05-011-1/+0
* Remove view dependency from AV::Renderer.José Valim2011-05-011-8/+15
* More cleanup and moving responsibilities around.José Valim2011-05-011-10/+9
* Remove more dependencies from the view.José Valim2011-05-011-5/+1
* Remove dependency from _template.José Valim2011-05-011-1/+2
* Start abstracting the renderer.José Valim2011-05-011-1/+4
* Output a redirect to the 500 page if something happens when streaming.José Valim2011-04-191-0/+6
* The magic medicine worked.José Valim2011-04-161-1/+1
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...José Valim2011-04-161-46/+1
* Initial work on fibered layout.José Valim2011-04-161-6/+47
* removes RJS documentation from AV::BaseXavier Noria2011-04-131-25/+1
* removes debug_rjs from ActionView::BaseXavier Noria2011-04-131-5/+0
* s/ERb/ERB/gAkira Matsuda2011-04-031-5/+5
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-12-291-1/+1
|\
| * for ... in => each ... doAkira Matsuda2010-12-251-1/+1
* | all tests passartemave2010-12-261-2/+2
|/
* Bring back config.action_view.cache_template_loading [#5847 state:resolved]Piotr Sarnacki2010-12-161-0/+8
* make it clear that recompilation happens only inNeeraj Singh2010-11-271-2/+2
* render :once should consider the current controller prefix.José Valim2010-10-141-0/+4
* Clean up unused methods from AV::Base and pass in the template object on rend...José Valim2010-10-101-16/+13
* Clean up the house before moving in the new furniture.José Valim2010-10-101-3/+6
* Compile ActionController::Base.config's methods to avoid method_missing overh...thedarkone2010-09-271-2/+1