aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/prototype_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-13/+12
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-2/+2
* Change AV formats so they can delegate to the controller. Now users (or plugi...Carlhuda2010-03-011-0/+1
* AMo #key is now #to_key and CI is probably happysnusnu2010-02-201-3/+3
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-0/+3
* Move form_remote_tag and remote_form_for into prototype_legacy_helperJoshua Peek2010-01-301-100/+0
* Move button_to_remote and submit_to_remote into prototype_legacy_helperJoshua Peek2010-01-301-18/+0
* Move link_to_function and link_to_remote into prototype_legacy_helperJoshua Peek2010-01-301-28/+0
* Move periodically_call_remote into prototype_legacy_helper pluginJoshua Peek2010-01-301-12/+0
* Move observe_field and observe_form to prototype_legacy_helper pluginJoshua Peek2010-01-301-37/+0
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-0/+193
* Removed all helpers from PrototypeHelper that are implemented in AjaxHelper. ...Erik St. Martin2010-01-271-193/+0
* Javascript tests expects the old default of escaping HTML, make it so for nowDavid Heinemeier Hansson2010-01-101-0/+5
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-0/+4
* AMo conversion helperJoshua Peek2009-07-211-4/+8
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-3/+5
* Fixes a number of tests that inexplicably didn't fail when we committed the o...Yehuda Katz + Carl Lerche2009-07-021-3/+3
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+3
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-0/+4
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-8/+8
* Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-1/+1
* Implement submit_to_remote as a wrapper around a more generic button_to_remoteTarmo Tänav2008-10-071-3/+3
* Allow prototype functions to receive position parameter as a symbol.miloops2008-08-301-0/+2
* Added button_to_remote helperTarmo Tänav2008-08-291-0/+13
* Cache JavaScriptGenerator's helper module set on the templateJoshua Peek2008-08-261-4/+0
* Performance: Cache modules that extend the view context for JavaScriptGeneratorJoshua Peek2008-08-251-0/+4
* In javascript helpers option[:type] = :synchronous should work as described i...miloops2008-07-311-0/+6
* Prototype helpers should generate Element.insert instead of Insertion.new, wh...miloops2008-07-301-6/+6
* JavaScriptGenerator should only sets output_buffer for the duration of the up...Jeremy Kemper2008-07-151-1/+5
* Get buffer for fragment cache from template's @output_bufferJoshua Peek2008-07-151-1/+1
* Changed PrototypeHelper#submit_to_remote to PrototypeHelper#button_to_remote ...David Heinemeier Hansson2008-07-091-2/+2
* 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