aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/select.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix leaking special form_with attributes into html attributesYurii Cherniavskyi2018-07-201-1/+1
* Make sure that form_with_generates_ids only affects form_withRafael Mendonça França2017-11-251-1/+1
* Change `form_with` to generates ids by defaultnpezza932017-11-251-1/+1
* Merge pull request #29791 from yui-knk/at_objectRyuta Kamizono2017-09-051-1/+1
|\
| * Do not pass an instance variable to a private methodyui-knk2017-09-051-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
* Fix select tag helper used with Enumerable choicesSam Pohlenz2017-05-171-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-4/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* modernizes hash syntax in actionviewXavier Noria2016-08-061-2/+2
* Fixed #select form builder helper to support block with html outputBogdan Gusiev2014-08-051-1/+1
* Ability to pass block to AV#select helperBogdan Gusiev2013-09-231-1/+2
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+40