| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix broken test from the earlier merge conflict | Prem Sichanugrist | 2012-04-23 | 1 | -9/+11 |
* | converting some tests to assert_raises, and DRY'ing retrieve_variable changes | Tieg Zaharia | 2012-04-16 | 1 | -46/+22 |
* | catch nil.to_sym errors in partial_renderer, and raise ArgumentError instead | Tieg Zaharia | 2012-04-16 | 1 | -0/+9 |
* | format lookup for partials is derived from the format in which the template i... | Santiago Pastorino | 2012-02-22 | 1 | -2/+6 |
* | Restore lookup formats to the previous value after searching for the failing ... | Santiago Pastorino | 2012-02-21 | 1 | -1/+2 |
* | Use the right format when a partial is missing. | Santiago Pastorino | 2012-02-20 | 1 | -0/+7 |
* | Reset memoized hash keys when new entry added | Chris Kelly | 2012-02-20 | 1 | -0/+6 |
* | raises an ArgumentError if no valid options are given to TemplateRenderer#det... | Lucas Mazza | 2011-12-21 | 1 | -4/+11 |
* | Meaningful errors for unexpected partial arguments. Fixes #3573 | Tobias Svensson | 2011-11-19 | 1 | -0/+7 |
* | Fix deprecation warnings in action pack test suite due to passing template fo... | Matthew Daubert | 2011-10-25 | 1 | -4/+4 |
* | Fix failing tests and add tests for :formats on partial. | José Valim | 2011-09-23 | 1 | -5/+10 |
* | Allow both sym and array for details options in #render. using LC#registered_... | Nick Sutterer | 2011-09-23 | 1 | -0/+3 |
* | added tests for render :file/:template and the :formats/:handlers/:locale opt... | Nick Sutterer | 2011-09-23 | 1 | -1/+17 |
* | Deprecate passing the template handler in the template name. | José Valim | 2011-09-22 | 1 | -20/+22 |
* | Get rid of update_details in favor of passing details to find_template. | José Valim | 2011-09-22 | 1 | -0/+5 |
* | it is now possible to pass details options (:formats, :details, :locales, ...... | Nick Sutterer | 2011-09-22 | 1 | -0/+6 |
* | deprecating process_view_paths | Aaron Patterson | 2011-08-09 | 1 | -1/+1 |
* | Rename new method to_path to to_partial_path to avoid conflicts with File#to_... | José Valim | 2011-08-01 | 1 | -2/+2 |
* | Let ActiveModel instances define partial paths. | Grant Hutchins & Peter Jaros | 2011-07-25 | 1 | -0/+30 |
* | Added view template invalid name check, along with tests. No merges in commit. | huskins | 2011-07-13 | 1 | -0/+9 |
* | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -2/+2 |
* | Optimize the most common resolver case. | José Valim | 2011-05-09 | 1 | -1/+1 |
* | Buffer should be an option passed down to template rendering. | José Valim | 2011-04-16 | 1 | -9/+0 |
* | removes render :update from views | Xavier Noria | 2011-04-13 | 1 | -4/+0 |
* | SJIS is an alias to Windows-31J in ruby trunk. Use SHIFT_JIS for this test | Aaron Patterson | 2011-03-21 | 1 | -2/+2 |
* | Add a test for 'render :layout' | Anton Astashov | 2011-02-03 | 1 | -0/+5 |
* | Accept String value for render_partial :as option | Akira Matsuda | 2011-02-01 | 1 | -1/+6 |
* | Properly check the arity for template handlers. | José Valim | 2010-12-09 | 1 | -0/+5 |
* | Pass the view object as parameter to the handler. Useful if you need to acces... | José Valim | 2010-11-17 | 1 | -0/+9 |
* | Tests added for rendering partial with layout, when the partial contains anot... | Santiago Pastorino | 2010-11-13 | 1 | -0/+15 |
* | Fix render partial with layout and no block | Carlos Antonio da Silva | 2010-11-11 | 1 | -0/+10 |
* | Fix issue with rendering partials and then yielding inside a render layout call | Carlos Antonio da Silva | 2010-11-11 | 1 | -0/+20 |
* | Do not allow templates coming from Fallback resolvers to store a virtual path. | José Valim | 2010-10-10 | 1 | -1/+12 |
* | fix rendering a partial with an array as its :object [#5746 state:resolved] | Michael Koziarski | 2010-10-08 | 1 | -0/+4 |
* | Silence warnings here, only setting Encoding.default_external for testing. | Emilio Tagua | 2010-09-28 | 1 | -2/+3 |
* | Removing unnecessary code from render_test | Thiago Pradi | 2010-09-02 | 1 | -2/+0 |
* | Remove deprecated support to <% form_for %> and several ActionController::Bas... | José Valim | 2010-08-29 | 1 | -9/+0 |
* | layout_for works again with objects as specified in the documentation and Rai... | José Valim & Carlos Antonio da Silva | 2010-08-11 | 1 | -0/+5 |
* | render(:inline) in a layout before yield replaces original content | Neeraj Singh | 2010-06-13 | 1 | -0/+6 |
* | Revert "Moved encoding work in progress to a feature branch." | wycats | 2010-05-17 | 1 | -5/+5 |
* | Moved encoding work in progress to a feature branch. | Jeremy Kemper | 2010-05-16 | 1 | -5/+5 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 1 | -5/+5 |
* | Use annoted source code in Template:Error to avoid special cases in the show ... | José Valim | 2010-05-09 | 1 | -0/+1 |
* | Expect an incompatible encoding exception when a template with a magic commen... | Jeremy Kemper | 2010-04-08 | 1 | -2/+13 |
* | Expect an incompatible encoding exception when a template doesn't have a magi... | Jeremy Kemper | 2010-04-08 | 1 | -25/+36 |
* | Fix memory leak in dev mode | wycats | 2010-04-02 | 1 | -0/+8 |
* | All tests pass without memoizing view_context | Carlhuda | 2010-03-18 | 1 | -1/+1 |
* | Add deprecation notices for <% %>. | Carlhuda | 2010-03-15 | 1 | -0/+8 |
* | Optimize and clean up how details key get expired. | José Valim | 2010-03-10 | 1 | -4/+4 |
* | Speed up performance in resolvers by adding fallbacks just when required. | José Valim | 2010-03-08 | 1 | -3/+3 |