aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test
Commit message (Expand)AuthorAgeFilesLines
* Fix rendering html partials from an rjs templateSam Stephenson2008-12-044-0/+4
* Validate template extensions [#1187 state:resolved]Joshua Peek2008-12-031-0/+1
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-191-1/+1
* Fix rendering html partial via inline render when with :js format [#1399 stat...Luke Melia2008-11-181-0/+1
* Dup local assigns for partial collections so nil values doesn't get overwritt...Joshua Peek2008-10-301-1/+1
* Ensure @content_for_* is checked before yielding to block in render :layout [...Ryan Bates2008-10-281-0/+3
* Track rendered templates in stack so the current template can always be acces...Joshua Peek2008-10-281-0/+1
* Fixed missing template paths on exception [#1082 state:resolved]Claudio Poli2008-09-201-0/+1
* pass yielded arguments to block for ActionView::Base#render with :layout [#84...Ryan Bates2008-08-172-0/+4
* Added tests for partial collection counters [#766 state:resolved]Cameron Yule2008-08-091-0/+1
* Set the response content type to that of found template if not explicitly set...Tom Ward2008-07-181-0/+2
* Rendering default template for missing actions works with non-word characters...Jeremy Kemper2008-07-091-0/+1
* Make sure render :collection doesnt set nil local when :as is absentPratik Naik2008-07-021-0/+1
* Add :as option to render a collection of partials with a custom local variabl...Pratik Naik2008-07-021-0/+1
* Made ActionView::Base#render_file privateJoshua Peek2008-06-251-1/+1
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-1/+1
* Remove some internal dead code that supported content_forJeremy Kemper2008-06-062-4/+0
* Ensure render :file works inside templatesPratik Naik2008-06-051-0/+1
* Improve PartialTemplate testsPratik Naik2008-05-021-0/+1
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-0/+1
* Added that requests with JavaScript as the priority mime type in the accept h...David Heinemeier Hansson2008-02-291-0/+1
* Make render :partial recognise form builders and use the _form partial. Clos...Michael Koziarski2008-01-162-0/+2
* Missed commit. Closes #10437.Jeremy Kemper2007-12-101-0/+4
* Fix up template handler tests. Closes #10437.Jeremy Kemper2007-12-101-4/+0
* Partials also set 'object' to the default partial variable. Closes #8823.Jeremy Kemper2007-10-251-1/+2
* Submit missing fixture filesDavid Heinemeier Hansson2007-09-212-0/+5
* Purge empty filesJeremy Kemper2007-09-1127-0/+0
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-0/+1
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-024-0/+6
* add test case for js.erb partials on *.js formatted requestsRick Olson2007-05-151-0/+1
* Assume that rendered partials go by the HTML format by defaultRick Olson2007-05-153-0/+2
* apply [6543] to edge. Closes #5044 [tpope]Rick Olson2007-04-201-1/+2
* Change ActionView template defaults. Look for templates using the request fo...Rick Olson2007-04-024-0/+4
* Deprecation: privatize deprecated render_partial and render_partial_collectio...Jeremy Kemper2007-03-131-1/+1
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2126-0/+65
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-2026-65/+0
* added passing test for using partials with an xml builderRick Olson2006-09-062-0/+4
* Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...David Heinemeier Hansson2006-03-161-0/+1
* Added option to render action/template/file of a specific extension (and here...David Heinemeier Hansson2006-03-121-0/+3
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-051-0/+6
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-263-0/+8
* Don't try to strip out the controller name if default_action_name is nilMarcel Molina2005-12-201-0/+1
* Make ActionController's render honor the :locals option when rendering a :fil...Sam Stephenson2005-11-222-0/+2
* Add support for new rjs templates which wrap an update_page block.Marcel Molina2005-11-171-0/+2
* Reset template variables after using render_to_string. Closes #2559Nicholas Seckar2005-10-251-0/+1
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-091-0/+1
* Demonstrate breakage betterDavid Heinemeier Hansson2005-07-272-1/+2
* Added two failing tests for partials with locals from controllerDavid Heinemeier Hansson2005-07-271-1/+1
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-241-0/+2
* Added test for template to layout variable transferDavid Heinemeier Hansson2005-07-231-0/+2