aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/label.rb
Commit message (Expand)AuthorAgeFilesLines
* Change `form_with` to generates ids by defaultnpezza932017-11-251-4/+0
* 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
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-131-0/+4
* Rename method to make explicit its intentionRafael Mendonça França2015-02-051-1/+1
* Use kwags to make the argument meaning explicitRafael Mendonça França2015-02-051-1/+1
* Reduce duplication when generating translationsMaarten Claes2015-01-221-17/+3
* Convert with `to_model` before calling ActiveModel methods on `object`Maarten Claes2015-01-221-3/+7
* provide a builder for form labels to customize wrapping around I18n contentAlex Robbin2014-08-201-22/+46
* Use #model_name on instances instead of classesAmiel Martin2014-06-241-1/+1
* Include label value in i18n attribute lookupJoshua Cody2014-05-061-2/+2
* Fix ActionView label translation for more than 10 nested elementsVladimir Krylov2014-02-241-1/+1
* Label only accepts `:index` and `:namespace` attributes from the inputAndriel Nuernberg2013-12-051-1/+0
* handle `:namespace` form option in collection labelsVasiliy Ermolovich2013-09-221-0/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+65