aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix that label_tag doesn't take a symbol for a name. [#719 state:resolved]Jan De Poorter2008-07-291-0/+6
* Ensure proper output when submit_tag is used with :disabled_with. [#388 state...Scott Stewart2008-07-021-0/+7
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-15/+18
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-16/+13
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-15/+15
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-6/+2
* Added :confirm option to submit_tag (closes #11415) [miloops]David Heinemeier Hansson2008-03-241-1/+8
* Add label_tag helper for generating elements. Closes #10802 [DefV]Michael Koziarski2008-01-211-0/+18
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Expand form helper test coverage. Closes #9950 [robinjfisher]Jeremy Kemper2007-10-221-1/+55
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-4/+3
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+5
* Rename fieldset_tag to field_set_tag to follow the conventions from text_area...David Heinemeier Hansson2007-09-091-4/+4
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-061-0/+20
* Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSil...David Heinemeier Hansson2007-06-231-0/+3