aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* simplify namespace assignment in fields_forSergey Nartimov2012-03-021-1/+1
* Merge pull request #5242 from rails/opt_routesJosé Valim2012-03-021-9/+14
|\
| * Optimize url helpers.Sergey Nartimov + José Valim2012-03-021-9/+14
* | Allow fieldsets to be created without a block.Ben Pickles2012-03-011-2/+1
|/
* Merge branch 'master-security'Aaron Patterson2012-03-012-4/+3
|\
| * use AS::SafeBuffer#clone_empty for flushing the output_bufferAkira Matsuda2012-02-201-1/+1
| * fix output safety issue with select optionsSergey Nartimov2012-02-201-3/+3
* | Change asset_host config language to be more helpful and accurateGabe Hollombe2012-02-281-2/+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
* | Add documentation to object method of CollectionHelpers::BuilderRafael Mendonça França2012-02-261-6/+6
* | use content_tag instead stringsVasiliy Ermolovich2012-02-251-3/+4
* | Merge pull request #5117 from nashby/form-option-refactorJosé Valim2012-02-251-17/+11
|\ \
| * | refactor option_text_and_value and option_value_selected? methodsVasiliy Ermolovich2012-02-211-10/+3
| * | refactor time_zone_options_for_selectVasiliy Ermolovich2012-02-211-7/+8
| |/
* | consistently mention first patch, then putXavier Noria2012-02-241-1/+1
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-1/+1
* | correct fetching :name option in form fieldsVasiliy Ermolovich2012-02-231-3/+3
* | Add config.default_method_for_update to support PATCHDavid Lee2012-02-222-6/+6
* | Refactored two methods to use delete with a blockRuben Fonseca2012-02-211-1/+1
|/
* refactor options_for_selectVasiliy Ermolovich2012-02-201-7/+8
* refactor grouped_options_for_selectVasiliy Ermolovich2012-02-201-5/+5
* Merge pull request #5083 from nashby/grouped-select-optionsJosé Valim2012-02-201-1/+6
|\
| * add selected and disabled option to grouped selectVasiliy Ermolovich2012-02-181-1/+6
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-181-5/+5
|\ \ | |/ |/|
| * Update f.button docs to reflect real label implementationCarlos Antonio da Silva2012-02-141-5/+5
* | Allow collection helpers with block to access current object in the collectionCarlos Antonio da Silva2012-02-133-9/+10
* | remove unwanted require for string encodingVishnu Atrai2012-02-131-1/+0
* | Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-125-1/+43
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-091-1/+1
|\
| * Stop referring to Atom as "ATOM"Tom Stuart2012-02-051-1/+1
* | Trim down Active Model API by removing valid? and errors.full_messagesJosé Valim2012-02-071-1/+1
* | Always use content_tag for audio/video tagRafael Mendonça França2012-02-071-1/+1
* | Highlight defaults to HTML5 `mark` elementBrian Cardarella2012-02-051-4/+4
* | Add *_url helpers to get the full assets URLPrem Sichanugrist2012-02-043-0/+46
* | Remove default class to collection_check_boxes andRafael Mendonça França2012-02-023-10/+10
* | Allow collection radio_buttons/check_boxes to access current text/valueCarlos Antonio da Silva2012-02-022-0/+16
* | Add changelog, docs and guides entriesCarlos Antonio da Silva2012-02-021-17/+63
* | Allow proc for value/text method in collection_selectCarlos Antonio da Silva2012-02-022-6/+6
* | Move collection radio buttons / check boxes back to FormOptionsHelperCarlos Antonio da Silva2012-02-023-90/+81
* | 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-023-45/+15
* | Refactor value sanitization logicCarlos Antonio da Silva2012-02-022-8/+16
* | Cleanup options helper methods a bitCarlos Antonio da Silva2012-02-021-12/+12
* | Refactor option groups to use content_tagCarlos Antonio da Silva2012-02-021-4/+4
* | Add basic documentation to collection_check_boxes andRafael Mendonça França2012-02-021-0/+71
* | Add collection_radio_buttons and collection_check_boxes to FormBuilderRafael Mendonça França2012-02-021-0/+10
* | Refactor the methods to use instance variablesRafael Mendonça França2012-02-023-22/+26