| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #7594 from guilleiguaran/rb-template-handler | Rafael Mendonça França | 2012-09-10 | 1 | -0/+8 |
|\ |
|
| * | Add .rb template handler | Guillermo Iguaran | 2012-09-11 | 1 | -0/+8 |
* | | ' dates back to SGML when ' was introduced in HTML 4.0 | Kalys Osmonov | 2012-09-09 | 6 | -10/+10 |
|/ |
|
* | Add a separation option for the excerpt function | Guirec Corbel | 2012-09-08 | 1 | -0/+13 |
* | Use the same logger that ActionView::Base for the Digestor | Rafael Mendonça França | 2012-09-05 | 1 | -14/+17 |
* | Fix build about TemplateDigestorTest. | kennyj | 2012-08-30 | 1 | -3/+3 |
* | `Digestor` can now parse old style hash syntax for `render` | Christos Zisopoulos | 2012-08-30 | 1 | -0/+6 |
* | `Digestor` ignores most whitespace when parsing `render` invocations | Christos Zisopoulos | 2012-08-30 | 1 | -0/+23 |
* | Add automatic template digests to all CacheHelper#cache calls (originally spi... | David Heinemeier Hansson | 2012-08-29 | 1 | -0/+128 |
* | Fix ActionView::RecordIdentifier to work as a singleton | Piotr Sarnacki | 2012-08-28 | 1 | -0/+9 |
* | Deprecate Template#mime_type | Piotr Sarnacki | 2012-08-28 | 1 | -0/+7 |
* | Don't require action_dispatch in ActionView::UrlHelpers | Piotr Sarnacki | 2012-08-28 | 2 | -2/+3 |
* | Add ActionView::Base.default_formats | Piotr Sarnacki | 2012-08-28 | 1 | -0/+11 |
* | Deprecate mime types lookup in auto_discovery_link_tag | Piotr Sarnacki | 2012-08-28 | 1 | -1/+10 |
* | Remove stubs from LogSubscriber tests | Piotr Sarnacki | 2012-08-28 | 1 | -3/+4 |
* | Move ActionController::RecordIdentifier to ActionView | Piotr Sarnacki | 2012-08-28 | 1 | -0/+40 |
* | Create variable only in the test that uses it | Carlos Antonio da Silva | 2012-08-25 | 1 | -3/+3 |
* | correct handling of date selects when using both disabled and discard options | Vasiliy Ermolovich | 2012-08-25 | 1 | -0/+24 |
* | option_tags coerced to "" instead of nil | Sandeep | 2012-08-21 | 1 | -0/+12 |
* | Indentation should consider line number character count. | Lucas Uyezu | 2012-08-13 | 1 | -0/+9 |
* | Add support for start_hour and end_hour options in select_hour helper | Evan Tann | 2012-08-13 | 1 | -0/+29 |
* | Ensure option_html_attributes does not modify the given option hashes | Carlos Antonio da Silva | 2012-08-11 | 1 | -0/+9 |
* | Simplify html attributes generation for options_for_select | Carlos Antonio da Silva | 2012-08-11 | 1 | -5/+6 |
* | check for nil or empty record in form_for | schneems | 2012-08-10 | 1 | -0/+14 |
* | Do not mark strip_tags result as html_safe | Santiago Pastorino | 2012-08-09 | 1 | -2/+2 |
* | Allow data attributes to be set as a first-level option for form_for, so you ... | David Heinemeier Hansson | 2012-08-08 | 1 | -0/+6 |
* | Deprecate `button_to_function` and `link_to_function` helpers. | Rafael Mendonça França | 2012-08-07 | 1 | -0/+42 |
* | Revert "Merge pull request #7033 from kron4eg/master". Not a a fan at all of ... | David Heinemeier Hansson | 2012-08-07 | 1 | -54/+0 |
* | Restoring the '%' trim mode for ERb templates, allowing for a leading percent... | Artiom Di | 2012-08-07 | 1 | -0/+54 |
* | Do not include application.js if it doesn't exists | Prem Sichanugrist | 2012-08-06 | 1 | -0/+9 |
* | Don't use `html_escape` to test the escaping | Rafael Mendonça França | 2012-08-05 | 4 | -4/+4 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 4 | -4/+4 |
* | Add test select_tag escapes prompt | Santiago Pastorino | 2012-08-03 | 1 | -0/+6 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 4 | -4/+0 |
* | Improve error handling when using partial name with hyphen. Fix #7079 | kennyj | 2012-08-03 | 1 | -0/+7 |
* | html_escape should escape single quotes | Santiago Pastorino | 2012-07-31 | 6 | -22/+22 |
* | Replace the flush parameter with a Hash. | Lucas Mazza | 2012-07-24 | 1 | -9/+9 |
* | Add one more test case to make sure that data attributes are being | Rafael Mendonça França | 2012-07-22 | 1 | -0/+7 |
* | Merge pull request #7123 from nashby/data-in-options | Rafael Mendonça França | 2012-07-22 | 1 | -7/+14 |
|\ |
|
| * | don't escape options in option_html_attributes method | Vasiliy Ermolovich | 2012-07-22 | 1 | -7/+14 |
* | | Add back `:disable_with` and change deprecation horizon to 4.1 | Carlos Galdino + Rafael Mendonça França | 2012-07-21 | 2 | -2/+34 |
* | | Add back `:confirm` and change deprecation horizon to 4.1 | Carlos Galdino + Rafael Mendonça França | 2012-07-21 | 2 | -0/+86 |
|/ |
|
* | Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` option | Carlos Galdino | 2012-07-18 | 2 | -9/+16 |
* | Common behavior with adding formats to lookup_context for TemplateRenderer an... | Dmitry Vorotilin | 2012-07-18 | 1 | -0/+10 |
* | Fixed bug creating invalid HTML in select options | Rusty Geldmacher | 2012-07-10 | 1 | -0/+14 |
* | Remove AS declarative extension from erb tag test | Carlos Antonio da Silva | 2012-07-08 | 1 | -3/+0 |
* | Added support add_flash_types | kennyj | 2012-07-07 | 1 | -6/+6 |
* | Move number helper i18n related tests to AS | Carlos Antonio da Silva | 2012-06-24 | 1 | -122/+0 |
* | Refactor AV number helper tests with invalid numbers | Carlos Antonio da Silva | 2012-06-24 | 1 | -44/+14 |
* | Merge pull request #6428 from pinetops/resolver_concurrency_fix | Yehuda Katz | 2012-06-21 | 1 | -4/+4 |
|\ |
|