aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 2.7 warning: creating a Proc without a blockutilum2019-02-131-2/+2
* Generate doc of methods provided by form builders [ci skip]yuuji.yaginuma2018-12-261-0/+221
* Added maxlength example to text_field documentationRaghu Kamat2018-10-251-0/+3
* Add `:namespace` option to the api docs of `form_with` [ci skip]bogdanvlviv2018-08-271-0/+3
* Fix leaking special form_with attributes into html attributesYurii Cherniavskyi2018-07-201-0/+1
* passing splat keyword arguments as a single Hashutilum2018-04-041-1/+1
* Fix `new_framework_defaults_6_0.rb`bogdanvlviv2018-02-271-2/+2
* Merge pull request #32125 from rails/switch-to-not-enforcing-utf8-by-defaultAndrew White2018-02-271-2/+2
|\
| * Don't enforce UTF-8 by defaultAndrew White2018-02-271-2/+2
* | add :nodoc: to ActionView::Helpers::FormBuilder#emitted_hidden_id?Marcelo Perini Veloso2018-02-271-1/+1
|/
* Change translation key of submit_tag from module_name_class_name to module_na...Rui Onodera2018-02-271-1/+6
* Fix typo in API document FormHelper#fieldskami-zh2018-01-251-4/+3
* Fix typos, update documentationJames Lovejoy2018-01-111-3/+3
* 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-251-1/+4
* Change `form_with` to generates ids by defaultnpezza932017-11-251-24/+3
* [Action View] require_relative => requireAkira Matsuda2017-10-211-6/+6
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* [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
* Remove duplicated convert_direct_upload_option_to_urlRafael Mendonça França2017-08-031-6/+0
* Refactor convert_direct_upload_option_to_urlRafael Mendonça França2017-08-031-3/+4
* Add requireDavid Heinemeier Hansson2017-08-011-0/+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-6/+6
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-4/+2
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-8/+9
* Add `form_with_generates_remote_forms` config.Kasper Timm Hansen2017-04-161-1/+3
* Default embed_authenticity_token_in_remote_forms to nil.Kasper Timm Hansen2017-04-161-6/+8
* Fix module name [ci skip]yuuji.yaginuma2017-04-151-10/+10
* Close form_for tag in FormHelper API docsAlex Muller2017-04-131-2/+2
* do not mutate `object_name` of class in `fields_for`yuuji.yaginuma2016-12-271-1/+2
* fields: support attributes not on model.Kasper Timm Hansen2016-12-181-0/+2
* [ci skip] fields don't output ids by default anymore.Kasper Timm Hansen2016-12-181-2/+2
* form_with: allow methods outside the model.Kasper Timm Hansen2016-12-181-1/+13
* [ci skip] Replace remote with local in form_with doc.Kasper Timm Hansen2016-12-181-1/+1
* Make attributes output in html opt-in.Kasper Timm Hansen2016-12-181-1/+1
* Avoid invalid attribute on local forms generated by `form_with`George Claghorn2016-12-151-4/+0
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-131-3/+28
* Fix warning: method redefined; discarding old fieldsRyuta Kamizono2016-11-251-1/+1
* form_helper typo fix [ci skip]ota42y2016-11-221-1/+1
* Add form_with to unify form_tag/form_for. (#26976)Kasper Timm Hansen2016-11-211-2/+341
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* fix document for radio_buttonshingo-nakanishi2016-09-011-1/+2
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-9/+9
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionview/libXavier Noria2016-08-061-13/+13