aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-194-21/+21
* Add the `nonce: true` option for `javascript_include_tag` helper.Yaroslav Markin2018-04-171-0/+8
* Remove RecordTagHelperYoshiyuki Hirano2018-04-071-33/+0
* Fix digesting templates with mixed formatsJavan Makhmali2018-03-201-0/+12
* Fix occurrences Fixnum|Bignumbogdanvlviv2018-03-041-3/+3
* Let select render default selected option for required fieldSerj Prikhodko2018-02-271-0/+10
* Don't enforce UTF-8 by defaultAndrew White2018-02-273-0/+129
* Change translation key of submit_tag from module_name_class_name to module_na...Rui Onodera2018-02-272-2/+38
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-4/+2
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2517-89/+89
* Merge pull request #31578 from Aquaj/feature/allow-callables-in-select-group-...George Claghorn2017-12-291-0/+16
|\
| * Allow the use of callable objects as group methods for grouped selects.Jérémie Bonal2017-12-271-0/+16
* | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-152-7/+7
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-123-5/+5
* | Merge pull request #30361 from mfo/masterEileen M. Uchitelle2017-12-111-1/+20
|\ \ | |/ |/|
| * fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-251-1/+20
* | Add preload_link_tag helper.Guillermo Iguaran2017-11-281-0/+15
* | Make sure the request exist befoe trying to send early hintsRafael Mendonça França2017-11-281-0/+30
* | Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-271-0/+9
* | Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-272-2/+2
|/
* Add test to make sure form_for is not affected byRafael Mendonça França2017-11-251-0/+32
* Change `form_with` to generates ids by defaultnpezza932017-11-251-190/+218
* Fix field_error_proc wrap form select optgroup and divider option tagneumayr2017-11-092-1/+92
* Fix "warning: instance variable @defined_root not initialized"yuuji.yaginuma2017-11-021-1/+1
* Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-231-15/+0
* Remove unused `FixtureTemplate` classyuuji.yaginuma2017-10-191-11/+0
* Implement H2 Early Hints for Railseileencodes2017-10-042-1/+8
* Add test case for `font_url`yuuji.yaginuma2017-10-031-0/+26
* Fix `test_should_sanitize_illegal_style_properties` failureRyuta Kamizono2017-09-251-2/+2
* Make sure image_alt is deprecatedRafael Mendonça França2017-08-231-5/+15
* Remove alt generation from image_submit_tagRafael Mendonça França2017-08-231-1/+1
* Do not generate default alt text in image tagsCameron Cundiff2017-08-171-16/+16
* Fix RuboCop offensesKoichi ITO2017-08-166-67/+67
* Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-3/+0
* Merge pull request #30020 from rails/active-storage-importDavid Heinemeier Hansson2017-08-042-0/+68
|\
| * Refactor convert_direct_upload_option_to_urlRafael Mendonça França2017-08-031-0/+31
| * Make sure Action View doesn't break with Active StorageRafael Mendonça França2017-08-031-0/+37
* | Allow non-English values for collection_radio_buttons/check_boxescolorfulfool2017-08-021-0/+14
|/
* Fix testing helpers that use Action View's capturing helpers (e.g. content_for)George Claghorn2017-07-251-0/+8
* Merge pull request #29897 from kirs/frozen-actionviewRafael França2017-07-2446-0/+91
|\
| * Use frozen string literal in actionview/Kir Shatrov2017-07-2446-0/+91
* | Delegate respond_to? in ActionView::Helpers::ControllerHelperLisa Ugray2017-07-191-0/+11
|/
* Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-172-24/+24
* [Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Expectation firstAkira Matsuda2017-07-022-8/+8
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0246-46/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0246-0/+46
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-0146-0/+46
* | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-0211-209/+209
|\ \