aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/prototype_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve Action View test coverage. Closes #7241, #7243, #7244.Jeremy Kemper2007-06-081-1/+6
* Test periodically_call_remote with frequency. Closes #7244 [Rich Collins]Jeremy Kemper2007-06-081-0/+7
* Assume html format when rendering partials in RJS. #8076 [Rick]Rick Olson2007-06-051-0/+4
* Allow JSON-style values for the :with option of observe_field. Closes #8557 ...Thomas Fuchs2007-06-031-0/+11
* fix test cases to match new json output. Closes #8371Rick Olson2007-05-291-9/+9
* observe_form always sends the serialized form. Closes #5271.Jeremy Kemper2007-05-181-2/+2
* Clean up the simply_helpful merge.Jeremy Kemper2007-05-181-1/+1
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-141-11/+71
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-1/+1
* Added the first part of Simply Helpful to core. The rest is pending a clean i...David Heinemeier Hansson2007-04-301-0/+7
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046 Tobias Lütke2007-01-151-0/+23
* Deprecate JavaScriptHelper#update_element_function, which is superseeded by R...Thomas Fuchs2006-11-061-24/+0
* Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of...Rick Olson2006-10-241-1/+7
* Add support for converting blocks into function arguments in JavaScriptGenera...Sam Stephenson2006-10-191-0/+27
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-091-0/+6
* Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...Thomas Fuchs2006-09-071-5/+12
* Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]David Heinemeier Hansson2006-09-041-0/+10
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-0/+1
* Added :method handling for other verbs to remote_form_tag and remote_form_for...David Heinemeier Hansson2006-05-281-5/+15
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-221-0/+4
* Fix testDavid Heinemeier Hansson2006-03-221-1/+1
* Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...Rick Olson2006-03-191-0/+13
* Added :function option to PrototypeHelper#observe_field/observe_form that all...David Heinemeier Hansson2006-03-181-0/+10
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-131-18/+26
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-131-0/+5
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-081-25/+26
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-051-26/+24
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-031-2/+102
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-261-0/+26
* Use real assigns instead of a method call [DHH]David Heinemeier Hansson2006-02-121-1/+1
* replace_element was renamed replace [DHH]David Heinemeier Hansson2006-02-121-1/+1
* Also support replace and replace_html and some refactoring in JavaScriptEleme...David Heinemeier Hansson2006-02-121-0/+5
* Added element and collection proxies to RJS [DHH]David Heinemeier Hansson2006-02-121-1/+24
* Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM...Sam Stephenson2006-02-121-0/+5
* 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
* 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
* Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...Sam Stephenson2005-11-141-0/+208