aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* s/escape_once/html_escape/, since html safety is the contract that now says w...Xavier Noria2010-06-301-1/+1
* url_for no longer escapes HTML, the :escape option is also goneXavier Noria2010-06-301-0/+2
* Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.José Valim2010-06-291-1/+1
* Small typowycats2010-06-271-1/+1
* Fix several known web encoding issues:wycats2010-06-271-3/+12
* Adds title and description where needed.Rizwan Reza2010-06-161-0/+1
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* HTML safety: fix textarea with nil contentJeremy Kemper2010-05-241-1/+1
* Improve previous patch a bit [#3645 state:resolved]José Valim2010-05-151-6/+3
* Let label helpers accept blocks.Stephen Celis2010-05-151-3/+10
* 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