aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* call `capture` fewer times from `form_for`Aaron Patterson2014-06-021-1/+2
* :cry::gun: use an empty hash for magical speed.Aaron Patterson2014-05-121-1/+5
* Add test for using ActionView::Helpers::FormHelper.label with block and htmlZachary Scott2014-04-221-0/+1
* Fix 'fields_for' doc typo.Cakey | Buddy Magsipoc2014-03-101-2/+2
* Switched to use `display:none` in extra_tags_for_form method.Gaelian Ditchburn2014-01-051-4/+4
* Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-031-2/+2
* Merge pull request #13138 from gsamokovarov/remove-cattr-requiresGuillermo Iguaran2013-12-021-1/+1
|\
| * Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* | Make ActionView::Tags loading tread safeRafael Mendonça França2013-12-021-1/+0
|/
* Fix typo in form_helper.rbAdam Jahnke2013-10-161-1/+1
* form_for - fix :namespace and :as options clashAdam Niedzielski2013-09-091-1/+2
* Remove `FormBuilder` deprecation warning about block argument and associated ...Vipul A M2013-07-021-5/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+1880