aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-2959/+0
* Fix explicit names on multiple file fieldsRyan McGeary2013-04-051-0/+10
* Allow pass multipart option to form_forGrzegorz Derebecki2013-03-171-2/+2
* Stylistic pass at form_helper_testRafael Mendonça França2013-01-211-286/+362
* Capture block so content won't leak.José Mota2013-01-211-0/+57
* Merge pull request #8916 from josemota/collection-with-blockRafael Mendonça França2013-01-131-0/+49
|\
| * Collection radio buttons and collection check boxes through FormBuilder renderJosé Mota2013-01-121-0/+49
* | Associaton -> AssociationSteve Klabnik2013-01-131-2/+2
|/
* Merge pull request #8623 from virusman/form_helpers_collectionproxy_fixJon Leighton2013-01-111-0/+23
|\
| * Test nested fields with AssociationProxy mockup & fix AssociationProxy suppor...virusman2012-12-271-0/+23
* | Do not call fields_for from form_for, to avoid instantiating two buildersCarlos Antonio da Silva2013-01-061-1/+13
|/
* Support :multiple option on input tags with :indexDaniel Fox, Grant Hutchins & Trace Wax2012-11-021-0/+13
* check_box value can be not only an object of Array classVasiliy Ermolovich2012-10-201-0/+6
* Create variable only in the test that uses itCarlos Antonio da Silva2012-08-251-3/+3
* check for nil or empty record in form_forschneems2012-08-101-0/+14
* Allow data attributes to be set as a first-level option for form_for, so you ...David Heinemeier Hansson2012-08-081-0/+6
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* 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