aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-187/+2
* Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...David Heinemeier Hansson2007-11-071-1/+4
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-292-13/+13
* Tested FormHelper#label. Closes #9850 [jarkko]Jeremy Kemper2007-10-271-1/+9
* Update tests for ActiveSupport's JSON escaping change. [rick]Rick Olson2007-10-263-14/+17
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast....Rick Olson2007-10-261-1/+2
* Disabled checkboxes don't submit a form value. Closes #9301.Jeremy Kemper2007-10-231-0/+7
* Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins...Marcel Molina2007-10-231-0/+9
* Expand form helper test coverage. Closes #9950 [robinjfisher]Jeremy Kemper2007-10-221-1/+55
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-191-1/+29
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-191-0/+4
* Test link_to 'back', :backJeremy Kemper2007-10-161-0/+10
* Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r...Michael Koziarski2007-10-151-21/+751
* error_messages_for also takes :message and :header_message options which defa...Jeremy Kemper2007-10-141-0/+8
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-102-222/+234
* Add link_to :back which uses your referrer with a fallback to a javascript li...Michael Koziarski2007-10-081-1/+11
* error_messages_for and friends also work with local variables. Closes #9699.Jeremy Kemper2007-10-072-1/+41
* Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]David Heinemeier Hansson2007-09-291-0/+3
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-285-12/+15
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-8/+8
* Include asset host in public path cache key. Clear cache between asset tag te...Jeremy Kemper2007-09-241-0/+5
* The tag helper may bypass escaping.Jeremy Kemper2007-09-241-0/+4
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-231-8/+1
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-235-0/+22
* Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...Rick Olson2007-09-231-15/+191
* Test fix (closes #6911)David Heinemeier Hansson2007-09-221-1/+1
* Improve tests (closes #7240) [josh]David Heinemeier Hansson2007-09-221-0/+5
* Roll back #7578, tests failedDavid Heinemeier Hansson2007-09-221-10/+0
* Improve the error message for assert_redirected_to (closes #7337) [sandofsky]David Heinemeier Hansson2007-09-221-0/+10
* Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...David Heinemeier Hansson2007-09-221-0/+1
* Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...David Heinemeier Hansson2007-09-221-0/+4
* Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes #8...David Heinemeier Hansson2007-09-221-14/+14
* Fixed that setting the :host option in url_for would automatically turn off :...David Heinemeier Hansson2007-09-221-1/+19
* Added FormHelper#label (closes #8641) [jcoglan]David Heinemeier Hansson2007-09-221-0/+15
* Fix tests for atom feedDavid Heinemeier Hansson2007-09-211-21/+21
* Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]David Heinemeier Hansson2007-09-211-0/+101
* Autolink behaves well with emails embedded in URLs. Closes #7313.Jeremy Kemper2007-09-201-0/+7
* Revert [7397]. Reopens #7313.Jeremy Kemper2007-09-201-4/+0
* tag_options creates fewer objectsJeremy Kemper2007-09-181-1/+3
* Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...David Heinemeier Hansson2007-09-151-0/+12
* Tidy up link to remote options. Closes #9505. [nik.wakelin]Michael Koziarski2007-09-121-0/+5
* Purge empty filesJeremy Kemper2007-09-111-0/+0
* Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...David Heinemeier Hansson2007-09-111-67/+0
* Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...David Heinemeier Hansson2007-09-101-44/+0
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-091-12/+3
* 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
* Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]Michael Koziarski2007-09-021-13/+43
* Make auto link behave well with URLs containing email addresses. Closes #7313...Michael Koziarski2007-09-021-0/+4
* Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]Michael Koziarski2007-09-021-0/+2