aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use new hash syntaxRafael Mendonça França2015-02-051-1/+1
* Change the method visibilityRafael Mendonça França2015-02-051-2/+4
* Only check if object respond_to to_model onceRafael Mendonça França2015-02-051-6/+2
* placeholder doesn't exist inside this contextRafael Mendonça França2015-02-051-2/+2
* Reduce duplication when generating translationsMaarten Claes2015-01-223-34/+46
* Convert with `to_model` before calling ActiveModel methods on `object`Maarten Claes2015-01-222-8/+14
* Only use the `_before_type_cast` in the form when from user inputSean Griffin2015-01-141-2/+9
* Revert "Don't use the `_before_type_cast` version of attributes in the form"Sean Griffin2015-01-143-2/+12
* Don't use the `_before_type_cast` version of attributes in the formSean Griffin2015-01-143-12/+2
* Merge pull request #17973 from maurogeorge/file_field_hidden_fieldRafael Mendonça França2015-01-021-0/+15
|\
| * Add a hidden_field on the file_fieldMauro George2015-01-021-0/+13
|/
* Remove block from superJose Añasco2014-12-232-10/+12