aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-015-5/+5
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1317-17/+0
* Fixes grammar in comments on tag_name and tag_idMichael Bock2019-04-251-2/+2
* Ruby 2.4 and later support native Unicode case mappingsRyuta Kamizono2019-03-181-1/+1
* Fix unique DOM IDs for collection inputsMark Edmondson2019-01-251-1/+1
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* Fix leaking special form_with attributes into html attributesYurii Cherniavskyi2018-07-201-1/+1
* Interpolate '' instead of nil when multiple is false.Dillon Welch2018-03-201-3/+3
* Let select render default selected option for required fieldSerj Prikhodko2018-02-271-1/+5
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-6/+1
* Make sure that form_with_generates_ids only affects form_withRafael Mendonça França2017-11-254-2/+5
* Change `form_with` to generates ids by defaultnpezza932017-11-255-11/+4
* [Action View] require_relative => requireAkira Matsuda2017-10-216-6/+6
* 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
* | Allow non-English values for collection_radio_buttons/check_boxescolorfulfool2017-08-021-1/+1
* | Use frozen string literal in actionview/Kir Shatrov2017-07-2435-0/+70
|/
* [Action View] require => require_relativeAkira Matsuda2017-07-016-6/+6
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`yuuji.yaginuma2017-06-112-0/+2
* Move slicing to initializer.Kasper Timm Hansen2017-06-072-2/+2
* Fix select tag helper used with Enumerable choicesSam Pohlenz2017-05-171-1/+1
* Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...kyuden2017-04-241-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-052-2/+2
* Generate indexed names in input even when objects are not persistedRafael Mendonça França2017-01-031-2/+13
* No need to nodoc private methodsAkira Matsuda2016-12-242-7/+7
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* form_with: allow methods outside the model.Kasper Timm Hansen2016-12-181-3/+14
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-132-3/+15
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-6/+6
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-142-6/+6
* Add three new rubocop rulesRafael Mendonça França2016-08-162-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-069-233/+233
* modernizes hash syntax in actionviewXavier Noria2016-08-065-10/+10
* applies new string literal convention in actionview/libXavier Noria2016-08-069-11/+11
* New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-271-2/+2
* Fix typo in exception class nameCédric Félizard2016-06-261-1/+1
* Change datetime to datetime-local helper tagHerminio Torres2016-06-211-1/+1
* Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"eileencodes2016-06-211-15/+0
* Fix doc [ci skip]Daniel Gomez de Souza2016-01-271-1/+1
* Fix collection_radio_buttons' hidden_field name and make it appear before the...Santiago Pastorino2015-12-312-2/+10
* Fix week_field returning invalid valueChristoph2015-11-101-1/+1
* Collection check boxes propagates input's id to the label's for attribute.Vasiliy Ermolovich2015-10-201-0/+2
* Add a hidden field on the collection_radio_buttonsMauro George2015-09-243-32/+29
* Raise an ArgumentError when `include_blank` is false for a required field inGrey Baker2015-06-081-3/+9
* Merge pull request #18845 from bogdan/remove-code-dups-in-action-viewRafael Mendonça França2015-02-112-33/+25
|\
| * Remove code duplication in ActionView::Helpers::Tags::BaseBogdan Gusiev2015-02-112-33/+25
* | Remove warning from ActionView::Helpers::Tags::TranslatorYuki Nishijima2015-02-081-1/+3
|/
* Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_forMiklos Fazekas2015-02-061-1/+1
* Rename method to make explicit its intentionRafael Mendonça França2015-02-053-3/+3
* Use kwags to make the argument meaning explicitRafael Mendonça França2015-02-053-6/+6