aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix explicit names on multiple file fieldsRyan McGeary2013-04-051-0/+10
* Do not call fields_for from form_for, to avoid instantiating two buildersCarlos Antonio da Silva2013-01-061-1/+13
* Merge pull request #8108 from Casecommons/fix-multiple-and-index-in-instance-tagRafael Mendonça França2012-11-081-0/+13
* Fix the build.Rafael Mendonça França2012-04-291-2/+2
* Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-0/+17
* Check if the options hash already exists and merge it with the anotherRafael Mendonça França2012-03-271-6/+19
* Fixing issue #2492. ActionView::Base.field_error_proc doesn't call for label.Andrey Samsonov2012-03-271-0/+22
* apply form_for namespace option to date_selectSergey Nartimov2012-03-261-0/+8
* Add a new line after the textarea opening tag.Rafael Mendonça França2012-02-271-36/+36
* don't set the hidden checkbox value if it's nilDamien Mathieu2012-01-271-0/+8
* check_box helper with :disabled => true generates disabled hidden field. fixe...Tadas Tamošauskas2012-01-271-4/+3
* 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
* | added test case for fix to issue #2094Dan Gebhardt2011-07-161-0/+17
|/
* Revert "Add method fields_for_with_index to FormHelper"José Valim2011-07-011-125/+0
* Use real hash model in nested fields_for with hash model testSam Pohlenz2011-06-221-4/+2
* Test for extractable_options? within nested fields_for.Sam Pohlenz2011-06-201-0/+18
* There are no snowmen hereDavid Lee2011-06-111-2/+2
* Added missing assert to test checking form with namespaced isolated model and...Piotr Sarnacki2011-06-071-5/+5
* Add method fields_for_with_index to FormHelperJorge Bejar2011-05-211-0/+125
* Refactor fields_for to make the api more clear, and fix usage with non nested...Carlos Antonio da Silva2011-05-141-0/+14
* Allow a label with the value option to have value-specific translations.Jason Garber2011-04-271-1/+11
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Allow FormHelper#form_for to specify the :method as a direct option instead o...David Heinemeier Hansson2011-03-261-2/+19
* Add an option to FormBuilder to omit hidden field with idAlexander Uvarov2011-03-041-0/+135
* Remove duplicated action pack tests added to fix issue with fields_for, neste...Carlos Antonio da Silva2011-02-121-42/+0
* Add tests showing the LH issue #6381: fields_for with inline blocks and neste...Carlos Antonio da Silva2011-02-081-1/+85
* removing generation of id in submit helperFranco Brusatti2011-02-031-6/+6
* Revert "Remove deprecated form_for with strings or symbols"José Valim2010-11-181-0/+33
* Remove deprecated form_for with strings or symbolsLeonardo Capillera2010-11-181-33/+0
* fields_for should treat ActiveRecord::Relation as an arrayNeeraj Singh2010-11-111-0/+21
* Fix test helpers to ensure get method forms are properly tested [#5753 state:...Aditya Sanghi2010-10-121-6/+9
* Revert "Make InstanceTagMethods#value_before_type_cast raise if the model don...Santiago Pastorino2010-10-101-30/+0
* added test for form_for with search_fieldAditya Sanghi2010-10-021-0/+15
* Rename duplicated test, and give it a correct name. Remove nonsense line.Emilio Tagua2010-09-281-2/+1
* Remove last tests with deprecated form_for and cleanup form_for helperCarlos Antonio da Silva2010-09-261-63/+49
* Review most of the form_for deprecated tests, missing tests with index like []Carlos Antonio da Silva2010-09-261-405/+321