aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* updating link_to and button_to to support :remote => true and other options s...Erik St. Martin2010-01-301-7/+5
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-5/+15
* making non remote versions of link_to, button_to, submit_tag and image_submit...Erik St. Martin2010-01-271-15/+5
* Merge docrailsPratik Naik2010-01-171-0/+3
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-3/+3
* Add :include_blank option for select_tag [#1987 status:resolved]rizwanreza2009-08-081-0/+7
* remove duplicate call to stringify_keys [#2587 status:resolved]Steve St. Martin2009-08-081-1/+1
* Patch FormTagHelper so that when a form tag is created, the div which holds t...Elliot Winkler2009-07-011-2/+2
* Make text_area_tag escape contents by default.Chris Mear2009-06-271-0/+5
* Sanitized the id generated by text_area_tag helper method. text_area_tag('ite...Stephen Anderson2009-06-091-1/+1
* Add explicit requirement in a few cases it was missing.Yehuda Katz2009-06-021-0/+1
* fix for IE incompatibility of :disable_with in submit_tagHan Kessels2009-06-011-1/+2
* Merge docrailslifo2009-04-171-1/+1
* submit_tag with confirmation and disable_with [#660 state:resolved]Lawrence Pit2009-03-071-2/+2
* Fixed that FormTagHelper generates illegal html if name contains e.g. square ...Vladimir Dobriakov2008-11-041-4/+10
* Ensure select_tag#name attribute uses [] when :multiple is true. [#1146 state...Andrew Kaspick2008-10-071-3/+4
* Add options to field_set_tagAndrew Kaspick2008-09-291-2/+8
* Added image_submit_tag confirm option [status:committed #784]Alastair Brunton2008-09-101-0/+10
* The FormTagHelper#submit_tag helper will now pass along the original value of...Jose Fernandez2008-09-101-10/+7
* Merge docrailsPratik Naik2008-09-031-2/+2
* Fix that label_tag doesn't take a symbol for a name. [#719 state:resolved]Jan De Poorter2008-07-291-1/+1
* Ensure proper output when submit_tag is used with :disabled_with. [#388 state...Scott Stewart2008-07-021-2/+4
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-22/+22
* Don't pass block binding to concatJeremy Kemper2008-06-021-7/+7
* Merge docrails.Pratik Naik2008-05-251-4/+4
* Merge docrails:Pratik Naik2008-05-091-3/+3
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+3
* Added :confirm option to submit_tag (closes #11415) [miloops]David Heinemeier Hansson2008-03-241-2/+10
* Fix syntax errors in the documentation for image submit tag. Closes #11073 [...Michael Koziarski2008-03-021-3/+3
* Add label_tag helper for generating elements. Closes #10802 [DefV]Michael Koziarski2008-01-211-0/+18
* Docfix (closes #10256)David Heinemeier Hansson2007-11-251-2/+2
* Disambiguate :size option for text area tag. Closes #8955 [redbeard]Marcel Molina2007-11-061-1/+1
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-191-1/+1
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-2/+2
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-231-1/+1
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-2/+10
* Rename fieldset_tag to field_set_tag to follow the conventions from text_area...David Heinemeier Hansson2007-09-091-3/+3
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-061-0/+22
* Allow symbols as nameDavid Heinemeier Hansson2007-06-281-1/+1
* Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...David Heinemeier Hansson2007-06-231-48/+251
* Docfix (closes #8353)David Heinemeier Hansson2007-06-231-1/+7
* Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSil...David Heinemeier Hansson2007-06-231-1/+2
* Added that FormTagHelper#submit_tag will return to its original state if the ...David Heinemeier Hansson2007-03-271-1/+3
* Deprecation: remove deprecated update_element_function, start_form_tag, and e...Jeremy Kemper2007-03-131-8/+0
* Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ...David Heinemeier Hansson2007-03-031-1/+1
* Set the original button value in an attribute of the button when using the :d...Jamis Buck2007-02-281-0/+1
* More Safari appeasementDavid Heinemeier Hansson2007-02-061-1/+1
* Safari requires an explicit submitDavid Heinemeier Hansson2007-02-061-1/+1
* Fix that FormTagHelper#submit_tag using :disable_with should trigger the onsu...David Heinemeier Hansson2007-02-061-1/+6
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1