aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* pass yielded arguments to block for ActionView::Base#render with :layout [#84...Ryan Bates2008-08-171-0/+9
* Added tests for partial collection counters [#766 state:resolved]Cameron Yule2008-08-091-0/+9
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-3/+0
* Rendering default template for missing actions works with non-word characters...Jeremy Kemper2008-07-091-0/+5
* Move template_format logic out to the request so it's alongside the 'regular'...Michael Koziarski2008-07-031-2/+1
* Deprecate :use_full_path render option. The supplying the option no longer ha...Joshua Peek2008-07-021-4/+4
* Add :as option to render a collection of partials with a custom local variabl...Pratik Naik2008-07-021-0/+9
* Make sure render :template works with :locals. [#524 state:resolved]Tim Haines2008-07-021-0/+9
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-55/+54
* Delegate ActionView::Base#controller_name to controllerPratik Naik2008-06-101-3/+12
* Ensure render :file works inside templatesPratik Naik2008-06-051-0/+10
* Make partial counter start from 0.Frederick Cheung2008-06-051-2/+2
* Delegate action_name to controller inside views.Pratik Naik2008-05-061-0/+9
* Delegate ivars to controller instead of copyingPratik Naik2008-04-211-4/+15
* Remove ActionController::Base#view_controller_internalsPratik Naik2008-04-211-16/+0
* Move missing template logic to ActionViewPratik Naik2008-04-191-2/+2
* Support render :partial => collection of heterogeneous elements. Closes #11491.Jeremy Kemper2008-04-011-0/+20
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-1/+19
* Added that requests with JavaScript as the priority mime type in the accept h...David Heinemeier Hansson2008-02-291-0/+6
* Fix problem with render :partial collections, records, and locals. #11057 [lo...Marcel Molina2008-02-081-0/+9
* Introduce the :index option for form_for and fields_for to simplify multi-mod...Jeremy Kemper2008-02-021-3/+3
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-10/+0
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-0/+10
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-10/+0
* Make render :partial recognise form builders and use the _form partial. Clos...Michael Koziarski2008-01-161-0/+23
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Fixed rendering of partials with layout when done from site layout (closes #9...David Heinemeier Hansson2008-01-031-2/+25
* Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...Jeremy Kemper2007-12-281-0/+1
* Fix up template handler tests. Closes #10437.Jeremy Kemper2007-12-101-2/+2
* Partials also set 'object' to the default partial variable. Closes #8823.Jeremy Kemper2007-10-251-3/+3
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-4/+22
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-021-1/+19
* Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714Michael Koziarski2007-07-171-6/+1
* catch possible WSOD when trying to render a missing partial. Closes #8454 [Ca...Rick Olson2007-05-241-0/+10
* Fix render :location => ... test.Jeremy Kemper2007-05-181-4/+8
* Added url_for usage on render :location, which allows for record identificati...David Heinemeier Hansson2007-05-171-1/+19
* Added that render :xml will try to call to_xml if it can [DHH]David Heinemeier Hansson2007-04-241-1/+25
* Deprecation: remove deprecated instance variables.Jeremy Kemper2007-03-131-8/+3
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-201-4/+4
* Fix tests depending too deepDavid Heinemeier Hansson2007-02-191-2/+2
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-2/+2
* Test proving render_to_string result passed to partial works. Closes #2541. [...Jeremy Kemper2007-01-121-1/+13
* Ensure render_to_string cleans up after itself when an exception is raised. C...Jeremy Kemper2006-11-201-0/+48
* assert_response supports symbolic status codes. Closes #6569.Jeremy Kemper2006-11-071-0/+7
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-291-3/+11
* modify head so that you can specify a bare status code as the first parameterJamis Buck2006-09-281-1/+12
* Add ActionController::Base#head for rendering empty responses. Add support fo...Jamis Buck2006-09-281-0/+59
* Update RJS render tests.Sam Stephenson2006-09-201-3/+3
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-2/+7
* new render deprecations testJeremy Kemper2006-09-041-4/+4