| Commit message (Expand) | Author | Age | Files | Lines |
* | Added an html_options hash parameter to javascript_tag() and update_page_tag(... | David Heinemeier Hansson | 2006-10-09 | 1 | -2/+5 |
* | Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #... | David Heinemeier Hansson | 2006-10-09 | 1 | -1/+1 |
* | Docfix (closes #6356) | David Heinemeier Hansson | 2006-10-09 | 1 | -1/+9 |
* | Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi... | David Heinemeier Hansson | 2006-09-06 | 1 | -2/+11 |
* | Docs for js linkers (closes #5948) | David Heinemeier Hansson | 2006-09-02 | 1 | -1/+22 |
* | Change link_to_function and button_to_function to (optionally) take an update... | Sam Stephenson | 2006-04-19 | 1 | -5/+25 |
* | Dont repeat the button_to method | David Heinemeier Hansson | 2006-01-16 | 1 | -14/+0 |
* | Added assignment of the Autocompleter object created by JavaScriptMacroHelper... | David Heinemeier Hansson | 2006-01-03 | 1 | -0/+14 |
* | Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp... | David Heinemeier Hansson | 2005-12-31 | 1 | -0/+14 |
* | Added that JavaScriptHelper#link_to_function will honor existing :onclick def... | David Heinemeier Hansson | 2005-12-31 | 1 | -1/+1 |
* | Added that JavaScriptHelper#link_to_function will honor existing :onclick def... | David Heinemeier Hansson | 2005-12-31 | 1 | -1/+5 |
* | Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad... | Sam Stephenson | 2005-11-14 | 1 | -449/+35 |
* | Added support for the queue option on visual_effect | Thomas Fuchs | 2005-10-29 | 1 | -0/+1 |
* | Updated and clarified documentation for JavaScriptHelper to be more concise a... | Thomas Fuchs | 2005-10-15 | 1 | -6/+24 |
* | Wrap javascript_tag contents in a CDATA section and add a cdata_section metho... | Sam Stephenson | 2005-10-12 | 1 | -4/+8 |
* | Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7 | Thomas Fuchs | 2005-09-28 | 1 | -28/+0 |
* | 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 |