| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve PartialTemplate tests | Pratik Naik | 2008-05-02 | 1 | -0/+1 |
* | Fixed render :template for templates in top level of view path. [#54 state:re... | Pratik Naik | 2008-05-01 | 1 | -0/+1 |
* | Forgot these | David Heinemeier Hansson | 2008-04-30 | 3 | -0/+8 |
* | Added test for has_one partial rendering (keeran) [#43 state:resolved] | David Heinemeier Hansson | 2008-04-30 | 2 | -0/+7 |
* | Fixed render :partial => @collection.named_scope (nkallen) [#61 state:resolved] | David Heinemeier Hansson | 2008-04-30 | 1 | -0/+1 |
* | Scripts and styles with multiple dots in the filename should cache | Stephen Celis | 2008-04-12 | 2 | -0/+2 |
* | Missed adds. References #11491. | Jeremy Kemper | 2008-04-01 | 2 | -0/+2 |
* | Fix layouts in symlinked paths. Closes #9136 [court3nay, caio] | Jeremy Kemper | 2008-03-28 | 2 | -0/+6 |
* | Add missing file | David Heinemeier Hansson | 2008-03-28 | 1 | -0/+10 |
* | Missed adds. References #10350. | Jeremy Kemper | 2008-03-20 | 4 | -0/+4 |
* | Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak... | Jeremy Kemper | 2008-03-20 | 1 | -0/+1 |
* | Refactor partial rendering into a PartialTemplate class. [Pratik] | Michael Koziarski | 2008-03-03 | 1 | -0/+1 |
* | Added that requests with JavaScript as the priority mime type in the accept h... | David Heinemeier Hansson | 2008-02-29 | 1 | -0/+1 |
* | Ooops. Add fixture partials for last commit | Marcel Molina | 2008-02-08 | 2 | -0/+2 |
* | Make render :partial recognise form builders and use the _form partial. Clos... | Michael Koziarski | 2008-01-16 | 2 | -0/+2 |
* | Fix a few caching errors, expose a case thats still not working (ref #107330 ... | David Heinemeier Hansson | 2008-01-12 | 4 | -0/+7 |
* | Fixed rendering of partials with layout when done from site layout (closes #9... | David Heinemeier Hansson | 2008-01-03 | 2 | -0/+6 |
* | Missed commit. Closes #10437. | Jeremy Kemper | 2007-12-10 | 1 | -0/+4 |
* | Fix up template handler tests. Closes #10437. | Jeremy Kemper | 2007-12-10 | 1 | -4/+0 |
* | Fixed that has_many :through associations should render as collections too (c... | David Heinemeier Hansson | 2007-11-12 | 4 | -2/+8 |
* | Partials also set 'object' to the default partial variable. Closes #8823. | Jeremy Kemper | 2007-10-25 | 1 | -1/+2 |
* | Fixed that render template did not honor exempt_from_layout (closes #9698) [p... | David Heinemeier Hansson | 2007-09-30 | 1 | -0/+1 |
* | Fixed the layout defaults (closes #9564) [lifo] | David Heinemeier Hansson | 2007-09-28 | 6 | -0/+6 |
* | Please do remember | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+1 |
* | Doh, forgot this file | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+1 |
* | Better failing tests | David Heinemeier Hansson | 2007-09-25 | 2 | -1/+1 |
* | Added failing tests for iphone | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+1 |
* | Submit missing fixture files | David Heinemeier Hansson | 2007-09-21 | 2 | -0/+5 |
* | Fixed that default layouts did not take the format into account #9564 [lifofifo] | David Heinemeier Hansson | 2007-09-18 | 1 | -0/+1 |
* | Purge empty files | Jeremy Kemper | 2007-09-11 | 35 | -0/+0 |
* | Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] | Michael Koziarski | 2007-09-03 | 1 | -0/+1 |
* | add missing layouts from [7321] | Rick Olson | 2007-08-15 | 1 | -0/+1 |
* | Added partial layouts (see example in action_view/lib/partials.rb) [DHH] | David Heinemeier Hansson | 2007-08-02 | 4 | -0/+6 |
* | Tolerate missing content type on multipart file uploads. Fix for Safari 3. | Jeremy Kemper | 2007-06-12 | 1 | -0/+0 |
* | render :partial recognizes Active Record associations as Arrays. Closes #8538. | Jeremy Kemper | 2007-06-01 | 1 | -1/+1 |
* | Missed svn add from [6856]. References #8174. | Jeremy Kemper | 2007-05-26 | 1 | -0/+1 |
* | Add multipart request parsing test with bracketed parameter key. References #... | Jeremy Kemper | 2007-05-24 | 1 | -0/+5 |
* | add test case for js.erb partials on *.js formatted requests | Rick Olson | 2007-05-15 | 1 | -0/+1 |
* | Assume that rendered partials go by the HTML format by default | Rick Olson | 2007-05-15 | 3 | -0/+2 |
* | oops! forgot new layout for layout tests | Rick Olson | 2007-04-24 | 1 | -0/+1 |
* | apply [6543] to edge. Closes #5044 [tpope] | Rick Olson | 2007-04-20 | 1 | -1/+2 |
* | Change default respond_to templates for xml and rjs formats. [Rick] | Rick Olson | 2007-04-08 | 8 | -0/+0 |
* | Change ActionView template defaults. Look for templates using the request fo... | Rick Olson | 2007-04-02 | 4 | -0/+4 |
* | Deprecation: privatize deprecated render_partial and render_partial_collectio... | Jeremy Kemper | 2007-03-13 | 1 | -1/+1 |
* | Deprecation: remove deprecated instance variables. | Jeremy Kemper | 2007-03-13 | 28 | -14/+0 |
* | Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb i... | David Heinemeier Hansson | 2007-02-24 | 1 | -1/+1 |
* | Apply the rest of Chads patch | David Heinemeier Hansson | 2007-02-21 | 48 | -0/+91 |
* | Added .erb and .builder as preferred aliases to the now deprecated .rhtml and... | David Heinemeier Hansson | 2007-02-20 | 48 | -91/+0 |
* | Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper... | David Heinemeier Hansson | 2007-02-18 | 4 | -0/+4 |
* | Allow Controllers to have multiple view_paths instead of a single template_ro... | Rick Olson | 2007-02-04 | 1 | -0/+1 |