aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Add preload_link_tag helper.Guillermo Iguaran2017-11-281-0/+75
* Make sure the request exist befoe trying to send early hintsRafael Mendonça França2017-11-281-2/+2
* Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1
* Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-271-1/+1
* Make sure that form_with_generates_ids only affects form_withRafael Mendonça França2017-11-255-3/+9
* Make form_with_generates_ids default in Rails 5.2Rafael Mendonça França2017-11-251-3/+1
* Change `form_with` to generates ids by defaultnpezza932017-11-257-35/+16
* Fix asset url examples [ci skip]Ryuta Kamizono2017-11-151-6/+6
* Merge pull request #30963 from q-centrix/performance-improvements-add_method_...Rafael França2017-11-141-1/+14
|\
| * Performance improvements for add_method_to_attributes!Dillon Welch2017-11-071-1/+14
* | Fix field_error_proc wrap form select optgroup and divider option tagneumayr2017-11-091-2/+6
* | 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-033-6/+2
|\
| * Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-2/+2
| |\
| | * removed unnecessary returnsShuhei Kitagawa2017-10-281-2/+2
| * | Remove unused `MissingRequestError`yuuji.yaginuma2017-10-312-4/+0
| |/
* | 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
|/
* Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-233-97/+0
* [Action View] require_relative => requireAkira Matsuda2017-10-2125-35/+35
* 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-102-3/+3
* 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
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-302-7/+1
* 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
* | Fix outdated comment [ci skip]yuuji.yaginuma2017-09-021-1/+1
* | double assign is no longer an effective workaround for unused variable warningAkira Matsuda2017-09-011-1/+1
* | Clarify intentions around method redefinitionsMatthew Draper2017-09-012-4/+4
* | Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-275-24/+24
* | Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-2722-22/+22
* | 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
|/ /
* | Merge pull request #30165 from tjschuck/code_formatting_fixRafael França2017-08-111-10/+10
|\ \
| * | Add code formatting and minor grammar clarificationsT.J. Schuck2017-08-091-10/+10
* | | Fix RDoc formatting: `+` doesn't work with `@`ohbarye2017-08-111-1/+1
|/ /
* | 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-043-2/+21
|\ \
| * | 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-032-1/+13