| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline a method used by render_partial. Closes #2881. | Jeremy Kemper | 2005-11-17 | 1 | -9/+6 |
* | Avoid logging code if logger is nil. Closes #2881. | Jeremy Kemper | 2005-11-16 | 1 | -4/+15 |
* | Fixed that an instance variable with the same name as a partial should be imp... | Sam Stephenson | 2005-10-10 | 1 | -1/+6 |
* | Better logging about partials when logger to to debug | David Heinemeier Hansson | 2005-10-01 | 1 | -1/+3 |
* | Streamline render process, code cleaning. Closes #2294. | Nicholas Seckar | 2005-09-27 | 1 | -1/+1 |
* | Fixed that render :partial would fail when :object was a Hash (due to backwar... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+1 |
* | Make rendering an empty partial collection behave like :nothing => true #2080... | Jamis Buck | 2005-09-01 | 1 | -1/+1 |
* | Fixed bug when a partial render was passing a local with the same name as the... | David Heinemeier Hansson | 2005-07-27 | 1 | -1/+1 |
* | Improved performance of test app req/sec with ~10% refactoring the render met... | David Heinemeier Hansson | 2005-07-24 | 1 | -4/+8 |
* | Added note about render_partial_collection #1557 | David Heinemeier Hansson | 2005-07-03 | 1 | -0/+3 |
* | Updated documentation for partials #1171 | David Heinemeier Hansson | 2005-06-21 | 1 | -7/+9 |
* | Fixed that render_partial_collection should always return a string (and not s... | David Heinemeier Hansson | 2005-05-13 | 1 | -1/+2 |
* | Changed render_partial to take local assigns as the second parameter instead ... | David Heinemeier Hansson | 2005-04-16 | 1 | -5/+16 |
* | Fixed partials handling | David Heinemeier Hansson | 2005-04-16 | 1 | -4/+23 |
* | Added render_partial/render_partial_collection from controllers for easier Aj... | David Heinemeier Hansson | 2005-03-09 | 1 | -2/+4 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+1 |
* | Added fourth argument to render_collection_of_partials that allows you to spe... | David Heinemeier Hansson | 2005-01-11 | 1 | -2/+2 |
* | Added that render_partial will always by default include a counter with value... | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+8 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+64 |