aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #31002 from ta1kt0me/call_ajax_without_beforeSendGuillermo Iguaran2017-10-292-1/+28
|\
| * Enable to call Rails.ajax without beforeSendta1kt0me2017-10-282-1/+28
* | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-281-1/+1
|/
* Merge pull request #30513 from y-yagi/fix_30444Akira Matsuda2017-10-251-1/+3
|\
| * Does not include disabled element in paramsyuuji.yaginuma2017-09-031-1/+3
* | Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-231-15/+0
* | Merge pull request #29127 from DmytroVasin/rails-ujs-remote-callbacksGuillermo Iguaran2017-10-191-63/+29
|\ \
| * | Fix callback in rails ujsVasin Dmitriy2017-06-071-63/+29
* | | 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
* | | Remove unused methods from `RenderPartialWithRecordIdentificationController`yuuji.yaginuma2017-09-301-10/+0
* | | Include `ActionDispatch::DrawOnce` in `ActiveSupport::TestCase`Ryuta Kamizono2017-09-271-1/+1
* | | Remove unused code that was copied from actionpackRyuta Kamizono2017-09-271-52/+1
* | | Fix `test_should_sanitize_illegal_style_properties` failureRyuta Kamizono2017-09-251-2/+2
| |/ |/|
* | Merge pull request #30392 from koic/unify_source_control_keep_file_nameMatthew Draper2017-08-311-0/+0
|\ \
| * | Unify the internal source control .keep file nameKoichi ITO2017-08-241-0/+0
* | | 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
* | | Merge pull request #30213 from ckundo/ccundiff-alt-text-defaultRafael Mendonça França2017-08-231-16/+16
|\ \ \ | |/ / |/| |
| * | Do not generate default alt text in image tagsCameron Cundiff2017-08-171-16/+16
* | | Use ssl in guide and comment [ci skip]Yoshiyuki Hirano2017-08-191-1/+1
|/ /
* | Fix RuboCop offensesKoichi ITO2017-08-167-69/+69
* | 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
|/ /
* | Merge pull request #30001 from y-yagi/fix_test_directoryKasper Timm Hansen2017-07-302-2/+2
|\ \
| * | Fix test directory to correct pathyuuji.yaginuma2017-07-302-2/+2
* | | 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-2474-0/+147
|\ \
| * | Use frozen string literal in actionview/Kir Shatrov2017-07-2474-0/+147
* | | Merge pull request #29792 from lugray/delegate_respond_toRafael França2017-07-241-0/+11
|\ \ \ | |/ / |/| |
| * | Delegate respond_to? in ActionView::Helpers::ControllerHelperLisa Ugray2017-07-191-0/+11
* | | Add jQuery to test vendor filesMarc Rendl Ignacio2017-07-202-1/+9832
|/ /
* | 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-0286-86/+0
* | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0286-0/+86
|\ \
| * | Enforce frozen string in RubocopKir Shatrov2017-07-0186-0/+86
* | | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-0213-212/+212
|\ \ \
| * | | Make ActionView frozen string literal friendly.Pat Allan2017-06-2013-212/+212