aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+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
* 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
* Make sure that form_with_generates_ids only affects form_withRafael Mendonça França2017-11-251-1/+2
* Change `form_with` to generates ids by defaultnpezza932017-11-251-4/+3
* Merge pull request #29791 from yui-knk/at_objectRyuta Kamizono2017-09-051-6/+6
|\
| * Do not pass an instance variable to a private methodyui-knk2017-09-051-6/+6
* | Allow non-English values for collection_radio_buttons/check_boxescolorfulfool2017-08-021-1/+1
* | Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Move slicing to initializer.Kasper Timm Hansen2017-06-071-1/+1
* Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...kyuden2017-04-241-1/+1
* Generate indexed names in input even when objects are not persistedRafael Mendonça França2017-01-031-2/+13
* 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-131-3/+11
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-99/+99
* modernizes hash syntax in actionviewXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionview/libXavier Noria2016-08-061-3/+3
* New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-271-2/+2
* Raise an ArgumentError when `include_blank` is false for a required field inGrey Baker2015-06-081-3/+9
* Remove code duplication in ActionView::Helpers::Tags::BaseBogdan Gusiev2015-02-111-25/+24
* 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-141-0/+10
* Don't use the `_before_type_cast` version of attributes in the formSean Griffin2015-01-141-10/+0
* Honor public/private in ActionView::Helpers::Tags::Base#valueTobias Pfeiffer2014-10-311-1/+1
* Fix some edge cases for AV `select` helper with `:selected` optionBogdan Gusiev2013-09-231-1/+2
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+147