aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tiny fixes to rdocAlexey Mahotkin2010-09-161-1/+1
* Removing RJS hackThiago Pradi2010-09-021-5/+0
* Remove NonConcattingString.José Valim2010-08-291-3/+0
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-1/+1
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+1
* In ActionView::TestCase::Behavior, assign variables right beforeDavid Chelimsky2010-06-231-1/+5
* Adds title and description where needed.Rizwan Reza2010-06-161-4/+6
* removes spurious .rb in requireXavier Noria2010-06-121-1/+1
* adds missing require for having ActiveSupport::InheritableOptions definedXavier Noria2010-06-111-0/+1
* Remove punctuate_body! No code in lib was using it and it had no documentation.José Valim2010-06-101-6/+0
* class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-10/+7
* Make AP test suite green once again and speed up performance in layouts looku...José Valim2010-06-071-1/+1
* Optimize LookupContextwycats2010-06-041-0/+1
* Base options cant live in lazy loaded helpers as they then wont be available ...David Heinemeier Hansson2010-05-311-0/+4
* Avoid instance variable @output_buffer not initializedSantiago Pastorino2010-05-191-1/+2
* Only run load hooks once a file has been fully loaded.Nathan Weizenbaum2010-04-271-2/+2
* revises some <%= in rdocXavier Noria2010-04-051-1/+2
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-1/+6
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+2
* Eliminate an error from an implicit dependency on AV::Basewycats2010-03-191-21/+0
* Each controller class has it's own view context subclass. This removes the ne...Carlhuda2010-03-181-32/+0
* All tests pass without memoizing view_contextCarlhuda2010-03-181-2/+0
* Use Array.wrap not Array()Jeremy Kemper2010-03-171-1/+2