aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Change datetime to datetime-local helper tagHerminio Torres2016-06-211-38/+7
* Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"eileencodes2016-06-211-18/+0
* Fix a typo in `time_field` [ci skip]Jake Worth2016-06-051-1/+1
* Deprecate `datetime_field` and `datetime_field_tag` helpers.Wojciech Wnętrzak2016-03-311-0/+4
* Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...Rafael Mendonça França2016-03-051-2/+0
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-2/+2
* downcase default submit button value's model nameSteven Spiel2016-01-011-0/+2
* [ci skip] Fix which method `FormHelper#date_field` try to callyui-knk2015-09-271-1/+1
* Merge pull request #21431 from ojab/masterRafael Mendonça França2015-09-261-1/+8
|\
| * Handle nested fields_for by adding indexes to record_nameojab2015-08-301-1/+8
* | Correcting output of `file_field` with `multiple` attribute option [ci skip]amitkumarsuroliya2015-09-221-2/+2
* | No need the `a`shingo.nakanishi2015-09-171-2/+2
* | Fixed helpers submit button Examples [ci skip]shingo.nakanishi2015-09-171-1/+1
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-05-081-0/+1
|\
| * [ci skip] Add an example to ActionView::Helpers::FormBuilder#labelyui-knk2015-05-081-0/+1
* | [ci skip] Fix example codes of form_for methodyui-knk2015-05-021-26/+36