aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Joshua Peek2008-07-141-15/+9
| | | | render_partial_collection.
* Refactor template preloading. New abstractions include Renderable mixins and ↵Joshua Peek2008-07-121-54/+84
| | | | a refactored Template class.
* Added local assign keys to compiled method name so two threads evaluating ↵Joshua Peek2008-07-061-1/+1
| | | | the same template with different locals don't step on top of each other
* Lookup compiled methods in CompiledTemplates instance methods set instead of ↵Joshua Peek2008-07-051-2/+2
| | | | using a "methods_names" hash
* 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
| | | | | | | | | This reverts commit 42d215a925a228778e43f7040f03ad8f3eb5341c. Conflicts: actionpack/lib/action_view/inline_template.rb actionpack/lib/action_view/template.rb
* 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 ↵Joshua Peek2008-07-021-18/+21
| | | | has an effect.
* 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
| | | | be updated on boot.
* Merge docrails.Pratik Naik2008-05-251-2/+2
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Capture view errors in ActionView::Template.Nathan Weizenbaum2008-05-021-0/+12
| | | | | | | This means that errors raised by partials are caught by ActionView::PartialTemplate, which in turn means they have the proper filename and line number information. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Move missing template logic to ActionViewPratik Naik2008-04-191-6/+10
|
* Introduce ActionView::InlineTemplate classPratik Naik2008-04-191-13/+9
|
* Moved template handlers related code from ActionView::Base to ↵Pratik Naik2008-03-051-1/+39
| | | | | | ActionView::Template git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8981 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-5/+17
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-0/+65
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8805 5ecf4fe2-1ee6-0310-87b1-e25e094e27de