aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* image_path -> path_to_image in a couple of places, plus motivation for path_t...Xavier Noria2010-04-091-1/+1
* Consistently use lowercase instead of camelCase for all JS class names in RailsDavid Heinemeier Hansson2010-04-081-10/+10
* Remove superfluous conditionJeremy Kemper2010-04-081-1/+1
* Merge commit 'rails/master'Xavier Noria2010-04-061-0/+63
|\
| * Added all the new HTML5 form types as individual form tag methods (search, ur...David Heinemeier Hansson2010-04-051-0/+63
* | revises some <%= in rdocXavier Noria2010-04-051-1/+1
|/
* HTML safety: give a deprecation warning if an array of option tags is passed ...Jeremy Kemper2010-03-311-0/+4
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-10/+16
|\
| * Make form helpers work with <%= wycats2010-03-091-7/+13
| * content_tag should escape its inputBruno Michel2010-02-141-3/+3
* | Updated documentation for block helpers in form_tag_helper.rbJeroen van Dijk2010-03-121-5/+5
|/
* More html_safe strings now use the safe_concat methodSantiago Pastorino and José Ignacio Costa2010-02-051-3/+3
* Modify the behavior of `radio_button_tag` to use `sanitize_to_id` for consist...Prem Sichanugrist2010-02-021-3/+1
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-3/+3
* UJS documentation.Stefan Penner2010-01-311-8/+21
* add :remote option to form_tagStephen St. Martin2010-01-311-0/+1
* Generate UJS code for :disable_withJoshua Peek2010-01-301-10/+1
* 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