aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-121-1/+1
|
* Refactor value sanitization logicCarlos Antonio da Silva2012-02-021-7/+15
| | | | | | | | | | * Extract value sanitization from default name and id method and new collection helpers; * No need to sanitize value in default name and id always; * Improve value_before_type_cast to avoid concating the same method name string twice. [Carlos Antonio da Silva + Rafael Mendonça França]
* Refactor the methods to use instance variablesRafael Mendonça França2012-02-021-1/+5
| | | | [Carlos Antonio da Silva + Rafael Mendonça França]
* Raise a better error if anyone wants to create your own ↵Rafael Mendonça França2012-01-231-2/+3
| | | | ActionView::Helpers::Tags::Base child and do not implement the render method
* 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