| Commit message (Expand) | Author | Age | Files | Lines |
* | Added that render :xml will try to call to_xml if it can [DHH] | David Heinemeier Hansson | 2007-04-24 | 1 | -1/+25 |
* | Deprecation: remove deprecated instance variables. | Jeremy Kemper | 2007-03-13 | 1 | -8/+3 |
* | Added .erb and .builder as preferred aliases to the now deprecated .rhtml and... | David Heinemeier Hansson | 2007-02-20 | 1 | -4/+4 |
* | Fix tests depending too deep | David Heinemeier Hansson | 2007-02-19 | 1 | -2/+2 |
* | Allow Controllers to have multiple view_paths instead of a single template_ro... | Rick Olson | 2007-02-04 | 1 | -2/+2 |
* | Test proving render_to_string result passed to partial works. Closes #2541. [... | Jeremy Kemper | 2007-01-12 | 1 | -1/+13 |
* | Ensure render_to_string cleans up after itself when an exception is raised. C... | Jeremy Kemper | 2006-11-20 | 1 | -0/+48 |
* | assert_response supports symbolic status codes. Closes #6569. | Jeremy Kemper | 2006-11-07 | 1 | -0/+7 |
* | Deprecation: @request will be removed after 1.2. Use the request method instead. | Jeremy Kemper | 2006-09-29 | 1 | -3/+11 |
* | modify head so that you can specify a bare status code as the first parameter | Jamis Buck | 2006-09-28 | 1 | -1/+12 |
* | Add ActionController::Base#head for rendering empty responses. Add support fo... | Jamis Buck | 2006-09-28 | 1 | -0/+59 |
* | Update RJS render tests. | Sam Stephenson | 2006-09-20 | 1 | -3/+3 |
* | Added proper getters and setters for content type and charset [DHH] Added utf... | David Heinemeier Hansson | 2006-09-17 | 1 | -2/+7 |
* | new render deprecations test | Jeremy Kemper | 2006-09-04 | 1 | -4/+4 |
* | Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya... | David Heinemeier Hansson | 2006-03-16 | 1 | -1/+21 |
* | Added simple alert() notifications for RJS exceptions when config.action_view... | Sam Stephenson | 2006-03-13 | 1 | -1/+1 |
* | Added defaults to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 1 | -1/+18 |
* | Added better support for using the same actions to output for different sourc... | David Heinemeier Hansson | 2006-03-11 | 1 | -2/+2 |
* | Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri... | Rick Olson | 2006-03-08 | 1 | -2/+15 |
* | Fixed tests (closes #4087) [Rick Olson] | David Heinemeier Hansson | 2006-03-05 | 1 | -0/+11 |
* | allow RJS enum values to be passed to visual_effect() and other scriptaculous... | David Heinemeier Hansson | 2006-03-05 | 1 | -3/+15 |
* | Make RJS treat symbolic action names nicely #3861 [Rick Olson] | David Heinemeier Hansson | 2006-02-17 | 1 | -0/+9 |
* | Ensure assigns are copied to the template when using render :update. Closes ... | Nicholas Seckar | 2006-01-30 | 1 | -1/+18 |
* | Add the ability to call JavaScriptGenerator methods from helpers called in up... | Sam Stephenson | 2006-01-23 | 1 | -1/+1 |
* | Fix render(:update) to not render layouts | Sam Stephenson | 2006-01-23 | 1 | -1/+2 |
* | Add render :update for inline RJS | Sam Stephenson | 2006-01-20 | 1 | -0/+13 |
* | Don't try to strip out the controller name if default_action_name is nil | Marcel Molina | 2005-12-20 | 1 | -0/+10 |
* | Don't include a layout when rendering an rjs template using render's :templat... | Marcel Molina | 2005-12-17 | 1 | -1/+4 |
* | Make ActionController's render honor the :locals option when rendering a :fil... | Sam Stephenson | 2005-11-22 | 1 | -0/+31 |
* | Make rjs templates always implicitly skip out on layouts. | Marcel Molina | 2005-11-18 | 1 | -1/+2 |
* | Add support for new rjs templates which wrap an update_page block. | Marcel Molina | 2005-11-17 | 1 | -0/+29 |
* | Fix that render :text didn't interpolate instance variables (Closes #2629, #2... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+11 |
* | Fixed that an instance variable with the same name as a partial should be imp... | Sam Stephenson | 2005-10-10 | 1 | -0/+10 |
* | Fixed that render :partial would fail when :object was a Hash (due to backwar... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+9 |
* | Yield @content_for_ variables to templates #2058 [Sam Stephenson] | Jamis Buck | 2005-09-01 | 1 | -0/+9 |
* | Make rendering an empty partial collection behave like :nothing => true #2080... | Jamis Buck | 2005-09-01 | 1 | -0/+9 |
* | Render refactoring; render error reporting fixes | Nicholas Seckar | 2005-08-26 | 1 | -0/+1 |
* | Make sure :layout => false is always used when rendering inside a layout | Jamis Buck | 2005-08-05 | 1 | -1/+10 |
* | Make sure assigns are built for every request when testing #1866 | Jamis Buck | 2005-07-31 | 1 | -1/+11 |
* | 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 |
* | Demonstrate breakage better | David Heinemeier Hansson | 2005-07-27 | 1 | -2/+2 |
* | Added two failing tests for partials with locals from controller | David Heinemeier Hansson | 2005-07-27 | 1 | -0/+27 |
* | Improved performance of test app req/sec with ~10% refactoring the render met... | David Heinemeier Hansson | 2005-07-24 | 1 | -4/+4 |
* | Improved performance with 5-30% through a series of Action Pack optimizations... | David Heinemeier Hansson | 2005-07-23 | 1 | -1/+8 |
* | Added test for template to layout variable transfer | David Heinemeier Hansson | 2005-07-23 | 1 | -0/+11 |
* | Improved rendering speed on complicated templates by up to 25% #1234 [Stephan... | David Heinemeier Hansson | 2005-07-21 | 1 | -6/+16 |
* | Made test_rendering_nothing_on_layout acknowledge the space | David Heinemeier Hansson | 2005-07-14 | 1 | -1/+1 |
* | Improved error message for DoubleRenderError | Jamis Buck | 2005-07-09 | 1 | -0/+27 |
* | Partly tuned docs for release (AP) | David Heinemeier Hansson | 2005-07-06 | 1 | -4/+4 |
* | r2874@asus: jeremy | 2005-07-05 16:13:39 -0700 | Jeremy Kemper | 2005-07-05 | 1 | -2/+3 |