aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/scriptaculous_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Reorg options_for_javascript and array_or_string_for_javascriptJoshua Peek2010-01-301-0/+9
* Move scripty JSG helpers into scriptaculous_helper.rbJoshua Peek2010-01-301-0/+32
* Move link_to_function and link_to_remote into prototype_legacy_helperJoshua Peek2010-01-301-53/+48
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-5/+5
* prototype and scripty helpers require jsonJoshua Peek2008-11-241-0/+1
* Merge docrailsPratik Naik2008-09-131-1/+1
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Merge docrails.Pratik Naik2008-05-251-84/+79
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+2
* Documentation for the drop_receiving_element helpers :onDrop callback. Closes...Pratik Naik2008-03-051-3/+31
* Ensure that :confirm doesn't need extra quotes when using drop_receiving_elem...Michael Koziarski2008-02-161-0/+3
* Fix typo in [8287]Marcel Molina2007-12-051-1/+1
* Document the supported options for sortable_element. Closes #8820 [berkelep]Marcel Molina2007-12-051-2/+57
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]Michael Koziarski2007-09-021-0/+4
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Docfix (closes #6462)David Heinemeier Hansson2006-10-231-0/+5
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-051-5/+5
* Added support for visual effects scoped queues to the visual_effect helper #3...Thomas Fuchs2006-02-271-1/+6
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-261-6/+18
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-17/+0
* Added support for toggling visual effects to ScriptaculousHelper::visual_effe...Thomas Fuchs2005-12-251-1/+14
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-241-0/+17
* Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...Sam Stephenson2005-11-141-0/+105