aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/prototype_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* JavaScriptVariableProxy#to_json ignores the options argJeremy Kemper2007-10-111-1/+1
* BlankSlate -> BasicObjectJeremy Kemper2007-10-071-1/+1
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-1/+1
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-231-1/+1
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+9
* Tidy up link to remote options. Closes #9505. [nik.wakelin]Michael Koziarski2007-09-121-2/+9
* Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]Michael Koziarski2007-09-021-6/+44
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-1/+1
* Assume html format when rendering partials in RJS. #8076 [Rick]Rick Olson2007-06-051-0/+4
* Allow JSON-style values for the :with option of observe_field. Closes #8557 ...Thomas Fuchs2007-06-031-1/+1
* observe_form always sends the serialized form. Closes #5271.Jeremy Kemper2007-05-181-17/+33
* Clean up the simply_helpful merge.Jeremy Kemper2007-05-181-0/+1
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-141-1/+11
* Added the first part of Simply Helpful to core. The rest is pending a clean i...David Heinemeier Hansson2007-04-301-1/+12
* 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