| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc fix #2197 | David Heinemeier Hansson | 2005-09-17 | 1 | -0/+1 |
* | Make periodically_call_remote use type="text/javascript" on script tag #2171 | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+1 |
* | Added in-place editing support in the spirit of auto complete with ActionCont... | David Heinemeier Hansson | 2005-09-11 | 1 | -73/+0 |
* | Allow link_to_remote to use any DOM-element as the parent of the form element... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+7 |
* | Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+1 |
* | Fix observe_field to fall back to event-based observation if frequency <= 0 #... | Jamis Buck | 2005-09-02 | 1 | -4/+5 |
* | * Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi... | Jamis Buck | 2005-09-02 | 1 | -1/+1 |
* | Docs for JavaScriptHelper#remote_function #1740 [jon@instance-design.co.uk] | David Heinemeier Hansson | 2005-07-17 | 1 | -1/+9 |
* | Cleaning up of javascript_helper array options, add :only to sortable_element... | David Heinemeier Hansson | 2005-07-17 | 1 | -16/+13 |
* | Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #... | David Heinemeier Hansson | 2005-07-14 | 1 | -1/+1 |
* | Improved documentation for :success/:failure callbacks #1699 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-11 | 1 | -8/+11 |
* | Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #... | David Heinemeier Hansson | 2005-07-11 | 1 | -1/+6 |
* | Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson] | David Heinemeier Hansson | 2005-07-10 | 1 | -1/+1 |
* | Added :handle as an option to sortable_element to restrict the drag handle to... | David Heinemeier Hansson | 2005-07-07 | 1 | -1/+1 |
* | Fixed JavascriptHelper#visual_effect to use camelize such that :blind_up will... | David Heinemeier Hansson | 2005-07-07 | 1 | -1/+1 |
* | Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-06 | 1 | -1/+16 |
* | Fixed transparent background for Safari with auto completer | David Heinemeier Hansson | 2005-07-05 | 1 | -0/+1 |
* | Improved update_element_function #1597 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-04 | 1 | -32/+25 |
* | Added JavascriptHelper#update_element_function, which returns a Javascript fu... | David Heinemeier Hansson | 2005-07-03 | 1 | -0/+78 |
* | AJAX error handling fix, Prototype event handling #1589 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-03 | 1 | -3/+5 |
* | Added JavascriptHelper#draggable_element and JavascriptHelper#drop_receiving_... | David Heinemeier Hansson | 2005-07-02 | 1 | -8/+49 |
* | Fix IE 30-sec timeout bug, make auto_complete_for even more delicious #1572 [... | David Heinemeier Hansson | 2005-07-01 | 1 | -12/+19 |
* | Wrong variable name used in observe_field #1551 | David Heinemeier Hansson | 2005-06-30 | 1 | -1/+1 |
* | Give auto_complete_for parameters, fix browser-autocompletion #1550 | David Heinemeier Hansson | 2005-06-29 | 1 | -1/+5 |
* | Fix JavaScriptHelper capitalization and make it compatible with Prototype #15... | David Heinemeier Hansson | 2005-06-29 | 1 | -13/+15 |
* | Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo... | David Heinemeier Hansson | 2005-06-28 | 1 | -2/+3 |
* | Added support for graceful error handling of Ajax calls #1217 [Jamis Buck/Tho... | David Heinemeier Hansson | 2005-06-27 | 1 | -13/+52 |
* | Added event-based observations when frequency is not set on observe_field/for... | David Heinemeier Hansson | 2005-06-27 | 1 | -5/+16 |
* | Renamed remote_sortable to sortable_element | David Heinemeier Hansson | 2005-06-26 | 1 | -2/+1 |
* | Added auto_complete_for to controller and text_field_with_auto_complete to vi... | David Heinemeier Hansson | 2005-06-26 | 1 | -16/+55 |
* | Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE... | David Heinemeier Hansson | 2005-06-26 | 1 | -6/+117 |
* | Added a fall-through action for form_remote_tag that'll be used in case Javas... | David Heinemeier Hansson | 2005-06-21 | 1 | -0/+8 |
* | Fixed escaping of :method option in remote_form_tag #1218 [Rick Olson] | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+5 |
* | Ajax docing #1282 [Dee.Zsombor@gmail.com] | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+13 |
* | Fixed that you can now pass an alternative :href option to link_to_function/r... | David Heinemeier Hansson | 2005-04-18 | 1 | -3/+3 |
* | Added Element.toggle, Element.show, and Element.hide to the prototype javascr... | David Heinemeier Hansson | 2005-04-17 | 1 | -12/+10 |
* | Added submit_to_remote that allows you to trigger an Ajax form submition at t... | David Heinemeier Hansson | 2005-04-13 | 1 | -0/+14 |
* | Added :confirm option to link_to_remote just like link_to has #1082 [yrashk@f... | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+2 |
* | Added JavascriptHelper#periodically_call_remote in order to create areas of a... | David Heinemeier Hansson | 2005-04-07 | 1 | -0/+9 |
* | Effects can just be used through the callbacks | David Heinemeier Hansson | 2005-03-26 | 1 | -1/+0 |
* | Updated to prototype.js 1.1.0 | David Heinemeier Hansson | 2005-03-26 | 1 | -2/+2 |
* | Fixing JS bugs, renamed :position values | David Heinemeier Hansson | 2005-03-26 | 1 | -3/+3 |
* | Added other DOM manipulation positions than just replace | David Heinemeier Hansson | 2005-03-26 | 1 | -2/+3 |
* | Added :highlight effect to do YFT automatically | David Heinemeier Hansson | 2005-03-26 | 1 | -1/+2 |
* | Added JavascriptHelper#escape_javascript as a public method (was private) and... | David Heinemeier Hansson | 2005-03-26 | 1 | -3/+4 |
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 1 | -2/+2 |
* | Updated more documentation | David Heinemeier Hansson | 2005-03-22 | 1 | -0/+3 |
* | Added documentation and fixed an ajax bug | David Heinemeier Hansson | 2005-03-22 | 1 | -5/+14 |
* | Last-minute ajax fixes #898 | David Heinemeier Hansson | 2005-03-22 | 1 | -3/+1 |
* | fix for javascript_helper.rb build_callbacks #893 | David Heinemeier Hansson | 2005-03-21 | 1 | -3/+5 |