aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-5/+4
* content_tag should escape its inputBruno Michel2010-02-141-8/+8
* Modify the behavior of `radio_button_tag` to use `sanitize_to_id` for consist...Prem Sichanugrist2010-02-021-0/+4
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-3/+3
* add :remote option to form_tagStephen St. Martin2010-01-311-0/+6
* Generate UJS code for :disable_withJoshua Peek2010-01-301-3/+3
* updating link_to and button_to to support :remote => true and other options s...Erik St. Martin2010-01-301-3/+3
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-6/+6
* making non remote versions of link_to, button_to, submit_tag and image_submit...Erik St. Martin2010-01-271-6/+6
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-141-0/+3
* Add :include_blank option for select_tag [#1987 status:resolved]rizwanreza2009-08-081-0/+12
* Fixes a number of tests that inexplicably didn't fail when we committed the o...Yehuda Katz + Carl Lerche2009-07-021-3/+3
* Make text_area_tag escape contents by default.Chris Mear2009-06-271-0/+12
* Sanitized the id generated by text_area_tag helper method. text_area_tag('ite...Stephen Anderson2009-06-091-0/+5
* fix for IE incompatibility of :disable_with in submit_tagHan Kessels2009-06-011-3/+3
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-2/+9
|\
| * submit_tag with confirmation and disable_with [#660 state:resolved]Lawrence Pit2009-03-071-2/+9
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
|/
* Register 'checked' as an HTML boolean attribute.Hongli Lai (Phusion)2008-11-181-0/+1
* Tag helper should output an attribute with the value 'false' instead of omitt...Hongli Lai (Phusion)2008-11-131-1/+1
* Fixed that FormTagHelper generates illegal html if name contains e.g. square ...Vladimir Dobriakov2008-11-041-1/+34
* Ensure select_tag#name attribute uses [] when :multiple is true. [#1146 state...Andrew Kaspick2008-10-071-1/+2
* Add options to field_set_tagAndrew Kaspick2008-09-291-0/+6
* Added image_submit_tag confirm option [status:committed #784]Alastair Brunton2008-09-101-0/+7
* The FormTagHelper#submit_tag helper will now pass along the original value of...Jose Fernandez2008-09-101-2/+2