| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove mention of long-dead define_javascript_functions | Michael Koziarski | 2008-11-18 | 1 | -3/+0 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -2/+19 |
* | Remove old method of including javascripts define_javascript_functions. | Michael Koziarski | 2008-07-03 | 1 | -26/+0 |
* | Remove strange alias for JavaScriptHelper | Michael Koziarski | 2008-07-03 | 1 | -2/+0 |
* | link_to_function and button_to_function shouldn't modify their options hashes | Jeremy Kemper | 2008-06-23 | 1 | -2/+2 |
* | Performance: javascript helper tweaks to speed up escaping and reduce object ... | Jeremy Kemper | 2008-06-21 | 1 | -58/+71 |
* | Use output_buffer reader and writer methods exclusively instead of hitting th... | Jeremy Kemper | 2008-06-08 | 1 | -5/+0 |
* | javascript_tag should only concat when block_given? | Jeremy Kemper | 2008-06-06 | 1 | -7/+10 |
* | Don't pass block binding to concat | Jeremy Kemper | 2008-06-02 | 1 | -7/+1 |
* | Try replacing _erbout with @output_buffer | Jeremy Kemper | 2008-06-02 | 1 | -1/+1 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 1 | -1/+1 |
* | Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ... | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob... | David Heinemeier Hansson | 2007-09-15 | 1 | -4/+28 |
* | Refactored in use of extract_options! (closes #9079) [josh] | David Heinemeier Hansson | 2007-07-24 | 1 | -2/+2 |
* | Prefer MIME constants to strings. Closes #7707. | Jeremy Kemper | 2007-03-06 | 1 | -2/+2 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -2/+2 |
* | 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 |