aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-281-1/+1
* config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-281-1/+1
* Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-8/+16
* 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-272-12/+5
| * Fixing issue #2492 for master branch. ActionView::Base.field_error_proc doesn...Andrey Samsonov2012-03-271-2/+9
* | Don't break Haml with textarea newline fix.James Coleman2012-03-272-2/+6
|/
* change number_with_precision to not return negative zerosTim McEwan2012-03-271-0/+1
* Merge pull request #5561 from carlosantoniodasilva/form-builder-block-argAaron Patterson2012-03-261-3/+9
|\
| * Properly deprecate the block argument in AV FormBuilderCarlos Antonio da Silva2012-03-231-3/+9
* | apply form_for namespace option to date_selectSergey Nartimov2012-03-261-1/+4
* | Merge pull request #5183 from lest/patch-1José Valim2012-03-261-2/+3
|\ \
| * | use content_tag in button_to helperSergey Nartimov2012-03-141-2/+3
* | | Remove code duplicationRafael Mendonça França2012-03-191-11/+11
| |/ |/|
* | Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when dis...Jey Balachandran2012-03-181-6/+6
* | time_tag support for blocksAntonio Tapiador del Dujo2012-03-181-2/+7
* | Allow you to force the authenticity_token to be rendered even on remote forms...David Heinemeier Hansson2012-03-141-5/+9
* | Do not include the authenticity token in forms where remote: true as ajax for...David Heinemeier Hansson2012-03-141-2/+9
|/
* Merge pull request #572 from sikachu/remove_activeresourceJosé Valim2012-03-131-1/+1
|\
| * Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-1/+1
* | add include_hidden option to checkbox tagSergey Nartimov2012-03-131-2/+8
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-131-66/+138
|\
| * Revised explanation of fields_for usage.Mark Thomson2012-03-111-10/+39
| * Added clarification to description of how initial form values are derived.Mark Thomson2012-03-101-1/+2
| * Revised explanation of form_for usageMark Thomson2012-03-101-53/+84
| * Additional preamble comments in form_helper.rb.Mark Thomson2012-03-081-7/+18
| * Small correction to the description of the role of the form builder.Mark Thomson2012-03-081-1/+1
* | add 'include_hidden' option to select tag, closes #5402Vasiliy Ermolovich2012-03-132-1/+4
* | Merge pull request #5380 from benmmurphy/escape_unicode_paragraph_separatorAaron Patterson2012-03-121-1/+3
|\ \
| * | ensure u2029 is escaped in escape_javascript helperbenmmurphy2012-03-111-1/+3
| |/
* | Fix unintended removal of 'cols' from a text_area example.Philip Arndt2012-03-121-1/+1
* | Fixes #5324 by removing default size options from input:text and default cols...Philip Arndt2012-03-104-22/+17
|/
* 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