| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added tests for respond_to class method. | José Valim | 2009-07-29 | 4 | -0/+4 |
* | Ignore everything under test/fixtures/public/absolute | Pratik Naik | 2009-07-27 | 1 | -1/+1 |
* | Handle missing javascript/stylesheets assets by raising an exception | Christos Zisopoulos | 2009-06-26 | 4 | -0/+4 |
* | ignore absolute tmp directory | Joshua Peek | 2009-06-25 | 1 | -0/+1 |
* | Drive the final stake through @content_for_*'s heart! | Yehuda Katz + Carl Lerche | 2009-06-17 | 3 | -4/+4 |
* | Finish making pending tests pass | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -0/+1 |
* | ActionPack components should no longer have undeclared dependencies. | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -1/+1 |
* | Ensure ERB source begins with the encoding comment | Jeremy Kemper | 2009-06-01 | 2 | -1/+5 |
* | Ruby 1.9: ERB template encoding using a magic comment at the top of the file | Jeremy Kemper | 2009-05-28 | 1 | -1/+4 |
* | Slightly modify things to get content type matching working without breaking ... | Yehuda Katz | 2009-05-23 | 1 | -0/+0 |
* | Implemented layout conditions in new base | Yehuda Katz + Carl Lerche | 2009-05-21 | 1 | -1/+1 |
* | Refactor ActionView::Template | Yehuda Katz + Carl Lerche | 2009-04-27 | 2 | -0/+1 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 11 | -0/+12 |
|\ |
|
| * | Additional template render test for backup files [#2367 state:resolved] | Cezary Baginski | 2009-04-02 | 2 | -0/+2 |
| * | Fixed simplified render with nested models [#2042 state:resolved] | Joshua Peek | 2009-03-07 | 1 | -0/+1 |
| * | fix HTML fallback for explicit templates [#2052 state:resolved] | Matt Jones | 2009-03-07 | 1 | -0/+1 |