aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/scriptaculous_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-19/+14
* Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-11/+3
* Ensure that :confirm doesn't need extra quotes when using drop_receiving_elem...Michael Koziarski2008-02-161-1/+3
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-3/+3
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+4
* Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]Michael Koziarski2007-09-021-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-2/+2
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-051-5/+18
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-051-30/+30
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-281-3/+3
* Added support for visual effects scoped queues to the visual_effect helper #3...Thomas Fuchs2006-02-271-0/+6
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-9/+0
* 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
* Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...Sam Stephenson2005-11-141-0/+61