aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expect an incompatible encoding exception when a template with a magic commen...Jeremy Kemper2010-04-081-2/+13
* Expect an incompatible encoding exception when a template doesn't have a magi...Jeremy Kemper2010-04-081-25/+36
* Fix memory leak in dev modewycats2010-04-021-0/+8
* All tests pass without memoizing view_contextCarlhuda2010-03-181-1/+1
* Add deprecation notices for <% %>.Carlhuda2010-03-151-0/+8
* Optimize and clean up how details key get expired.José Valim2010-03-101-4/+4
* Speed up performance in resolvers by adding fallbacks just when required.José Valim2010-03-081-3/+3
* Solved a problem that prevented render :file => work in layoutsJose Fernandez2010-03-051-0/+5
* Fix some tests that relied on hardcoded Exception information (ht: evan)Yehuda Katz2010-03-021-2/+2
* Reorganize autoloads:Carlhuda2009-12-021-4/+4
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Ensure changes to I18n locale get reset during testsJoshua Peek2009-09-191-9/+5
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-0/+2
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-151-1/+1
* Clean up ActionView some:Yehuda Katz2009-08-151-11/+23
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-3/+3
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-23/+0
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-1/+1
* Ensure ERB source begins with the encoding commentJeremy Kemper2009-06-011-4/+21
* Ruby 1.9: ERB template encoding using a magic comment at the top of the fileJeremy Kemper2009-05-281-1/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-11/+3
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-12/+8
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-141-3/+3