aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template.rb
Commit message (Expand)AuthorAgeFilesLines
* Use a constant proc to generate ActionView::Template finalizers. For some str...Aman Gupta2010-04-041-3/+3
* Fix memory leak in dev modewycats2010-04-021-0/+9
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-8/+4
* Mark bang instrumentations as something that you shuold not be listening to.José Valim2010-03-171-8/+3
* Modify assert_template to use instrumentationCarlhuda2010-03-171-2/+6
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-1/+0
* Fix rendering of HTML partials inside JS templates [#4197 status:resolved]José Valim2010-03-161-0/+2
* Clean up the API required from ActionView::Template.José Valim2010-03-091-16/+16
* Rename Template::Lookup to LookupContext.José Valim2010-03-081-1/+0
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-0/+1
* Fix t('.helper').José Valim2010-01-261-2/+2
* Break instrumentation into several end-points so rendering of partials can be...José Valim2009-12-261-4/+2
* Dead codeYehuda Katz2009-12-241-15/+0
* Flip deferrable autoload conventionJoshua Peek2009-12-221-6/+8
* Reorganize autoloads:Carlhuda2009-12-021-0/+138
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-235/+0
* Fix performance regressionJeremy Kemper2009-01-161-1/+1
* Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-4/+81
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-0/+28
* Revert "Auto-load template handlers based on unmatched extensions [#1540 stat...Pratik Naik2008-12-191-3/+7
* Auto-load template handlers based on unmatched extensions [#1540 state:resolved]Nathan Weizenbaum2008-12-151-7/+3
* Fixed template lookups from outside the rails root [#1557 state:resolved]Joshua Peek2008-12-111-1/+1
* Register bogus template handlers for ActionMailer test fixturesJoshua Peek2008-12-031-1/+1
* Validate template extensions [#1187 state:resolved]Joshua Peek2008-12-031-8/+6
* fixed template recompile issue with previous commit and add some better tests...Joshua Peek2008-11-281-0/+18
* prefer autoloading Mime::TypeJoshua Peek2008-11-241-2/+0
* Fixed missing template paths on exception [#1082 state:resolved]Claudio Poli2008-09-201-4/+9
* Require missing libraries and check for defined ActionController constant so ...Joshua Peek2008-08-261-0/+2
* Tidy up ActionMailer rendering logic to take advantage of view path cache ins...Joshua Peek2008-08-061-1/+9
* Just file?Joshua Peek2008-07-231-1/+1
* Memoize ActionView::Base pick_template and find_partial_path for rendering du...Joshua Peek2008-07-221-1/+1
* Set the response content type to that of found template if not explicitly set...Tom Ward2008-07-181-0/+5
* Changed ActiveSupport::Memoizable API to extend since it mainly adds the memo...Joshua Peek2008-07-181-1/+1
* memorize typoJoshua Peek2008-07-141-6/+6
* Include Memoizable in ActionView::TemplateJoshua Peek2008-07-141-25/+15
* Eager load Partial variable_name and counter_name. Tidy up render_partial_col...Joshua Peek2008-07-141-15/+9
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-54/+84
* Added local assign keys to compiled method name so two threads evaluating the...Joshua Peek2008-07-061-1/+1
* Lookup compiled methods in CompiledTemplates instance methods set instead of ...Joshua Peek2008-07-051-2/+2
* Moved complied method name logic into RenderableJoshua Peek2008-07-051-1/+8
* Renamed Renderer to RenderableJoshua Peek2008-07-051-1/+1
* Revert "Moved TemplateHandlers to Base"Joshua Peek2008-07-031-6/+2
* Extracted Template rendering logic into Renderer moduleJoshua Peek2008-07-031-27/+6
* Moved TemplateHandlers to BaseJoshua Peek2008-07-031-2/+5
* Deprecate :use_full_path render option. The supplying the option no longer ha...Joshua Peek2008-07-021-18/+21
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-19/+25
* Moved template handler registration into a mix-in module.Joshua Peek2008-06-111-65/+26
* Make sure cache_template_loading works and don't use to_prepare callbackPratik Naik2008-06-111-0/+1
* Removed TemplateFinder.update_extension_cache_for since view path cache will ...Joshua Peek2008-06-091-1/+0
* Merge docrails.Pratik Naik2008-05-251-2/+2