aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/java_script_macros_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* auto_complete_field takes a :method option so you can GET or POST. Closes #8120.Jeremy Kemper2007-05-261-0/+2
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-031-0/+1
* Add support for the param_name parameter to the auto_complete_field helper. F...Thomas Fuchs2006-08-071-0/+2
* text_field_with_auto_complete stylesheet uses <style type="text/css"> instead...Jeremy Kemper2006-07-051-1/+1
* Add additional autocompleter options [aballai, Thomas Fuchs]Thomas Fuchs2006-04-021-2/+7
* Add :script option to in_place_editor to support evalScripts (closes #4194) [...Rick Olson2006-03-191-0/+7
* Added various InPlaceEditor options, #3746, #3891, #3896, #3906Thomas Fuchs2006-02-211-0/+38
* Fix broken autocompleter test.Michael Koziarski2006-01-131-1/+1
* Fix for failing auto complete unit testMichael Koziarski2006-01-131-5/+5
* Add test for min_chars auto_complete_field fix. Closes #2929.Marcel Molina2006-01-131-1/+1
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-121-6/+6
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-011-0/+4
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-281-1/+1
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-4/+4
* Split macros test into their own suiteDavid Heinemeier Hansson2005-09-111-0/+52