| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't try to strip out the controller name if default_action_name is nil | Marcel Molina | 2005-12-20 | 1 | -0/+1 |
* | Make ActionController's render honor the :locals option when rendering a :fil... | Sam Stephenson | 2005-11-22 | 2 | -0/+2 |
* | Add support for new rjs templates which wrap an update_page block. | Marcel Molina | 2005-11-17 | 1 | -0/+2 |
* | Controllers with acronyms in their names (e.g. PDFController) require the cor... | Jeremy Kemper | 2005-11-08 | 1 | -0/+3 |
* | Fix that render :text didn't interpolate instance variables (Closes #2629, #2... | David Heinemeier Hansson | 2005-10-28 | 1 | -1/+1 |
* | Reset template variables after using render_to_string. Closes #2559 | Nicholas Seckar | 2005-10-25 | 1 | -0/+1 |
* | Unit tests and fixtures for multipart posts. | Jeremy Kemper | 2005-09-28 | 5 | -0/+25 |
* | Fixed that render :partial would fail when :object was a Hash (due to backwar... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+1 |
* | Yield @content_for_ variables to templates #2058 [Sam Stephenson] | Jamis Buck | 2005-09-01 | 1 | -0/+2 |
* | Demonstrate breakage better | David Heinemeier Hansson | 2005-07-27 | 2 | -1/+2 |
* | Added two failing tests for partials with locals from controller | David Heinemeier Hansson | 2005-07-27 | 1 | -1/+1 |
* | Fixed regression for content_for #1820 [Stefan Kaes] | David Heinemeier Hansson | 2005-07-24 | 2 | -1/+3 |
* | Added test for template to layout variable transfer | David Heinemeier Hansson | 2005-07-23 | 2 | -0/+4 |
* | Improved rendering speed on complicated templates by up to 25% #1234 [Stephan... | David Heinemeier Hansson | 2005-07-21 | 2 | -0/+6 |
* | r2874@asus: jeremy | 2005-07-05 16:13:39 -0700 | Jeremy Kemper | 2005-07-05 | 1 | -1/+1 |
* | Fix broken capture test | Jamis Buck | 2005-07-04 | 1 | -3/+3 |
* | Added JavascriptHelper#update_element_function, which returns a Javascript fu... | David Heinemeier Hansson | 2005-07-03 | 2 | -0/+13 |
* | Fixed double-singularization on scaffolded pagination call (Address would be ... | David Heinemeier Hansson | 2005-06-15 | 1 | -0/+1 |
* | Added that render_partial called from a controller will use the action name a... | David Heinemeier Hansson | 2005-04-17 | 1 | -0/+1 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 2 | -0/+4 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 2 | -4/+0 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 2 | -0/+4 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 10 | -0/+29 |