aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* button_tag should escape it contentSantiago Pastorino2011-01-121-1/+1
* authenticity_token option for form_tag [#2988 state:resolved]Jakub Kuźma2011-01-091-5/+17
* HTML5 button_tag helperRizwan Reza2011-01-091-0/+50
* eternal confusion! fixed doco to inform correctlyAditya Sanghi2010-12-151-1/+1
* Added :placeholder option to ActionView::Helpers::FormTagHelper text_field_tagBen Mills2010-12-131-0/+4
* Added a space before "do" keywordAkira Matsuda2010-11-281-1/+1
* Call html_escape in ERB::Util module and don't mix it in in the helpersSantiago Pastorino2010-10-181-1/+2
* Refactor a bit this code to add data-confirm and data-disable-withSantiago Pastorino2010-10-111-2/+2
* Select tags with array options are deprecated, removingCarlos Antonio da Silva2010-09-261-4/+0
* Revert "It's snowing!"wycats2010-08-181-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-8/+8
* It's snowing!Jeremy Kemper2010-08-121-1/+1
* Replace snowman with utf8=✓wycats2010-08-111-1/+1
* rename _snowman to _ewycats2010-08-091-1/+1
* Change returning with tapSantiago Pastorino2010-07-251-2/+1
* 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