aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Created a Raw handler for templates.Steve Klabnik2012-05-171-0/+8
* update invalid partial error message as per 04202a3f8d66c0675eac41fbf63309f4b...Vijay Dev2012-05-041-4/+4
* Allow access to current object_counter variable from layout when rendering wi...Carlos Antonio da Silva2012-04-291-4/+11
* Allow layout to access current object being rendered when using render partia...Carlos Antonio da Silva2012-04-291-0/+4
* Allow layout rendering to access current object being rendered when using par...Carlos Antonio da Silva2012-04-291-2/+6
* converting some tests to assert_raises, and DRY'ing retrieve_variable changesTieg Zaharia2012-04-161-39/+17
* catch nil.to_sym errors in partial_renderer, and raise ArgumentError insteadTieg Zaharia2012-04-161-0/+9
* Adds :layout option to render :partial when a collection is given.Sergio Arbeo2012-03-061-0/+4
* format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-221-2/+6
* Restore lookup formats to the previous value after searching for the failing ...Santiago Pastorino2012-02-211-1/+2
* Use the right format when a partial is missing.Santiago Pastorino2012-02-201-0/+7
* Merge pull request #5101 from ckdake/ckdake_actionview_handler_resetJosé Valim2012-02-201-0/+6
* remove checks for encodings availabilitySergey Nartimov2011-12-251-36/+34
* raises an ArgumentError if no valid options are given to TemplateRenderer#det...Lucas Mazza2011-12-211-4/+11
* Remove deprecation warnings from Action Pack.José Valim2011-12-201-31/+1
* Meaningful errors for unexpected partial arguments. Fixes #3573Tobias Svensson2011-11-191-0/+7
* Fix deprecation warnings in action pack test suite due to passing template fo...Matthew Daubert2011-10-251-4/+4
* Fix failing tests and add tests for :formats on partial.José Valim2011-09-231-5/+10
* Allow both sym and array for details options in #render. using LC#registered_...Nick Sutterer2011-09-231-0/+3
* added tests for render :file/:template and the :formats/:handlers/:locale opt...Nick Sutterer2011-09-231-1/+17
* Deprecate passing the template handler in the template name.José Valim2011-09-221-20/+22
* Get rid of update_details in favor of passing details to find_template.José Valim2011-09-221-0/+5
* it is now possible to pass details options (:formats, :details, :locales, ......Nick Sutterer2011-09-221-0/+6
* deprecating process_view_pathsAaron Patterson2011-08-091-1/+1
* Rename new method to_path to to_partial_path to avoid conflicts with File#to_...José Valim2011-08-011-2/+2
* Let ActiveModel instances define partial paths.Grant Hutchins & Peter Jaros2011-07-251-0/+30
* Added view template invalid name check, along with tests. No merges in commit.huskins2011-07-131-0/+9
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-2/+2
* Optimize the most common resolver case.José Valim2011-05-091-1/+1
* Buffer should be an option passed down to template rendering.José Valim2011-04-161-9/+0
* removes render :update from viewsXavier Noria2011-04-131-4/+0
* SJIS is an alias to Windows-31J in ruby trunk. Use SHIFT_JIS for this testAaron Patterson2011-03-211-2/+2
* Add a test for 'render :layout'Anton Astashov2011-02-031-0/+5
* Accept String value for render_partial :as optionAkira Matsuda2011-02-011-1/+6
* Properly check the arity for template handlers.José Valim2010-12-091-0/+5
* Pass the view object as parameter to the handler. Useful if you need to acces...José Valim2010-11-171-0/+9
* Tests added for rendering partial with layout, when the partial contains anot...Santiago Pastorino2010-11-131-0/+15
* Fix render partial with layout and no blockCarlos Antonio da Silva2010-11-111-0/+10
* Fix issue with rendering partials and then yielding inside a render layout callCarlos Antonio da Silva2010-11-111-0/+20
* Do not allow templates coming from Fallback resolvers to store a virtual path.José Valim2010-10-101-1/+12
* fix rendering a partial with an array as its :object [#5746 state:resolved]Michael Koziarski2010-10-081-0/+4
* Silence warnings here, only setting Encoding.default_external for testing.Emilio Tagua2010-09-281-2/+3
* Removing unnecessary code from render_testThiago Pradi2010-09-021-2/+0
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-9/+0
* layout_for works again with objects as specified in the documentation and Rai...José Valim & Carlos Antonio da Silva2010-08-111-0/+5
* render(:inline) in a layout before yield replaces original contentNeeraj Singh2010-06-131-0/+6
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-5/+5
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-5/+5
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-5/+5
* Use annoted source code in Template:Error to avoid special cases in the show ...José Valim2010-05-091-0/+1