aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/text_field.rb
Commit message (Expand)AuthorAgeFilesLines
* [Action View] require_relative => requireAkira Matsuda2017-10-211-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
|/
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionview/libXavier Noria2016-08-061-1/+1
* Revert "Don't use the `_before_type_cast` version of attributes in the form"Sean Griffin2015-01-141-1/+1
* Don't use the `_before_type_cast` version of attributes in the formSean Griffin2015-01-141-1/+1
* Remove block from superJose Añasco2014-12-231-1/+0
* Fix options overwritten by superJose Añasco2014-12-091-0/+1
* add I18n support for `:placeholder` HTML option is passed to form fieldsAlex Robbin2014-08-121-0/+4
* In actionview, eliminate calls to tag that use html_safe parameter values. Th...Paul Grayson2014-06-131-1/+0
* text_area should handle nil value option like text_fieldJoel Cogen2013-07-241-2/+2
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+29