| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | missed template fixtures with ~ | Joshua Peek | 2009-02-24 | 3 | -0/+3 |
| * | correctly handle layouts for AJAX requests and regular js files [#2052 state:... | Matt Jones | 2009-02-24 | 1 | -0/+2 |
| * | make action_controller/layouts pick templates from the current instance's vie... | Sven Fuchs | 2009-02-20 | 1 | -0/+0 |
| * | ~ backup files don't clobber original templates [#1818 state:resolved] | Joshua Peek | 2009-02-07 | 1 | -0/+1 |
| * | Render implicit html template when xhr request now supports localization [#18... | José Valim | 2009-02-07 | 1 | -0/+1 |
| * | Added support to dashed locales in templates localization [#1888 state:resolved] | José Valim | 2009-02-06 | 1 | -0/+1 |
| * | Ruby 1.9 compat: change encoding of action_view/renderable to utf-8, so erb t... | Eugene Pimenov | 2009-02-06 | 1 | -0/+2 |
| * | implicitly rendering a js response should not use the default layout [#1844 s... | Adam McCrea | 2009-02-05 | 1 | -0/+1 |
| * | Added localized rescue (404.da.html) [#1835 state:committed] | José Valim | 2009-02-02 | 1 | -0/+1 |
* | | Started implementing render :action | Yehuda Katz | 2009-03-19 | 1 | -0/+1 |
* | | Implemented basic template rendering in AC::Base2: | Yehuda Katz | 2009-03-18 | 1 | -0/+1 |
* | | Merge commit 'rails/3-0-unstable' | Yehuda Katz | 2009-01-30 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 1 | -0/+1 |
* | | Restore implicit rendering for XHR requests that want a HTML template [#1590 ... | Joshua Peek | 2009-01-27 | 1 | -0/+1 |
* | | Add localized templates | Joshua Peek | 2009-01-25 | 1 | -0/+1 |
* | | Remove the irrelevant fixture added in fe6ffce51dc16285094be49244b26591956c2dd6 | Pratik Naik | 2009-01-24 | 1 | -8/+0 |
* | | Make sure inner scope conditions get a preference over the outer ones | Pratik Naik | 2009-01-24 | 1 | -1/+9 |
|/ |
|
* | Allow empty files to be uploaded | Joshua Peek | 2009-01-20 | 2 | -1/+11 |
* | Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved] | Mislav Marohnić | 2009-01-20 | 1 | -0/+9 |
* | Add failing test for file uploads with unrewindable input | Joshua Peek | 2009-01-02 | 1 | -0/+1 |
* | Fix rendering html partials from an rjs template | Sam Stephenson | 2008-12-04 | 4 | -0/+4 |
* | Validate template extensions [#1187 state:resolved] | Joshua Peek | 2008-12-03 | 1 | -0/+1 |
* | Allow helpers directory to be overridden via ActionController::Base.helpers_d... | Sam Pohlenz | 2008-11-23 | 1 | -0/+3 |