aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* remove size attribute from tag generated by file_field helper [#5084 state:re...Miles Egan2010-07-131-0/+5
* Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.José Valim2010-06-291-1/+1
* Fix several known web encoding issues:wycats2010-06-271-181/+204
* make text_field and hidden_field omit the value attribute if the developer ex...Jeff Dean2010-06-231-0/+10
* test for #4862Neeraj Singh2010-06-221-0/+5
* form_for without :html and with :remote should not errorDavid Genord II2010-06-181-0/+20
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-3/+2
* Fixed 1 failure in ActionPack testsuite [#4613 state:resolved]Hussein Morsy2010-05-161-2/+2
* Sending :id => nil to form helpers now properly omits the "id" html element [...Jeff Dean2010-05-151-0/+107
* Let label helpers accept blocks.Stephen Celis2010-05-151-3/+7
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-3/+3
* fields_for returns block result when outside ERBRyan Bates2010-04-111-0/+5
* Remove input, form, error_messages_for and error_message_on from the framewor...José Valim2010-04-101-37/+0
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-2/+2
* Rename search_field to test_search_field (ht: Piotr Usewicz)José Valim2010-04-061-1/+1
* Added all the new HTML5 form types as individual form tag methods (search, ur...David Heinemeier Hansson2010-04-051-0/+30
* changed from :object_name to :as on form_for apiSantiago Pastorino2010-04-051-11/+7
* deprecate form_for(symbol_or_string, ...) in favor of :object_name optionSantiago Pastorino2010-04-051-212/+327
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-9/+9
* Make form helpers work with <%= wycats2010-03-091-70/+74
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-10/+3
* Fix nested attributes with specified collection.José Valim2010-02-071-0/+22
* Configuration values should be on AV::Base.José Valim2010-02-021-3/+3
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* form_for should pass :remote to form_tag through html_optionsStephen St. Martin2010-01-311-0/+19
* Move form_remote_tag and remote_form_for into prototype_legacy_helperJoshua Peek2010-01-301-29/+0
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-4/+4
* Removed all helpers from PrototypeHelper that are implemented in AjaxHelper. ...Erik St. Martin2010-01-271-4/+4
* Allow f.submit to be localized per object.José Valim2010-01-151-1/+19
* Custom 'type' attribute support for text_field. [#3646 status:resolved]Stephen Celis2010-01-141-0/+5
* Make check boxes accept :multiple as option so they can handle collections (s...José Valim2010-01-141-0/+13
* Call :to_model before working with the object.José Valim2010-01-141-2/+2
* Add possibility to use i18n translatios in submit FormHelper.Carlos Antonio da Silva2010-01-141-3/+60
* Use helpers.label instead of views.labels.José Valim2010-01-071-2/+2
* I18n label helper [#745 status:resolved]Carsten Gehling2010-01-021-0/+40
* Allow explicit placement of hidden id element for nested models.Will Read2009-11-151-11/+55
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Moved shared form helper models into fake_modelsJoshua Peek2009-10-031-99/+1
* Allow fields_for on a nested_attributes association to accept an explicit col...Andrew France2009-09-121-0/+36
* Fixed to_label_tag to accept id attribute without changing for attribute [#26...Matt Duncan2009-08-091-0/+16
* Allow radio buttons to work with booleans.José Valim2009-08-081-0/+10
* AMo conversion helperJoshua Peek2009-07-211-5/+10
* Finish convert_to_object updatesYehuda Katz2009-07-201-0/+6
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-201-5/+5
* Move default_form_builder to ActionView so it'll work in environments not usi...Yehuda Katz2009-07-191-3/+3
* My suggestion to fix ticket 2401 [#2401 state:resolved]Jarl Friis2009-07-021-0/+92
* Fixes a number of tests that inexplicably didn't fail when we committed the o...Yehuda Katz + Carl Lerche2009-07-021-5/+5
* Use errors[field] instead of errors.on(field)Jeremy Kemper2009-06-171-2/+2
* Made label target radio button tags with values. Radio button now respects in...David Stevenson2009-06-091-0/+19
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-43/+242
|\