aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/placeholderable.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Rename method to make explicit its intentionRafael Mendonça França2015-02-051-1/+1
| | | | call is too generic
* 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-5/+7
|
* just use the placeholder tag value if it is passed as a StringAlex Robbin2014-08-221-1/+3
|
* add I18n support for `:placeholder` HTML option is passed to form fieldsAlex Robbin2014-08-221-0/+32
|
* Revert "Add I18n support for `:placeholder` HTML option is passed to form ↵Jeremy Kemper2014-08-211-32/+0
| | | | fields"
* add I18n support for `:placeholder` HTML option is passed to form fieldsAlex Robbin2014-08-121-0/+32