Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "Auto-load template handlers based on unmatched extensions [#1540 ↵ | Pratik Naik | 2008-12-19 | 1 | -3/+7 | |
| | | | | | | | | | | state:resolved]" This reverts commit e8c1915416579a3840573ca2c80822d96cb31823. Reasons : - ActionPack tests run very slow - Gem.searcher hanging for long time when extension is nil | |||||
* | Auto-load template handlers based on unmatched extensions [#1540 state:resolved] | Nathan Weizenbaum | 2008-12-15 | 1 | -7/+3 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Fixed template lookups from outside the rails root [#1557 state:resolved] | Joshua Peek | 2008-12-11 | 1 | -1/+1 | |
| | ||||||
* | Register bogus template handlers for ActionMailer test fixtures | Joshua Peek | 2008-12-03 | 1 | -1/+1 | |
| | ||||||
* | Validate template extensions [#1187 state:resolved] | Joshua Peek | 2008-12-03 | 1 | -8/+6 | |
| | ||||||
* | fixed template recompile issue with previous commit and add some better ↵ | Joshua Peek | 2008-11-28 | 1 | -0/+18 | |
| | | | | tests so we can make sure it doesn't happen again | |||||
* | prefer autoloading Mime::Type | Joshua Peek | 2008-11-24 | 1 | -2/+0 | |
| | ||||||
* | Fixed missing template paths on exception [#1082 state:resolved] | Claudio Poli | 2008-09-20 | 1 | -4/+9 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Require missing libraries and check for defined ActionController constant so ↵ | Joshua Peek | 2008-08-26 | 1 | -0/+2 | |
| | | | | ActionView can be used standalone | |||||
* | Tidy up ActionMailer rendering logic to take advantage of view path cache ↵ | Joshua Peek | 2008-08-06 | 1 | -1/+9 | |
| | | | | instead of using file system lookups | |||||
* | Just file? | Joshua Peek | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | Memoize ActionView::Base pick_template and find_partial_path for rendering ↵ | Joshua Peek | 2008-07-22 | 1 | -1/+1 | |
| | | | | duration | |||||
* | Set the response content type to that of found template if not explicitly ↵ | Tom Ward | 2008-07-18 | 1 | -0/+5 | |
| | | | | | | set elsewhere [#444 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Changed ActiveSupport::Memoizable API to extend since it mainly adds the ↵ | Joshua Peek | 2008-07-18 | 1 | -1/+1 | |
| | | | | memoize class method | |||||
* | memorize typo | Joshua Peek | 2008-07-14 | 1 | -6/+6 | |
| | ||||||
* | Include Memoizable in ActionView::Template | Joshua Peek | 2008-07-14 | 1 | -25/+15 | |
| | ||||||
* | Eager load Partial variable_name and counter_name. Tidy up ↵ | Joshua Peek | 2008-07-14 | 1 | -15/+9 | |
| | | | | render_partial_collection. | |||||
* | Refactor template preloading. New abstractions include Renderable mixins and ↵ | Joshua Peek | 2008-07-12 | 1 | -54/+84 | |
| | | | | a refactored Template class. | |||||
* | Added local assign keys to compiled method name so two threads evaluating ↵ | Joshua Peek | 2008-07-06 | 1 | -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 Peek | 2008-07-05 | 1 | -2/+2 | |
| | | | | using a "methods_names" hash | |||||
* | Moved complied method name logic into Renderable | Joshua Peek | 2008-07-05 | 1 | -1/+8 | |
| | ||||||
* | Renamed Renderer to Renderable | Joshua Peek | 2008-07-05 | 1 | -1/+1 | |
| | ||||||
* | Revert "Moved TemplateHandlers to Base" | Joshua Peek | 2008-07-03 | 1 | -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 module | Joshua Peek | 2008-07-03 | 1 | -27/+6 | |
| | ||||||
* | Moved TemplateHandlers to Base | Joshua Peek | 2008-07-03 | 1 | -2/+5 | |
| | ||||||
* | Deprecate :use_full_path render option. The supplying the option no longer ↵ | Joshua Peek | 2008-07-02 | 1 | -18/+21 | |
| | | | | has an effect. | |||||
* | Replaced TemplateFinder abstraction with ViewLoadPaths | Joshua Peek | 2008-06-17 | 1 | -19/+25 | |
| | ||||||
* | Moved template handler registration into a mix-in module. | Joshua Peek | 2008-06-11 | 1 | -65/+26 | |
| | ||||||
* | Make sure cache_template_loading works and don't use to_prepare callback | Pratik Naik | 2008-06-11 | 1 | -0/+1 | |
| | ||||||
* | Removed TemplateFinder.update_extension_cache_for since view path cache will ↵ | Joshua Peek | 2008-06-09 | 1 | -1/+0 | |
| | | | | be updated on boot. | |||||
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -2/+2 | |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Capture view errors in ActionView::Template. | Nathan Weizenbaum | 2008-05-02 | 1 | -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 ActionView | Pratik Naik | 2008-04-19 | 1 | -6/+10 | |
| | ||||||
* | Introduce ActionView::InlineTemplate class | Pratik Naik | 2008-04-19 | 1 | -13/+9 | |
| | ||||||
* | Moved template handlers related code from ActionView::Base to ↵ | Pratik Naik | 2008-03-05 | 1 | -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 Koziarski | 2008-03-03 | 1 | -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 Koziarski | 2008-02-06 | 1 | -0/+65 | |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8805 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |