aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix meaningless test caseAkira Matsuda2012-06-061-1/+1
* accept a block in button helper.Yuki Nishijima2012-06-051-1/+5
* Add tests for time_field and date_field helpersCarlos Galdino2012-05-221-0/+18
* Add several HTML5 input helpersCarlos Galdino2012-05-211-0/+140
* Add HTML5 input[type="color"] helperCarlos Galdino2012-05-211-0/+13
* Add HTML5 input[type="time"] helperAlex Soulim2012-05-181-0/+26
* Change check_box to work inverting the checked and unchecked valueRafael Mendonça França2012-04-291-2/+98
* Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-0/+17
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Add index method to FormBuilder. Useful when you use field_for and need to kn...Jorge Bejar2012-04-111-0/+50
* Block version of label should wrapped in field_with_errors in case of errorAlexey Vakhov2012-04-011-0/+14
* Check if the options hash already exists and merge it with the anotherRafael Mendonça França2012-03-271-6/+18
* Fixing issue #2492 for master branch. ActionView::Base.field_error_proc doesn...Andrey Samsonov2012-03-271-0/+22
* Remove warning added by my own commit :fire:Carlos Antonio da Silva2012-03-261-1/+1
* Merge pull request #5561 from carlosantoniodasilva/form-builder-block-argAaron Patterson2012-03-261-0/+12
|\
| * Properly deprecate the block argument in AV FormBuilderCarlos Antonio da Silva2012-03-231-0/+12
* | apply form_for namespace option to date_selectSergey Nartimov2012-03-261-0/+8
|/
* add include_hidden option to checkbox tagSergey Nartimov2012-03-131-0/+5
* Fixes #5324 by removing default size options from input:text and default cols...Philip Arndt2012-03-101-162/+162
* Add a new line after the textarea opening tag.Rafael Mendonça França2012-02-271-36/+36
* Fix collection_check_boxes and collection_radio_buttons when using localRafael Mendonça França2012-02-261-0/+38
* Move all the helpers to protected sectionRafael Mendonça França2012-02-261-31/+31
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-69/+66
* correct fetching :name option in form fieldsVasiliy Ermolovich2012-02-231-0/+5
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+9
* Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-121-0/+26
* Replicate :form html5 attribute to hidden field for check_boxCarlos Antonio da Silva2012-02-021-3/+10
* check_box with nil as unchecked value should be HTML safeRafael Mendonça França2012-01-311-0/+4
* Do not generate label for attribute when giving nilCarlos Antonio da Silva2012-01-261-0/+4
* Raise a better error if anyone wants to create your own ActionView::Helpers::...Rafael Mendonça França2012-01-231-0/+8
* Adding one test case for label with blockRafael Mendonça França2012-01-171-0/+4
* use stub instead of redefining method to suppress warningsSergey Nartimov2012-01-071-2/+2
* don't set the hidden checkbox value if it's nilDamien Mathieu2012-01-061-0/+8
* Do not stub id hereSantiago Pastorino2012-01-061-6/+6
* Revert "Revert "More 1.9 way""Santiago Pastorino2012-01-061-0/+2
* check_box helper with :disabled => true generates disabled hidden field. fixe...Tadas Tamošauskas2012-01-051-4/+3
* Make sure that check_box helper return a safe bufferRafael Mendonça França2012-01-041-0/+1
* Add button_tag support to ActionView::Helpers::FormBuilder.Will Farrington2011-12-111-1/+3
* form_for with +:as+ option uses "action_as" as css class and idVasiliy Ermolovich2011-12-041-11/+11
* test helpers in erb using erblest2011-11-301-3/+2
* add namespace options to form_forVasiliy Ermolovich2011-11-271-0/+76
* fix label with block in erblest2011-11-271-0/+7
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-1/+1
* Fix impractical I18n lookup in nested fields_forAlexander Uvarov2011-11-171-0/+46
* add tests for the case where size is explicitly passed to number_field helperVijay Dev2011-11-041-0/+4
* Remove 'size' attribute from number_field form helper fixes #3454Waseem Ahmad2011-11-041-2/+2
* No need to use </form> here. It's already in whole_form blockArun Agrawal2011-09-101-2/+1
* Rename new method to_path to to_partial_path to avoid conflicts with File#to_...José Valim2011-08-011-1/+1
* Merge pull request #2034 from Casecommons/to_pathJosé Valim2011-07-281-0/+11
|\
| * Let ActiveModel instances define partial paths.Grant Hutchins & Peter Jaros2011-07-251-0/+11