| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed that render :partial would fail when :object was a Hash (due to backwar... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+4 |
* | Yield @content_for_ variables to templates #2058 [Sam Stephenson] | Jamis Buck | 2005-09-01 | 1 | -1/+3 |
* | Add dummy ActionView::Base.cache_template_loading accessor -- will be made fu... | Nicholas Seckar | 2005-08-29 | 1 | -0/+3 |
* | Render refactoring; render error reporting fixes | Nicholas Seckar | 2005-08-26 | 1 | -104/+69 |
* | More fixes, but still broken | David Heinemeier Hansson | 2005-07-27 | 1 | -2/+3 |
* | Fixing the fix, but not quite | David Heinemeier Hansson | 2005-07-27 | 1 | -0/+4 |
* | Document the design of the compiled templates approach and tweak the expirati... | David Heinemeier Hansson | 2005-07-26 | 1 | -4/+8 |
* | Improved performance of test app req/sec with ~10% refactoring the render met... | David Heinemeier Hansson | 2005-07-24 | 1 | -1/+5 |
* | Caching template logging goes DEBUG | David Heinemeier Hansson | 2005-07-23 | 1 | -4/+10 |
* | Extended template caching to rxml and attempted to fix periodical caching iss... | David Heinemeier Hansson | 2005-07-23 | 1 | -40/+49 |
* | Fixed call on inline with new render_template #1808 [Michael Shuerig] | David Heinemeier Hansson | 2005-07-22 | 1 | -1/+1 |
* | Fixed changing templates in development mode [Stephan Kaes] | David Heinemeier Hansson | 2005-07-22 | 1 | -2/+3 |
* | Changed caching/expiration/hit to report using the DEBUG log level and errors... | David Heinemeier Hansson | 2005-07-22 | 1 | -3/+3 |
* | Use debug to report compilation of erb templates | David Heinemeier Hansson | 2005-07-22 | 1 | -6/+4 |
* | Fixed compile of template fails if template name contains non-word character ... | David Heinemeier Hansson | 2005-07-22 | 1 | -2/+3 |
* | Improved rendering speed on complicated templates by up to 25% #1234 [Stephan... | David Heinemeier Hansson | 2005-07-21 | 1 | -43/+90 |
* | Fixed line number reporting for Builder template errors #1753 [piotr] | David Heinemeier Hansson | 2005-07-15 | 1 | -1/+1 |
* | Make render(:inline) use locals #1556 [Michael Shuerig] | David Heinemeier Hansson | 2005-07-01 | 1 | -1/+3 |
* | r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700 | Jeremy Kemper | 2005-06-15 | 1 | -11/+1 |
* | Made Action View work with the new render :file/:partial style from the contr... | David Heinemeier Hansson | 2005-06-02 | 1 | -2/+15 |
* | Include flash in the list of attributes with accessors in the view | David Heinemeier Hansson | 2005-05-20 | 1 | -1/+1 |
* | Added accessors to logger, params, response, session, and headers from the vi... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+2 |
* | Added support for POST data in form of YAML or XML, which is controller throu... | David Heinemeier Hansson | 2005-05-14 | 1 | -1/+1 |
* | Fixed stringification on all assigned hashes. The sacrifice is that assigns[:... | David Heinemeier Hansson | 2005-04-19 | 1 | -1/+1 |
* | Deprecated the majority of all the testing assertions and replaced them with ... | David Heinemeier Hansson | 2005-04-17 | 1 | -2/+2 |
* | Fixed partials handling | David Heinemeier Hansson | 2005-04-16 | 1 | -0/+1 |
* | Added ActionView::Base.register_template_handler for easy integration of an a... | David Heinemeier Hansson | 2005-02-19 | 1 | -15/+42 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -2/+2 |
* | Updated documentation | David Heinemeier Hansson | 2004-12-16 | 1 | -1/+1 |
* | Added option to ERB templates to swallow newlines by using <% if something -%... | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Fixed that cached template loading would still check the file system to see i... | David Heinemeier Hansson | 2004-12-01 | 1 | -1/+2 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+264 |