| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests added for rendering partial with layout, when the partial contains anot... | Santiago Pastorino | 2010-11-13 | 3 | -0/+10 |
* | Fix render partial with layout and no block | Carlos Antonio da Silva | 2010-11-11 | 1 | -0/+2 |
* | Fix issue with rendering partials and then yielding inside a render layout call | Carlos Antonio da Silva | 2010-11-11 | 4 | -0/+6 |
* | Deprecate old template handler API. Remove old handlers. | José Valim | 2010-10-10 | 15 | -6/+6 |
* | fix rendering a partial with an array as its :object [#5746 state:resolved] | Michael Koziarski | 2010-10-08 | 1 | -0/+1 |
* | Test correct method behaviour. | Emilio Tagua | 2010-09-29 | 1 | -1/+1 |
* | Use redefine_method since baz is already defined. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 |
* | Remove useless string line causing a warning. | Emilio Tagua | 2010-09-28 | 1 | -1/+0 |
* | Modified ActionDispatch::Static to allow passing multiple roots | Piotr Sarnacki | 2010-09-03 | 4 | -0/+4 |
* | Be sure to call helper :all just on direct children. (Tests by Jesse Storimer) | José Valim | 2010-08-26 | 2 | -0/+6 |
* | Add clear_helpers as a way to clean up all helpers added to this controller, ... | José Valim | 2010-08-26 | 1 | -0/+5 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 6 | -15/+15 |
* | layout_for works again with objects as specified in the documentation and Rai... | José Valim & Carlos Antonio da Silva | 2010-08-11 | 2 | -0/+2 |
* | Fixed that an ArgumentError is thrown when request.session_options[:id] is re... | Michael Lovitt | 2010-06-27 | 1 | -0/+10 |
* | Make sure a namespaced <%= render form %> still renders the _form partial [#4... | Jan De Poorter | 2010-06-20 | 1 | -0/+1 |
* | render(:inline) in a layout before yield replaces original content | Neeraj Singh | 2010-06-13 | 1 | -0/+2 |
* | fix translation test in actionpack [#4701 state:commited] | Santiago Pastorino | 2010-05-29 | 1 | -1/+1 |
* | translate method doesn't support arrays anymore and is optimized to be used w... | Santiago Pastorino | 2010-05-24 | 3 | -2/+1 |
* | Revert "translation method for arrays on TranslationHelper module returns an ... | Santiago Pastorino | 2010-05-24 | 2 | -2/+2 |
* | translation method for arrays on TranslationHelper module returns an array wh... | Santiago Pastorino | 2010-05-24 | 2 | -2/+2 |
* | Revert "Moved encoding work in progress to a feature branch." | wycats | 2010-05-17 | 4 | -5/+4 |
* | Moved encoding work in progress to a feature branch. | Jeremy Kemper | 2010-05-16 | 4 | -4/+5 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 4 | -5/+4 |
* | Check blocks are not incorrectly detected when compiling erubis templates [#4... | Simon Jefford | 2010-05-16 | 1 | -0/+1 |
* | partial counters with :as [#2804 state:resolved] | Jeff Kreeftmeijer | 2010-05-15 | 1 | -0/+1 |
* | Changed translate helper so that it doesn’t mark every translation as safe ... | Craig Davey | 2010-04-13 | 1 | -1/+1 |
* | Expect an incompatible encoding exception when a template with a magic commen... | Jeremy Kemper | 2010-04-08 | 5 | -2/+10 |
* | Expect an incompatible encoding exception when a template doesn't have a magi... | Jeremy Kemper | 2010-04-08 | 2 | -2/+2 |
* | Fixed that default locale templates should be used if the current locale temp... | Carl Lerche | 2010-04-08 | 2 | -0/+2 |
* | scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:... | Santiago Pastorino | 2010-03-16 | 1 | -0/+1 |
* | translation method of TranslationHelper module returns always SafeBuffer [#41... | Santiago Pastorino | 2010-03-16 | 1 | -0/+1 |
* | Break a window :/ | Jeremy Kemper | 2010-03-15 | 4 | -6/+6 |
* | Add deprecation notices for <% %>. | Carlhuda | 2010-03-15 | 4 | -4/+7 |
* | Solved a problem that prevented render :file => work in layouts | Jose Fernandez | 2010-03-05 | 1 | -0/+2 |
* | Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C... | Yehuda Katz | 2010-02-23 | 1 | -0/+1 |
* | Fix t('.helper'). | José Valim | 2010-01-26 | 1 | -0/+1 |
* | Fix failing tests after merge. | José Valim | 2010-01-24 | 2 | -4/+8 |
* | Missing rename from named_scope to scope [#3735 status:resolved] | Damien Mathieu | 2010-01-18 | 1 | -1/+1 |
* | Raise an error if respond_with is invoked and no format is declared. | José Valim | 2010-01-10 | 4 | -3/+0 |
* | When rendering layouts with blocks, use #capture to avoid assuming that the r... | Nathan Weizenbaum | 2009-11-05 | 1 | -1/+1 |
* | Ported the new ActionView::TestCase from 2-3-stable to master [#3260 | Erik Ostrom | 2009-09-28 | 1 | -0/+1 |
* | Move Rails::Static into ActionDispatch | Joshua Peek | 2009-09-26 | 3 | -0/+3 |
* | Avoid conflicts with another ContentTypeController used in testing | Joshua Peek | 2009-09-19 | 4 | -0/+0 |
* | Missing fixture template -- fixes AP tests | Yehuda Katz | 2009-08-15 | 1 | -0/+1 |
* | Got tests to pass with some more changes. | Yehuda Katz | 2009-08-15 | 1 | -1/+0 |
* | More cleanup of ActionView and reduction in need for blocks in some cases: | Yehuda Katz | 2009-08-15 | 3 | -3/+2 |
* | Tentatively accept the ":as or :object, but not both" solution | Yehuda Katz | 2009-08-11 | 1 | -1/+1 |
* | Rendering a template from ActionView will default to looking for partials onl... | Yehuda Katz | 2009-08-09 | 1 | -0/+1 |
* | Add nagivational behavior to respond_with. | José Valim | 2009-08-07 | 4 | -1/+3 |
* | Added respond_with. | José Valim | 2009-07-29 | 1 | -0/+1 |