aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fix output of `select_tag` with `include_blank: true` [ci skip]yuuji.yaginuma2017-11-081-1/+1
* Merge remote-tracking branch 'upstream/master' into nofollow-changeDillon Welch2017-11-031-2/+2
|\
| * removed unnecessary returnsShuhei Kitagawa2017-10-281-2/+2
* | Fix typoDillon Welch2017-11-021-1/+1
* | Use blank? check instead of key? checkDillon Welch2017-11-021-3/+3
* | Prevent extra string allocations when no 'rel' arg passedDillon Welch2017-10-261-3/+7
|/
* [Action View] require_relative => requireAkira Matsuda2017-10-2114-20/+20
* Remove extra spaces in the args in the `time_zone_select` [ci skip]Ryuta Kamizono2017-10-161-6/+6
* Fix some typos.Mike Boone2017-10-101-1/+1
* Merge pull request #30831 from masatooba/fix-radio-button-tag-commentEileen M. Uchitelle2017-10-081-1/+1
|\
| * Fix radio_button_tag commentMasato Oba2017-10-081-1/+1
* | request checkpavel2017-10-051-2/+2
|/
* Implement H2 Early Hints for Railseileencodes2017-10-041-4/+26
* Merge pull request #29791 from yui-knk/at_objectRyuta Kamizono2017-09-0513-19/+19
|\
| * Do not pass an instance variable to a private methodyui-knk2017-09-0513-19/+19
* | Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-273-11/+11
* | Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-2718-18/+18
* | Remove `alt` text from `image_tag` example [ci skip]yuuji.yaginuma2017-08-242-7/+7
* | Remove alt generation from image_submit_tagRafael Mendonça França2017-08-231-6/+6
* | Merge pull request #30213 from ckundo/ccundiff-alt-text-defaultRafael Mendonça França2017-08-231-13/+9
|\ \
| * | Do not generate default alt text in image tagsCameron Cundiff2017-08-171-13/+9
* | | [ci skip] form_with in the getting started guide.Kasper Timm Hansen2017-08-211-0/+30
|/ /
* | Add code formatting and minor grammar clarificationsT.J. Schuck2017-08-091-10/+10
* | Fix broken RDoc formattingT.J. Schuck2017-08-091-1/+1
* | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-2/+23
* | Merge pull request #30020 from rails/active-storage-importDavid Heinemeier Hansson2017-08-042-2/+9
|\ \
| * | Remove duplicated convert_direct_upload_option_to_urlRafael Mendonça França2017-08-032-7/+4
| * | Refactor convert_direct_upload_option_to_urlRafael Mendonça França2017-08-031-3/+4
| * | Make sure Action View doesn't break with Active StorageRafael Mendonça França2017-08-031-1/+1
| * | Add requireDavid Heinemeier Hansson2017-08-011-0/+1
| * | Move the direct_upload: true convenience option from the activestorage helper...David Heinemeier Hansson2017-07-312-2/+10
* | | Allow non-English values for collection_radio_buttons/check_boxescolorfulfool2017-08-021-1/+1
|/ /
* | Suppress warning from actionview controller helper.Christina Thompson2017-07-241-1/+1
* | Merge pull request #29897 from kirs/frozen-actionviewRafael França2017-07-2459-1/+117
|\ \
| * | Use frozen string literal in actionview/Kir Shatrov2017-07-2459-1/+117
* | | Merge pull request #29792 from lugray/delegate_respond_toRafael França2017-07-241-2/+10
|\ \ \ | |/ / |/| |
| * | Delegate respond_to? in ActionView::Helpers::ControllerHelperLisa Ugray2017-07-191-2/+10
* | | Merge pull request #29884 from padi/update_rails_5_upgrade_guideRafael França2017-07-211-2/+2
|\ \ \ | |/ / |/| |
| * | Suppress documentation for content_tag_for and div_for since they were remove...Marc Rendl Ignacio2017-07-211-2/+2
| |/
* / [ci skip]Replace jquery-ujs with rails-ujswillnet2017-07-191-1/+1
|/
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-024-7/+21
|\
| * Avoid shadowed variableMatthew Draper2017-07-021-2/+2
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0259-59/+1
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0259-1/+59
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0159-1/+59
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-023-5/+5
| |\ \
| | * | Make ActionView frozen string literal friendly.Pat Allan2017-06-202-3/+3
| | * | Make ActiveModel frozen string literal friendly.Pat Allan2017-06-201-2/+2
| * | | Merge pull request #29349 from robertomiranda/responsive-imagesMatthew Draper2017-07-021-2/+16
| |\ \ \ | | |_|/ | |/| |
| | * | Add `srcset` option to `image_tag` helperRoberto Miranda2017-06-291-1/+15
| |/ /