aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add test select_tag escapes promptSantiago Pastorino2012-08-031-0/+6
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* html_escape should escape single quotesSantiago Pastorino2012-07-311-1/+1
* Add back `:disable_with` and change deprecation horizon to 4.1Carlos Galdino + Rafael Mendonça França2012-07-211-1/+8
* Add back `:confirm` and change deprecation horizon to 4.1Carlos Galdino + Rafael Mendonça França2012-07-211-0/+28
* Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-07-181-2/+9
* Add several HTML5 input helpersCarlos Galdino2012-05-211-0/+20
* Add HTML5 input[type="color"] helperCarlos Galdino2012-05-211-0/+5
* Add HTML5 input[type="time"] helperAlex Soulim2012-05-181-0/+5
* Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` opti...José Valim2012-05-151-15/+1
* Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ...José Valim2012-05-151-1/+15
* Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_...Carlos Galdino + Rafael Mendonça França2012-05-141-15/+1
* Don't break Haml with textarea newline fix.James Coleman2012-03-271-6/+6
* Allow fieldsets to be created without a block.Ben Pickles2012-03-011-0/+10
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+6
* Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-121-1/+6
* removed unnecessary test_pass test from form_tag_helper_test.rbKarunakar (Ruby)2012-01-131-4/+0
* test helpers in erb using erblest2011-11-301-7/+9
* Removed Unused Variable. Arun Agrawal2011-08-261-1/+1
* Merge pull request #2491 from waynn/fix_symbolSantiago Pastorino2011-08-251-0/+6
|\
| * fix destructive stringify_keys for label_tagWaynn Lue2011-08-111-0/+6
* | Unused variable removed.Arun Agrawal2011-08-151-4/+4
|/
* fix stringify_keys destructive behavior for most FormTagHelper functionsWaynn Lue2011-08-031-0/+24
* There are no snowmen hereDavid Lee2011-06-111-2/+2
* fix select_tag to have the same behavior of selectDaniel Lopes2011-05-031-2/+8
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Add block support to button_tag helperTom Stuart2011-02-121-0/+9
* Make type="submit" the default for button_tag helperTom Stuart2011-02-121-1/+8
* button_tag should escape it contentSantiago Pastorino2011-01-121-0/+7
* HTML5 button_tag helperRizwan Reza2011-01-091-0/+28
* Fix test helpers to ensure get method forms are properly tested [#5753 state:...Aditya Sanghi2010-10-121-3/+7
* Select tags with array options are deprecated, removingCarlos Antonio da Silva2010-09-261-6/+0
* Revert "It's snowing!"wycats2010-08-181-1/+1
* 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
* Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.José Valim2010-06-291-1/+1
* Fix several known web encoding issues:wycats2010-06-271-10/+46
* HTML safety: fix textarea with nil contentJeremy Kemper2010-05-241-0/+6
* Improve previous patch a bit [#3645 state:resolved]José Valim2010-05-151-0/+5
* Let label helpers accept blocks.Stephen Celis2010-05-151-0/+9
* Merge branch 'master' of github.com:rails/railswycats2010-04-261-3/+0
|\
| * Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-3/+0
* | Allow :remote => false to be passed to link_toNicolas Sanguinetti2010-04-221-0/+6
|/
* Added all the new HTML5 form types as individual form tag methods (search, ur...David Heinemeier Hansson2010-04-051-0/+30
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-5/+9
* HTML safety: give a deprecation warning if an array of option tags is passed ...Jeremy Kemper2010-03-311-0/+6
* Make form helpers work with <%= wycats2010-03-091-12/+6