| Commit message (Expand) | Author | Age | Files | Lines |
* | test javascript include with and without application.js | Jeremy Kemper | 2007-01-08 | 1 | -0/+0 |
* | test controller rescues | Jeremy Kemper | 2006-11-13 | 2 | -0/+2 |
* | Fix invalid test fixture exposed by stricter Ruby 1.8.5 multipart parsing. Cl... | Jeremy Kemper | 2006-11-05 | 1 | -0/+0 |
* | Deprecate @response | Jeremy Kemper | 2006-09-29 | 2 | -0/+2 |
* | Deprecate @headers | Jeremy Kemper | 2006-09-29 | 2 | -0/+2 |
* | Deprecate @cookies | Jeremy Kemper | 2006-09-29 | 2 | -0/+2 |
* | Deprecation: @request will be removed after 1.2. Use the request method instead. | Jeremy Kemper | 2006-09-29 | 2 | -0/+2 |
* | use :dependent => :destroy rather than :dependent => true | Jeremy Kemper | 2006-09-22 | 1 | -2/+2 |
* | test default content type for implicit rjs template render | Rick Olson | 2006-09-18 | 1 | -0/+1 |
* | Added that respond_to blocks will automatically set the content type to be th... | David Heinemeier Hansson | 2006-09-17 | 1 | -0/+1 |
* | Added proper getters and setters for content type and charset [DHH] Added utf... | David Heinemeier Hansson | 2006-09-17 | 2 | -0/+2 |
* | added passing test for using partials with an xml builder | Rick Olson | 2006-09-06 | 2 | -0/+4 |
* | Deprecation: test deprecated instance vars in partials. | Jeremy Kemper | 2006-08-26 | 6 | -0/+6 |
* | Added automated timestamping to AssetTagHelper methods for stylesheets, javas... | David Heinemeier Hansson | 2006-03-29 | 1 | -0/+0 |
* | Removed XML argument style for respond_to, so type.xml(object.to_xml) no long... | David Heinemeier Hansson | 2006-03-18 | 3 | -0/+3 |
* | Added easy support for testing file uploads with fixture_file_upload (closes ... | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+0 |
* | fix broken respond_to test | Jamis Buck | 2006-03-18 | 3 | -0/+3 |
* | Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya... | David Heinemeier Hansson | 2006-03-16 | 1 | -0/+1 |
* | Added defaults to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 3 | -0/+3 |
* | Added option to render action/template/file of a specific extension (and here... | David Heinemeier Hansson | 2006-03-12 | 1 | -0/+3 |
* | Fixed tests (closes #4087) [Rick Olson] | David Heinemeier Hansson | 2006-03-05 | 1 | -0/+6 |
* | Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con... | David Heinemeier Hansson | 2006-02-26 | 3 | -0/+8 |
* | * Fix pagination problems when using include | Michael Koziarski | 2006-02-09 | 12 | -0/+169 |
* | Automatically discover layouts when a controller is namespaced. Closes #2199,... | Marcel Molina | 2006-01-15 | 1 | -0/+1 |
* | Allow auto-discovery of third party template library layouts. | Marcel Molina | 2006-01-12 | 4 | -0/+4 |
* | 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 |