aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed formatting of code examples in form_tag_helper.rbAlejandro Andrés2011-12-281-4/+4
* Add missing type to number_field_tag documentationPaul McMahon2011-10-281-1/+1
* if ... nil? is more expensive than unlessMilan Dobrota2011-09-041-1/+1
* Tiny refactorSantiago Pastorino2011-08-251-4/+7
* Merge pull request #2491 from waynn/fix_symbolSantiago Pastorino2011-08-251-2/+2
|\
| * fix destructive stringify_keys for label_tagWaynn Lue2011-08-111-2/+2
* | Remove 'parameters_for_url' parameter from 'form_tag' method signatureGonzalo Rodriguez and Leonardo Capillera2011-08-101-4/+4
|/
* fix stringify_keys destructive behavior for most FormTagHelper functionsWaynn Lue2011-08-031-4/+4
* remove redundant calls to stringify_keysWaynn Lue2011-07-291-2/+2
* Missed a few instances of British English spelling in the last commitOemuer Oezkir2011-07-241-1/+1
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-1/+1
* No need for a configuration option here.José Valim2011-06-111-10/+2
* Make utf8_enforcer_tag an overrideable methodDavid Lee2011-06-111-3/+7
* Make utf8 enforcer param customizeableDavid Lee2011-06-111-3/+10
* There are no snowmen hereDavid Lee2011-06-111-3/+3
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-1/+1
* Fixed documentation of select tag; options with html need to pass through htm...Jason2011-05-081-6/+6
* fix select_tag to have the same behavior of selectDaniel Lopes2011-05-031-6/+16
* Action Pack typos.R.T. Lechow2011-03-051-1/+1
* Add block support to button_tag helperTom Stuart2011-02-121-4/+9
* Make type="submit" the default for button_tag helperTom Stuart2011-02-121-6/+4
* 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
|\