aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * In actionview, eliminate calls to tag that use html_safe parameter values. Th...Paul Grayson2014-06-131-2/+4
|/
* document include_blank's usage with a string [ci skip]Greg Molnar2014-06-051-1/+4
* call `capture` fewer times from `form_for`Aaron Patterson2014-06-021-3/+2
* update docs to include html id for select_tagOmar Ismail2014-05-231-2/+2
* Form_tag_helper grammar fix [skip ci]Jon Atack2014-05-021-1/+1
* Add documentation to select_tag for :selected optionRizwan Reza2014-04-301-1/+5
* [ci skip] Added example for number_field_tag methodZENATI YASSINE2014-04-191-0/+28
* [ci skip] Added example for date_field_tag methodZENATI YASSINE2014-04-191-0/+13
* [ci skip] Added example for email_field_tag methodZENATI YASSINE2014-04-191-0/+13
* Merge pull request #14738 from tilsammans/pull/11407Rafael Mendonça França2014-04-171-3/+5
|\
| * Remove wrapping div with inline styles for hidden form fields.Joost Baaij2014-04-141-3/+5
* | [ci skip] Added examples for url_field_tag methodZENATI YASSINE2014-04-161-0/+13
* | [ci skip] Added examples for telephone_field_tag methodZENATI YASSINE2014-04-161-0/+13
* | [ci skip] Added examples for search_field_tag methodZENATI YASSINE2014-04-161-0/+13
* | [ci skip] Added examples for color_field_tag methodZENATI YASSINE2014-04-161-0/+13
|/
* Use 1.9 style hash on docs [ci skip]Carlos Antonio da Silva2014-03-041-1/+1
* Simplify handling of defaults/options in button_tagCarlos Antonio da Silva2014-03-041-4/+1
* remove private method and rewrite into more precise notationSergey Prikhodko2014-03-041-12/+12
* rollback to private methodSergey Prikhodko2014-03-031-5/+9
* cleanup and move extracted method right into the helperSergey Prikhodko2014-03-031-9/+5
* fix content_or_options to be replaced by options and set to nilSergey Prikhodko2014-03-031-1/+6
* fix indentationsSergey Prikhodko2014-03-031-4/+3
* fix form buttonSergey Prikhodko2014-03-031-5/+2
* fix button tag without optionsSergey Prikhodko2014-03-031-2/+2
* fix accept nil optionsSergey Prikhodko2014-03-031-3/+5
* fixes default attributes for button_tagSergey Prikhodko2014-03-031-7/+13