aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Fix build about TemplateDigestorTest.kennyj2012-08-301-3/+3
* `Digestor` can now parse old style hash syntax for `render`Christos Zisopoulos2012-08-301-0/+6
* `Digestor` ignores most whitespace when parsing `render` invocationsChristos Zisopoulos2012-08-301-0/+23
* Add automatic template digests to all CacheHelper#cache calls (originally spi...David Heinemeier Hansson2012-08-291-0/+128
* Fix ActionView::RecordIdentifier to work as a singletonPiotr Sarnacki2012-08-281-0/+9
* Deprecate Template#mime_typePiotr Sarnacki2012-08-281-0/+7
* Don't require action_dispatch in ActionView::UrlHelpersPiotr Sarnacki2012-08-282-2/+3
* Add ActionView::Base.default_formatsPiotr Sarnacki2012-08-281-0/+11
* Deprecate mime types lookup in auto_discovery_link_tagPiotr Sarnacki2012-08-281-1/+10
* Remove stubs from LogSubscriber testsPiotr Sarnacki2012-08-281-3/+4
* Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-281-0/+40
* Create variable only in the test that uses itCarlos Antonio da Silva2012-08-251-3/+3
* correct handling of date selects when using both disabled and discard optionsVasiliy Ermolovich2012-08-251-0/+24
* option_tags coerced to "" instead of nilSandeep2012-08-211-0/+12
* Indentation should consider line number character count.Lucas Uyezu2012-08-131-0/+9
* Add support for start_hour and end_hour options in select_hour helperEvan Tann2012-08-131-0/+29
* Ensure option_html_attributes does not modify the given option hashesCarlos Antonio da Silva2012-08-111-0/+9
* Simplify html attributes generation for options_for_selectCarlos Antonio da Silva2012-08-111-5/+6
* check for nil or empty record in form_forschneems2012-08-101-0/+14
* Do not mark strip_tags result as html_safeSantiago Pastorino2012-08-091-2/+2
* Allow data attributes to be set as a first-level option for form_for, so you ...David Heinemeier Hansson2012-08-081-0/+6
* Deprecate `button_to_function` and `link_to_function` helpers.Rafael Mendonça França2012-08-071-0/+42
* Revert "Merge pull request #7033 from kron4eg/master". Not a a fan at all of ...David Heinemeier Hansson2012-08-071-54/+0
* Restoring the '%' trim mode for ERb templates, allowing for a leading percent...Artiom Di2012-08-071-0/+54
* Do not include application.js if it doesn't existsPrem Sichanugrist2012-08-061-0/+9
* Don't use `html_escape` to test the escapingRafael Mendonça França2012-08-054-4/+4
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-064-4/+4
* Add test select_tag escapes promptSantiago Pastorino2012-08-031-0/+6
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-024-4/+0
* Improve error handling when using partial name with hyphen. Fix #7079kennyj2012-08-031-0/+7
* html_escape should escape single quotesSantiago Pastorino2012-07-316-22/+22
* Replace the flush parameter with a Hash.Lucas Mazza2012-07-241-9/+9
* Add one more test case to make sure that data attributes are beingRafael Mendonça França2012-07-221-0/+7
* Merge pull request #7123 from nashby/data-in-optionsRafael Mendonça França2012-07-221-7/+14
|\
| * don't escape options in option_html_attributes methodVasiliy Ermolovich2012-07-221-7/+14
* | Add back `:disable_with` and change deprecation horizon to 4.1Carlos Galdino + Rafael Mendonça França2012-07-212-2/+34
* | Add back `:confirm` and change deprecation horizon to 4.1Carlos Galdino + Rafael Mendonça França2012-07-212-0/+86
|/
* Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-07-182-9/+16
* Common behavior with adding formats to lookup_context for TemplateRenderer an...Dmitry Vorotilin2012-07-181-0/+10
* Fixed bug creating invalid HTML in select optionsRusty Geldmacher2012-07-101-0/+14
* Remove AS declarative extension from erb tag testCarlos Antonio da Silva2012-07-081-3/+0
* Added support add_flash_typeskennyj2012-07-071-6/+6
* Move number helper i18n related tests to ASCarlos Antonio da Silva2012-06-241-122/+0
* Refactor AV number helper tests with invalid numbersCarlos Antonio da Silva2012-06-241-44/+14
* Merge pull request #6428 from pinetops/resolver_concurrency_fixYehuda Katz2012-06-211-4/+4
|\
| * Make the Resolver template cache threadsafe - closes #6404Tom Clarke2012-05-211-4/+4
* | stop subclassing stringAaron Patterson2012-06-211-1/+1
* | Respect absolute paths in compute_source_path.Steve Klabnik2012-06-161-3/+11
* | fix meaningless test caseAkira Matsuda2012-06-061-1/+1
* | accept a block in button helper.Yuki Nishijima2012-06-051-1/+5