aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/prototype_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-2/+2
* Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046 Tobias Lütke2007-01-151-3/+19
* Tiny doc fix for link_to_remote simulated :delete example. Closes #6962.Jeremy Kemper2007-01-121-1/+1
* Slight doc tweak to the ActionView::Helpers::PrototypeHelper#replace docs. C...Rick Olson2007-01-051-1/+1
* Remove JavaScriptLiteral in favor of ActiveSupport::JSON::Variable.Sam Stephenson2006-11-111-8/+1
* Deprecate JavaScriptHelper#update_element_function, which is superseeded by R...Thomas Fuchs2006-11-061-75/+0
* Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of...Rick Olson2006-10-241-2/+7
* Add support for converting blocks into function arguments in JavaScriptGenera...Sam Stephenson2006-10-191-13/+34
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-091-2/+5
* Also update escaping for prototype rescues [DHH]David Heinemeier Hansson2006-10-091-1/+1
* Load helpers in alphabetical order for consistency. Resolve cyclic javascript...Jeremy Kemper2006-09-121-1/+2
* Fix loop_on_multiple_args to work, again (not my day), fixes #6078Thomas Fuchs2006-09-071-6/+6
* Ahem, now for realThomas Fuchs2006-09-071-1/+1
* Fix a warning in prototype_helper_test, fixes #6077Thomas Fuchs2006-09-071-5/+3
* Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...Thomas Fuchs2006-09-071-4/+12
* Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]David Heinemeier Hansson2006-09-041-0/+15
* Keep onsubmit around for form_remote_forDavid Heinemeier Hansson2006-08-291-3/+5
* Reload should take options for the replaceDavid Heinemeier Hansson2006-08-291-2/+2
* Get rid of constant redefinition warnings when running AP testsMarcel Molina2006-07-131-2/+2
* Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto...David Heinemeier Hansson2006-05-291-1/+7
* Added :method handling for other verbs to remote_form_tag and remote_form_for...David Heinemeier Hansson2006-05-281-3/+1
* Remove all remaining references to @params in the documentation.Marcel Molina2006-04-251-1/+1
* Fixed that remote_form_for can leave out the object parameter and default to ...David Heinemeier Hansson2006-04-161-2/+3
* fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick]Rick Olson2006-04-041-1/+1
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-221-1/+3
* Turn RJS debugging on by default and show the source code when an exception i...David Heinemeier Hansson2006-03-201-2/+3
* Added option to String#camelize to generate lower-cased camel case by passing...David Heinemeier Hansson2006-03-201-2/+2
* Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...Rick Olson2006-03-191-2/+2
* Added :function option to PrototypeHelper#observe_field/observe_form that all...David Heinemeier Hansson2006-03-181-2/+4
* The mere existance of a rjs file shouldnt cause the layout to disappear. Made...David Heinemeier Hansson2006-03-131-2/+11
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-131-8/+13
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-131-19/+23
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-081-260/+294
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-051-4/+6
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-031-9/+99
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-261-1/+21
* Refactor the Javascript proxy into a hierarchy for element/collection [DHH]David Heinemeier Hansson2006-02-141-11/+31
* Use real assigns instead of a method call [DHH]David Heinemeier Hansson2006-02-121-6/+12
* 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-8/+26
* Added element and collection proxies to RJS [DHH]David Heinemeier Hansson2006-02-121-0/+39
* Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM...Sam Stephenson2006-02-121-0/+30
* Clean up style around form_for and friends a bitDavid Heinemeier Hansson2006-02-121-2/+2
* Remove over-engineered form_for code for a leaner implementation.Nicholas Seckar2006-02-111-1/+3
* Fix remote_form_for creates a non-ajax form. Closes #3741.Nicholas Seckar2006-02-061-1/+1
* Add :builder => option to form_for and friends. Closes 3268.Nicholas Seckar2006-02-041-10/+3
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-14/+44
* Backing out of [3470] until visual_effect, et al can workSam Stephenson2006-01-231-44/+14
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-14/+44
* Added assignment of the Autocompleter object created by JavaScriptMacroHelper...David Heinemeier Hansson2006-01-031-2/+9