aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/prototype_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-68/+69
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-13/+7
* Merge branch 'master' into erboutJeremy Kemper2008-06-051-0/+5
|\
| * Add RJS#page.reload. [#277 state:resolved]Sean Huber2008-06-041-0/+5
* | Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-13/+13
|/
* Remove superfluous tests directiveJeremy Kemper2008-05-261-2/+0
* Ensure observe_field encodes value parameter. [#216 state:resolved]Frederick Cheung2008-05-191-2/+2
* Fix remote_function to escape apostrophes inside the remote url passed to Aja...Andre Arko2008-05-131-0/+5
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-37/+19
* Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546Pratik Naik2008-04-021-0/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Don't escape forward slashes with String#to_json, our unicode encoding of < a...Michael Koziarski2007-12-021-10/+10
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-291-9/+9
* Update tests for ActiveSupport's JSON escaping change. [rick]Rick Olson2007-10-261-10/+10
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-0/+4
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-8/+8
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+5
* Tidy up link to remote options. Closes #9505. [nik.wakelin]Michael Koziarski2007-09-121-0/+5
* Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]Michael Koziarski2007-09-021-13/+43
* Improve Action View test coverage. Closes #7241, #7243, #7244.Jeremy Kemper2007-06-081-1/+6
* Test periodically_call_remote with frequency. Closes #7244 [Rich Collins]Jeremy Kemper2007-06-081-0/+7
* 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-0/+11
* fix test cases to match new json output. Closes #8371Rick Olson2007-05-291-9/+9
* observe_form always sends the serialized form. Closes #5271.Jeremy Kemper2007-05-181-2/+2
* Clean up the simply_helpful merge.Jeremy Kemper2007-05-181-1/+1
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-141-11/+71
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-1/+1
* Added the first part of Simply Helpful to core. The rest is pending a clean i...David Heinemeier Hansson2007-04-301-0/+7
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046 Tobias Lütke2007-01-151-0/+23
* Deprecate JavaScriptHelper#update_element_function, which is superseeded by R...Thomas Fuchs2006-11-061-24/+0
* Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of...Rick Olson2006-10-241-1/+7
* Add support for converting blocks into function arguments in JavaScriptGenera...Sam Stephenson2006-10-191-0/+27
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-091-0/+6
* Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...Thomas Fuchs2006-09-071-5/+12
* Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]David Heinemeier Hansson2006-09-041-0/+10
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-0/+1
* Added :method handling for other verbs to remote_form_tag and remote_form_for...David Heinemeier Hansson2006-05-281-5/+15
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-221-0/+4
* Fix testDavid Heinemeier Hansson2006-03-221-1/+1
* Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...Rick Olson2006-03-191-0/+13
* Added :function option to PrototypeHelper#observe_field/observe_form that all...David Heinemeier Hansson2006-03-181-0/+10
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-131-18/+26
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-131-0/+5
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-081-25/+26
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-051-26/+24
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-031-2/+102
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-261-0/+26
* Use real assigns instead of a method call [DHH]David Heinemeier Hansson2006-02-121-1/+1