aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Make ActionView frozen string literal friendly.Pat Allan2017-06-2011-209/+209
* | | Merge pull request #29349 from robertomiranda/responsive-imagesMatthew Draper2017-07-021-1/+4
|\ \ \
| * | | Add `srcset` option to `image_tag` helperRoberto Miranda2017-06-291-1/+4
| | |/ | |/|
* / | Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-0/+6
|/ /
* / Fix current_page? helper issue with engine root pathsavroff2017-06-191-3/+13
|/
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`yuuji.yaginuma2017-06-111-18/+18
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-081-21/+26
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-081-0/+40
* Don't support namespace in form_with.Kasper Timm Hansen2017-06-071-18/+0
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Merge pull request #29187 from robin850/remove-mathnRafael França2017-05-301-3/+11
|\
| * Remove requirement on mathnRobin Dupret2017-05-301-3/+11
* | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-263-4/+4
|\ \
| * | Define path with __dir__bogdanvlviv2017-05-233-4/+4
| |/
* | Merge pull request #29119 from spohlenz/fix-select-with-enumerableMatthew Draper2017-05-241-0/+17
|\ \ | |/ |/|
| * Fix select tag helper used with Enumerable choicesSam Pohlenz2017-05-171-0/+17
* | Add :json type to auto_discovery_link_tagMike Gunderloy2017-05-201-0/+1
* | ERB::Util.url_encode no longer escapes ~ since ruby 2.5Akira Matsuda2017-05-191-2/+2
* | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-182-4/+4
|/
* Should escape meta characters in regexpRyuta Kamizono2017-05-073-9/+9