aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderable.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent assert_template failures when a render :inline is called before rende...Luke Melia2008-11-171-1/+3
* Ensure @content_for_* is checked before yielding to block in render :layout [...Ryan Bates2008-10-281-1/+1
* Track rendered templates in stack so the current template can always be acces...Joshua Peek2008-10-281-3/+9
* Stopped logging template compiles as it only clogs up the logDavid Heinemeier Hansson2008-09-091-4/+1
* Check for uninitialized instance variablesJeremy Kemper2008-09-081-7/+7
* Prefix ActionView::Base private methods with an underscoreJoshua Peek2008-08-311-4/+4
* Move copying ivar logic from ActionController::Base to ActionView::BasePratik Naik2008-08-311-1/+1
* defined? has no boundsJoshua Peek2008-08-261-1/+1
* Require missing libraries and check for defined ActionController constant so ...Joshua Peek2008-08-261-1/+1
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-1/+1
* pass yielded arguments to block for ActionView::Base#render with :layout [#84...Ryan Bates2008-08-171-1/+8
* Simplifying usage of ETags and Last-Modified and conditional GET requestsJeremy Kemper2008-08-071-3/+3
* Fixed bc5896e, and added test case for the caching bug it originally introduced.Joshua Peek2008-07-231-1/+1
* Set the response content type to that of found template if not explicitly set...Tom Ward2008-07-181-1/+4
* Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...Joshua Peek2008-07-181-3/+3
* Changed ActiveSupport::Memoizable API to extend since it mainly adds the memo...Joshua Peek2008-07-181-2/+2
* Fixed template recompile logic [#630 state:resolved]Stefan Kaes2008-07-161-22/+31
* Removed config.action_view.cache_template_loading, use config.cache_classes i...Joshua Peek2008-07-151-1/+1
* memorize typoJoshua Peek2008-07-141-2/+2
* Include Memoizable in ActionView::TemplateJoshua Peek2008-07-141-9/+6
* Eager load Partial variable_name and counter_name. Tidy up render_partial_col...Joshua Peek2008-07-141-2/+7
* Move dead recompile_template? alsoJeremy Kemper2008-07-141-5/+2
* Made ActionView::Base#first_render a little more private. And added _last_ren...Joshua Peek2008-07-131-2/+2
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-20/+61
* Changed ActionView::TemplateHandler#render API method signature to render(tem...Joshua Peek2008-07-111-1/+1
* Added local assign keys to compiled method name so two threads evaluating the...Joshua Peek2008-07-061-1/+7
* Lookup compiled methods in CompiledTemplates instance methods set instead of ...Joshua Peek2008-07-051-4/+3
* Moved complied method name logic into RenderableJoshua Peek2008-07-051-0/+4
* Renamed Renderer to RenderableJoshua Peek2008-07-051-0/+29