aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags
Commit message (Expand)AuthorAgeFilesLines
* Extract the component rendering of collection_radio_buttons andRafael Mendonça França2012-12-262-2/+14
* Fix collection_radio_buttons with the option `:checked` with value ofRafael Mendonça França2012-12-261-1/+2
* Add missing require.Rafael Mendonça França2012-12-131-0/+2
* Remove deprecation message from Action PackCarlos Antonio da Silva2012-12-111-1/+1
* Support :multiple option on input tags with :indexDaniel Fox, Grant Hutchins & Trace Wax2012-11-022-6/+4
* check_box value can be not only an object of Array classVasiliy Ermolovich2012-10-201-3/+5
* Fixed bug creating invalid HTML in select optionsRusty Geldmacher2012-07-101-2/+2
* Refactor date related helpersCarlos Galdino2012-05-226-50/+26
* Add several HTML5 input helpersCarlos Galdino2012-05-214-0/+89
* Add HTML5 input[type="color"] helperCarlos Galdino2012-05-211-0/+25
* Add HTML5 input[type="time"] helperAlex Soulim2012-05-181-0/+14
* Don't need to force size to nilRafael Mendonça França2012-05-164-10/+0
* 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
* check checkboxes with array of strings as :checked optionVasiliy Ermolovich2012-05-051-1/+1
* Change check_box to work inverting the checked and unchecked valueRafael Mendonça França2012-04-291-4/+2
* pass default value as argument to fetchSergey Nartimov2012-04-061-1/+1
* Small #label method refactoring, thanks @rafaelfrancaAlexey Vakhov2012-04-011-3/+2
* Block version of label should wrapped in field_with_errors in case of errorAlexey Vakhov2012-04-011-1/+2
* Merge pull request #5621 from rafaelfranca/fix-2492-masterJeremy Kemper2012-03-271-3/+3
|\
| * Check if the options hash already exists and merge it with the anotherRafael Mendonça França2012-03-271-3/+3
* | Don't break Haml with textarea newline fix.James Coleman2012-03-271-1/+1
|/
* add include_hidden option to checkbox tagSergey Nartimov2012-03-131-2/+8
* 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-103-7/+2
* Merge branch 'master-security'Aaron Patterson2012-03-011-3/+2
|\
| * fix output safety issue with select optionsSergey Nartimov2012-02-201-3/+3
* | Add a new line after the textarea opening tag.Rafael Mendonça França2012-02-271-1/+1
* | Fix collection_check_boxes and collection_radio_buttons when using localRafael Mendonça França2012-02-261-0/+1
* | use content_tag instead stringsVasiliy Ermolovich2012-02-251-3/+4
* | correct fetching :name option in form fieldsVasiliy Ermolovich2012-02-231-3/+3
|/
* add selected and disabled option to grouped selectVasiliy Ermolovich2012-02-181-1/+6
* Allow collection helpers with block to access current object in the collectionCarlos Antonio da Silva2012-02-133-9/+10
* Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-122-1/+16
* Remove default class to collection_check_boxes andRafael Mendonça França2012-02-022-2/+2
* Allow collection radio_buttons/check_boxes to access current text/valueCarlos Antonio da Silva2012-02-021-0/+2
* Allow proc for value/text method in collection_selectCarlos Antonio da Silva2012-02-021-4/+0
* Move collection radio buttons / check boxes back to FormOptionsHelperCarlos Antonio da Silva2012-02-021-8/+6
* Extract common collection helpers to a module to avoid too much inheritanceCarlos Antonio da Silva2012-02-023-69/+93
* Create a Builder factory class to use with collection helpers + blockCarlos Antonio da Silva2012-02-022-17/+41
* Refactor collection helpers to extract radio/checkbox/label callsCarlos Antonio da Silva2012-02-022-8/+18
* Remove collection_wrapper* and item_wrapper* optionsCarlos Antonio da Silva2012-02-022-21/+3
* Refactor value sanitization logicCarlos Antonio da Silva2012-02-022-8/+16
* Refactor the methods to use instance variablesRafael Mendonça França2012-02-023-22/+26
* Refactor render_collection methodRafael Mendonça França2012-02-022-13/+9
* Add collection_check_boxes helperCarlos Antonio da Silva2012-02-021-0/+30
* Create collection_radio_buttons helperCarlos Antonio da Silva2012-02-021-0/+85