aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug creating invalid HTML in select optionsRusty Geldmacher2012-07-101-2/+2
* Make :prompt work as documentedRafael Mendonça França2012-05-161-2/+1
* Do not add `:include_blank` option if prompt is presentRafael Mendonça França2012-05-131-3/+3
* Only set `:include_blank` if the value of this options is not presentRafael Mendonça França2012-05-131-1/+1
* `:include_blank` should be true if the size option is nilRafael Mendonça França2012-05-131-2/+2
* Always include the options :include_blank if the select has a required attributeangelo giovanni capilleri2012-05-131-0/+5
* pass default value as argument to fetchSergey Nartimov2012-04-061-1/+1
* add 'include_hidden' option to select tag, closes #5402Vasiliy Ermolovich2012-03-131-1/+2
* Fixes #5324 by removing default size options from input:text and default cols...Philip Arndt2012-03-101-2/+0
* Merge branch 'master-security'Aaron Patterson2012-03-011-3/+2
|\
| * fix output safety issue with select optionsSergey Nartimov2012-02-201-3/+3
* | use content_tag instead stringsVasiliy Ermolovich2012-02-251-3/+4
* | correct fetching :name option in form fieldsVasiliy Ermolovich2012-02-231-3/+3
|/
* Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-121-1/+1
* Refactor value sanitization logicCarlos Antonio da Silva2012-02-021-7/+15
* Refactor the methods to use instance variablesRafael Mendonça França2012-02-021-1/+5
* Raise a better error if anyone wants to create your own ActionView::Helpers::...Rafael Mendonça França2012-01-231-2/+3
* Extract input_checked? to a moduleRafael Mendonça França2012-01-171-9/+0
* Extract CollectionSelectRafael Mendonça França2012-01-171-0/+23
* Remove code duplication between CheckBox ans RadioButtonRafael Mendonça França2012-01-171-0/+9
* Extract RadioButtonRafael Mendonça França2012-01-171-0/+4
* Rename classesRafael Mendonça França2012-01-171-0/+107