| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Wrong parameter names in observe_field/observe_form | David Heinemeier Hansson | 2005-03-21 | 1 | -2/+2 |
* | Added a JavascriptHelper and accompanying prototype.js library that opens the... | David Heinemeier Hansson | 2005-03-21 | 1 | -215/+114 |
* | Remove the duplicated remote_function and make the real deal public | David Heinemeier Hansson | 2005-03-14 | 1 | -23/+11 |
* | Made async callbacks work with :update | David Heinemeier Hansson | 2005-03-14 | 1 | -4/+8 |
* | Made async the default approach and add get_elements_by_class | David Heinemeier Hansson | 2005-03-14 | 1 | -10/+36 |
* | Added asynchronous processing model | David Heinemeier Hansson | 2005-03-14 | 1 | -6/+71 |
* | Deal with Safari garbage and allow html_options | David Heinemeier Hansson | 2005-03-13 | 1 | -4/+4 |
* | Added Field.present, .focus, and .clear as JS convenience for working with fo... | David Heinemeier Hansson | 2005-03-13 | 1 | -15/+0 |
* | Added Field.present, .focus, and .clear as JS convenience for working with fo... | David Heinemeier Hansson | 2005-03-13 | 1 | -1/+26 |
* | Added :condition option to abort an update if some condition isnt there | David Heinemeier Hansson | 2005-03-13 | 1 | -5/+9 |
* | Checked in some documentation for JavascriptHelper | David Heinemeier Hansson | 2005-03-12 | 1 | -0/+19 |
* | Respect :onclick in link_to_toggle_display | David Heinemeier Hansson | 2005-03-12 | 1 | -1/+2 |
* | Put it in the right module | David Heinemeier Hansson | 2005-03-12 | 1 | -130/+134 |
* | Added first stab at Javascript/Ajax helpers | David Heinemeier Hansson | 2005-03-12 | 1 | -1/+1 |
* | Added first stab at Javascript/Ajax helpers | David Heinemeier Hansson | 2005-03-12 | 1 | -0/+160 |