aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags
Commit message (Expand)AuthorAgeFilesLines
...
* Use new hash syntaxRafael Mendonça França2015-02-051-1/+1
* Change the method visibilityRafael Mendonça França2015-02-051-2/+4
* Only check if object respond_to to_model onceRafael Mendonça França2015-02-051-6/+2
* placeholder doesn't exist inside this contextRafael Mendonça França2015-02-051-2/+2
* Reduce duplication when generating translationsMaarten Claes2015-01-223-34/+46
* Convert with `to_model` before calling ActiveModel methods on `object`Maarten Claes2015-01-222-8/+14
* Only use the `_before_type_cast` in the form when from user inputSean Griffin2015-01-141-2/+9
* Revert "Don't use the `_before_type_cast` version of attributes in the form"Sean Griffin2015-01-143-2/+12
* Don't use the `_before_type_cast` version of attributes in the formSean Griffin2015-01-143-12/+2
* Merge pull request #17973 from maurogeorge/file_field_hidden_fieldRafael Mendonça França2015-01-021-0/+15
|\
| * Add a hidden_field on the file_fieldMauro George2015-01-021-0/+13
|/
* Remove block from superJose Añasco2014-12-232-10/+12
* Fix options overwritten by superJose Añasco2014-12-092-11/+10
* Honor public/private in ActionView::Helpers::Tags::Base#valueTobias Pfeiffer2014-10-311-1/+1
* Merge pull request #16488 from agrobbin/form-label-builderJeremy Kemper2014-08-251-22/+46
|\
| * provide a builder for form labels to customize wrapping around I18n contentAlex Robbin2014-08-201-22/+46
* | 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-223-0/+40
* | Revert "Add I18n support for `:placeholder` HTML option is passed to form fie...Jeremy Kemper2014-08-213-40/+0
|/
* Merge pull request #15889 from carnesmedia/model-nameRafael Mendonça França2014-08-171-1/+1
|\
| * Use #model_name on instances instead of classesAmiel Martin2014-06-241-1/+1
* | add I18n support for `:placeholder` HTML option is passed to form fieldsAlex Robbin2014-08-123-0/+40
* | Fixed #select form builder helper to support block with html outputBogdan Gusiev2014-08-051-1/+1
* | Use if/elseRafael Mendonça França2014-06-301-2/+5
* | Add String support for min/max attributes on DatetimeFieldTodd Bealmear2014-06-301-2/+7
|/
* In actionview, eliminate calls to tag that use html_safe parameter values. Th...Paul Grayson2014-06-131-1/+0
* Include label value in i18n attribute lookupJoshua Cody2014-05-061-2/+2
* `collection_check_boxes` respects `:index` option for the hidden filed name.Vasiliy Ermolovich2014-04-141-4/+13
* CollectionHelpers now accepts a readonly optionMauro George2014-04-121-1/+1
* Merge pull request #12662 from nashby/include-hidden-collectionRafael Mendonça França2014-03-151-3/+7
|\
| * add include_hidden option to collection_check_boxes helperVasiliy Ermolovich2013-10-271-3/+7
* | 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-052-2/+1
|/
* Use the given name in html_options for the hidden field in collection_check_b...Angel N. Sciortino2013-09-241-1/+2
* Fix some edge cases for AV `select` helper with `:selected` optionBogdan Gusiev2013-09-231-1/+2
* Ability to pass block to AV#select helperBogdan Gusiev2013-09-231-1/+2
* handle `:namespace` form option in collection labelsVasiliy Ermolovich2013-09-222-1/+3
* text_area should handle nil value option like text_fieldJoel Cogen2013-07-242-3/+3
* Clean the code a bitSantiago Pastorino2013-06-292-2/+2
* fetch value(s) from stringified optionsJon Rowe2013-06-292-2/+2
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-2033-0/+958