| Commit message (Expand) | Author | Age | Files | Lines |
* | My suggestion to fix ticket 2401 [#2401 state:resolved] | Jarl Friis | 2009-07-02 | 1 | -0/+92 |
* | Fixes a number of tests that inexplicably didn't fail when we committed the o... | Yehuda Katz + Carl Lerche | 2009-07-02 | 4 | -12/+12 |
* | Adds a video_tag helper for the HTML5 video tag (similar to how the image_tag... | Tieg Zaharia | 2009-07-02 | 1 | -2/+41 |
* | Make text_area_tag escape contents by default. | Chris Mear | 2009-06-27 | 1 | -0/+12 |
* | Handle missing javascript/stylesheets assets by raising an exception | Christos Zisopoulos | 2009-06-26 | 1 | -30/+88 |
* | Add content_for?(:name) helper to check if content_for(:name) is present [#13... | Darragh Curran | 2009-06-21 | 1 | -0/+15 |
* | Use errors[field] instead of errors.on(field) | Jeremy Kemper | 2009-06-17 | 2 | -9/+9 |
* | Cleaning up more tests and code that needed to work in both old and new base | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -8/+5 |
* | Rename ActionView::Template::Path ActionView::Resolver | Yehuda Katz + Carl Lerche | 2009-06-17 | 2 | -4/+4 |
* | Fixing pending tests and fixed some formats / partial rendering semantics | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -23/+0 |
* | Move model naming into ActiveModel | Joshua Peek | 2009-06-17 | 5 | -0/+8 |
* | Add :concat option to asset tag helpers to force concatenation. | Joshua Peek | 2009-06-15 | 1 | -0/+30 |
* | allow absolute paths for the asset caches | Andrew Kaspick | 2009-06-11 | 1 | -0/+16 |
* | Sanitized the id generated by text_area_tag helper method. text_area_tag('ite... | Stephen Anderson | 2009-06-09 | 1 | -0/+5 |
* | Made label target radio button tags with values. Radio button now respects in... | David Stevenson | 2009-06-09 | 1 | -0/+19 |
* | ActionPack components should no longer have undeclared dependencies. | Yehuda Katz + Carl Lerche | 2009-06-08 | 3 | -15/+31 |
* | Ensure ERB source begins with the encoding comment | Jeremy Kemper | 2009-06-01 | 1 | -4/+21 |
* | fix for IE incompatibility of :disable_with in submit_tag | Han Kessels | 2009-06-01 | 1 | -3/+3 |
* | Ruby 1.9: ERB template encoding using a magic comment at the top of the file | Jeremy Kemper | 2009-05-28 | 1 | -1/+1 |
* | Ruby 1.9: flushing the output buffer preserves its encoding | Jeremy Kemper | 2009-05-28 | 1 | -0/+11 |
* | Reinstate pending output buffer tests | Jeremy Kemper | 2009-05-28 | 1 | -28/+36 |
* | Get all template tests passing on new base | Carl Lerche | 2009-05-26 | 1 | -1/+4 |
* | Added the :rjs render option | Yehuda Katz + Carl Lerche | 2009-05-21 | 2 | -0/+8 |
* | Truncate helper accepts a :separator for a more legible result [#1807 state:r... | Andy Stewart | 2009-05-18 | 1 | -0/+3 |
* | Ensure number_to_human_size does not strip zeros from the end [#1763 state:re... | Travis Briggs | 2009-05-17 | 1 | -0/+4 |
* | Ensure auto_link does not ignore multiple trailing punctuations [#2504 state:... | Lance Ivy | 2009-05-17 | 1 | -0/+7 |
* | Allow strings to be sent as collection to select. | José Valim | 2009-05-15 | 1 | -0/+22 |
* | Merge branch 'master' into wip_abstract_controller | Yehuda Katz + Carl Lerche | 2009-05-11 | 2 | -21/+31 |
|\ |
|
| * | Functional test runner finalizes response just like the integration test runn... | Joshua Peek | 2009-05-02 | 2 | -19/+29 |
|/ |
|
* | Deprecate template, session, assigns, and layout accessors on response object... | Joshua Peek | 2009-04-28 | 2 | -10/+10 |
* | Refactor ActionView::Template | Yehuda Katz + Carl Lerche | 2009-04-27 | 2 | -42/+8 |
* | * Add pluggable JSON backends with support for the JSON gem. [rick] | rick | 2009-04-23 | 1 | -8/+8 |
* | Refactor ActionView::Path | Yehuda Katz + Carl Lerche | 2009-04-22 | 1 | -12/+8 |
* | Makes rails-dev-boost work again | Carl Lerche & Yehuda Katz | 2009-04-14 | 2 | -6/+6 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 19 | -995/+1397 |
|\ |
|
| * | Object names with underscore do the wrong lookup in I18n on error_messages_for. | José Valim | 2009-04-05 | 1 | -3/+6 |
| * | Additional template render test for backup files [#2367 state:resolved] | Cezary Baginski | 2009-04-02 | 2 | -0/+8 |
| * | Fix template extension parsing. [#2315 state:resolved] [#2284 state:resolved] | thedarkone | 2009-03-24 | 1 | -0/+32 |
| * | pluginize concurrent block body part | Jeremy Kemper | 2009-03-19 | 1 | -80/+0 |
| * | Pare down unit test | Jeremy Kemper | 2009-03-16 | 1 | -36/+6 |
| * | Less ceremony | Jeremy Kemper | 2009-03-13 | 1 | -27/+34 |
| * | Extract output buffer test | Jeremy Kemper | 2009-03-13 | 2 | -34/+35 |
| * | Simplify parts and tests | Jeremy Kemper | 2009-03-13 | 1 | -9/+8 |
| * | Fix tests | Jeremy Kemper | 2009-03-13 | 1 | -4/+4 |
| * | Example using an edge side include body part to fetch queued rendering results | Jeremy Kemper | 2009-03-13 | 1 | -9/+27 |
| * | Body parts: future rendering, threaded future, queued future, open-uri example | Jeremy Kemper | 2009-03-13 | 2 | -35/+142 |
| * | Introduce flush_output_buffer to append the buffer to the response body then ... | Jeremy Kemper | 2009-03-13 | 1 | -0/+35 |
| * | Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:reso... | Eugene Pimenov | 2009-03-10 | 1 | -0/+6 |
| * | Fixed number_to_phone to work with 7 digit numbers [#2176 state:resolved] | rpheath | 2009-03-09 | 1 | -0/+1 |
| * | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -1/+1 |