aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix select_tag so that is doesn't change options when include_blank is setYounes SERRAJ2019-05-221-1/+2
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-4/+4
* Inclusive Language in Documentation Examples [ci skip]Cassidy Kobewka2018-04-151-2/+2
* Pass the skip_pipeline option in image_submit_tagAndrew White2018-03-141-1/+2
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-1/+3
* Fix output of `select_tag` with `include_blank: true` [ci skip]yuuji.yaginuma2017-11-081-1/+1
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Fix radio_button_tag commentMasato Oba2017-10-081-1/+1
* Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Remove alt generation from image_submit_tagRafael Mendonça França2017-08-231-6/+6
* Remove duplicated convert_direct_upload_option_to_urlRafael Mendonça França2017-08-031-1/+4
* Make sure Action View doesn't break with Active StorageRafael Mendonça França2017-08-031-1/+1
* Move the direct_upload: true convenience option from the activestorage helper...David Heinemeier Hansson2017-07-311-1/+5
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Default embed_authenticity_token_in_remote_forms to nil.Kasper Timm Hansen2017-04-161-1/+1
* Prevent duplicate data-disable-with attributesTyler Hunt2017-01-031-14/+18
* Add missing spaces to button_tag api doc [ci skip] (#27369)Andreas Maierhofer2016-12-151-1/+1
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-16/+17
* applies remaining conventions across the projectXavier Noria2016-08-061-14/+14
* applies new string literal convention in actionview/libXavier Noria2016-08-061-15/+15
* Change datetime to datetime-local helper tagHerminio Torres2016-06-211-16/+3
* Confirm with the specification when generating emtpy option for select with `...Vipul A M2016-05-211-1/+3
* Deprecate `datetime_field` and `datetime_field_tag` helpers.Wojciech Wnętrzak2016-03-311-0/+4
* We are calling `to_s` in the method so we can call downcase nowRafael Mendonça França2016-02-221-3/+3
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-6/+6
* add option for per-form CSRF tokensBen Toews2016-01-041-2/+8
* fix TypeError when using submit_tag with Symbol valueyuuji.yaginuma2015-12-241-1/+1
* [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-061-1/+1
* Fix - Prevent adding of `data-disable-with` option twice in html.Akshay Vishnoi2015-09-181-1/+1
* Make disable_with default in submit_tagJustin Schiff2015-08-111-9/+23
* Cut string allocations in content_tag_stringschneems2015-07-291-4/+4
* Add missing spec and documentation for button_tag helperAkshay Vishnoi2015-05-241-2/+15
* [ci skip] Add `,`yui-knk2015-04-081-1/+1
* Corrects the API to method select_tagLeandro Nunes2015-02-201-2/+1
* fix typo in number_field_tag documentation [ci skip]yuuji.yaginuma2015-01-191-2/+2
* Fix select_tag generating tag when set to false.Guo Xiang Tan2014-11-211-1/+3
* Use new hash syntaxRafael Mendonça França2014-10-251-2/+3
* :scissors:Rafael Mendonça França2014-10-251-2/+1
* Merge pull request #17064 from frenkel/fix_select_tag_include_blankRafael Mendonça França2014-10-251-2/+8
|\
| * Use include_blank value as option labelFrank Groeneveld2014-10-171-2/+8
* | Fix how file_ and password_field_tag edit optionsclaudiob2014-10-151-2/+2
* | Remove duplicate stringify_keys in text_field_tagclaudiob2014-10-151-13/+13
* | Use #tr instead of #gsub where possibleAlex Weidmann2014-10-021-1/+1
|/
* Remove erroneous form_tag option docsT.J. Schuck2014-08-221-1/+0
* Clarify that unknown keys will become HTML attrsT.J. Schuck2014-08-221-0/+1
* [ci skip] correct output for asset_helper methodsKuldeep Aggarwal2014-06-161-5/+5
* Merge pull request #15693 from pdg137/enforce_utf8Matthew Draper2014-06-141-1/+4
|\