aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/prototype_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added delayed execution of Javascript from within RJS (closes #3264) [devslas...David Heinemeier Hansson2005-12-221-2/+13
* Added toggle to compliment show and hide for RJSDavid Heinemeier Hansson2005-12-201-0/+5
* Add additional RJS functionality: alert, redirect_to, call, assign, and <<Sam Stephenson2005-12-201-9/+43
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-1/+7
* Added form_remote_for [DHH]David Heinemeier Hansson2005-12-101-1/+7
* Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat...Sam Stephenson2005-11-211-2/+2
* Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=...Sam Stephenson2005-11-181-1/+1
* Use Set instead of Array to speed up prototype helper include? calls. Closes...Jeremy Kemper2005-11-161-5/+7
* Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...Sam Stephenson2005-11-141-0/+522