aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor human_size to exclude decimal place if it is zero.Marcel Molina2006-01-191-13/+14
* Fix broken autocompleter test.Michael Koziarski2006-01-131-1/+1
* Fix for failing auto complete unit testMichael Koziarski2006-01-131-5/+5
* Fix failing test due to hard coded yearMichael Koziarski2006-01-131-1/+2
* Remove Upload Progress. Closes #2871.Marcel Molina2006-01-131-136/+0
* Add test for min_chars auto_complete_field fix. Closes #2929.Marcel Molina2006-01-131-1/+1
* Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...David Heinemeier Hansson2005-12-311-0/+5
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-311-1/+1
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-311-0/+4
* Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...David Heinemeier Hansson2005-12-301-0/+7
* Make auto_link handle nil by returning quickly if blank?Scott Barron2005-12-301-0/+2
* Make auto_link match urls with a port number specified.Marcel Molina2005-12-261-0/+3
* Added support for toggling visual effects to ScriptaculousHelper::visual_effe...Thomas Fuchs2005-12-251-0/+10
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-241-0/+9
* Added delayed execution of Javascript from within RJS (closes #3264) [devslas...David Heinemeier Hansson2005-12-221-0/+8
* Add additional RJS functionality: alert, redirect_to, call, assign, and <<Sam Stephenson2005-12-201-0/+9
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-023-10/+10
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-231-0/+18
* Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat...Sam Stephenson2005-11-211-4/+4
* Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=...Sam Stephenson2005-11-181-2/+2
* Correct length for the truncate text helper. Closes #2913.Jeremy Kemper2005-11-181-4/+4
* Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...Sam Stephenson2005-11-143-155/+269
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-134-6/+175
* options_for_select allows any objects which respond_to? :first and :last rath...Jeremy Kemper2005-11-101-6/+16
* The auto_link text helper accepts an optional block to format the link text f...Jeremy Kemper2005-11-101-0/+7
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-011-2/+19
* Added support for the queue option on visual_effectThomas Fuchs2005-10-291-0/+1
* Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...David Heinemeier Hansson2005-10-261-0/+9
* Fixed more Windows testsDavid Heinemeier Hansson2005-10-161-2/+2
* Ensure radio_button works as expected with values other than strings.Michael Koziarski2005-10-141-0/+6
* Escape query strings in the href attribute of URLs created by url_helper. #2333Jeremy Kemper2005-10-131-0/+16
* modified javascript_helper testcase to back up #2097Tobias Lütke2005-10-131-2/+6
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-123-19/+23
* Make xyz_tag(..., :id => "foo") work againJamis Buck2005-10-121-0/+6
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-101-0/+5
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-011-0/+4
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-0/+10
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-283-3/+6
* Added test coverage for stylesheet_path to show that it works as requested in...Marcel Molina2005-09-281-0/+4
* Have text helpers use built in Regexp.escape rather than home grown alternativeMarcel Molina2005-09-261-0/+6
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-221-0/+1
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-209-177/+185
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-191-0/+25
* Make upload progress not throw JavaScript errors when there is no progress ba...David Heinemeier Hansson2005-09-161-140/+4
* More auto-link fixes (to include query strings in autolinked text)Jamis Buck2005-09-141-0/+4
* Fix autolinking to not include trailing tags as part of the URLJamis Buck2005-09-131-0/+7
* Added ActionController::Base.session_store=, session_store, and session_optio...David Heinemeier Hansson2005-09-131-1/+1
* Added TextHelper#cycle to cycle over an array of values on each hit (useful f...David Heinemeier Hansson2005-09-121-0/+89
* Split macros test into their own suiteDavid Heinemeier Hansson2005-09-112-28/+52
* Added :multipart option to ActiveRecordHelper#form to make it possible to add...David Heinemeier Hansson2005-09-111-0/+7