aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...David Heinemeier Hansson2006-03-161-1/+21
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-131-1/+1
* Added defaults to respond_to [DHH]David Heinemeier Hansson2006-03-121-1/+18
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-2/+2
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-081-2/+15
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-051-0/+11
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-051-3/+15
* Make RJS treat symbolic action names nicely #3861 [Rick Olson]David Heinemeier Hansson2006-02-171-0/+9
* Ensure assigns are copied to the template when using render :update. Closes ...Nicholas Seckar2006-01-301-1/+18
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-1/+1
* Fix render(:update) to not render layoutsSam Stephenson2006-01-231-1/+2
* Add render :update for inline RJSSam Stephenson2006-01-201-0/+13
* Don't try to strip out the controller name if default_action_name is nilMarcel Molina2005-12-201-0/+10
* Don't include a layout when rendering an rjs template using render's :templat...Marcel Molina2005-12-171-1/+4
* Make ActionController's render honor the :locals option when rendering a :fil...Sam Stephenson2005-11-221-0/+31
* Make rjs templates always implicitly skip out on layouts.Marcel Molina2005-11-181-1/+2
* Add support for new rjs templates which wrap an update_page block.Marcel Molina2005-11-171-0/+29
* Fix that render :text didn't interpolate instance variables (Closes #2629, #2...David Heinemeier Hansson2005-10-281-0/+11
* Fixed that an instance variable with the same name as a partial should be imp...Sam Stephenson2005-10-101-0/+10
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-091-0/+9
* Yield @content_for_ variables to templates #2058 [Sam Stephenson]Jamis Buck2005-09-011-0/+9
* Make rendering an empty partial collection behave like :nothing => true #2080...Jamis Buck2005-09-011-0/+9
* Render refactoring; render error reporting fixesNicholas Seckar2005-08-261-0/+1
* Make sure :layout => false is always used when rendering inside a layoutJamis Buck2005-08-051-1/+10
* Make sure assigns are built for every request when testing #1866Jamis Buck2005-07-311-1/+11
* Fixed bug when a partial render was passing a local with the same name as the...David Heinemeier Hansson2005-07-271-1/+1
* Demonstrate breakage betterDavid Heinemeier Hansson2005-07-271-2/+2
* Added two failing tests for partials with locals from controllerDavid Heinemeier Hansson2005-07-271-0/+27
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-4/+4
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-231-1/+8
* Added test for template to layout variable transferDavid Heinemeier Hansson2005-07-231-0/+11
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...David Heinemeier Hansson2005-07-211-6/+16
* Made test_rendering_nothing_on_layout acknowledge the spaceDavid Heinemeier Hansson2005-07-141-1/+1
* Improved error message for DoubleRenderErrorJamis Buck2005-07-091-0/+27
* Partly tuned docs for release (AP)David Heinemeier Hansson2005-07-061-4/+4
* r2874@asus: jeremy | 2005-07-05 16:13:39 -0700Jeremy Kemper2005-07-051-2/+3
* r2822@asus: jeremy | 2005-07-04 21:14:30 -0700Jeremy Kemper2005-07-041-1/+1
* render(:template) applies a layout by default. render("foo/bar") works with a...Jamis Buck2005-06-151-1/+11
* render(:action) and render() are the only two render calls to use a layout by...Jamis Buck2005-06-011-2/+3
* render(:inline) defaults to :layout => falseJamis Buck2005-05-301-1/+12
* Make sure the benchmarking render method always returns the result of the ren...Jamis Buck2005-05-301-23/+11
* render(:text), render(:partial), and render(:nothing) always default to :layo...Jamis Buck2005-05-301-1/+12
* render(:partial => "...") uses an empty hash for the local assigns #1365. ren...Jamis Buck2005-05-301-2/+2
* Updated unit test styleDavid Heinemeier Hansson2005-05-221-48/+43
* Test for no layout on nothingDavid Heinemeier Hansson2005-05-221-1/+10
* Deprecated all render_* methods in favor of consolidating all rendering behav...David Heinemeier Hansson2005-05-221-13/+13
* Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...David Heinemeier Hansson2005-05-221-0/+237