aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/prototype_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-2/+3
* Explicitly qualify constants in BasicObjectsJeremy Kemper2009-06-081-1/+1
* Use as_json instead of rails_to_jsonJeremy Kemper2009-06-081-2/+2
* Add explicit requirement in a few cases it was missing.Yehuda Katz2009-06-021-0/+1
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-0/+2
* Now that we have a separate internal rails_to_json, use a separate circular r...Jeremy Kemper2009-04-261-2/+2
* Use javascript_object_forJeremy Kemper2009-04-261-1/+1
* Only Object to_json alias is needed. Prefer nil options.Jeremy Kemper2009-04-261-2/+0
* Qualify toplevel constant references since we're in a BasicObjectJeremy Kemper2009-04-261-7/+7
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-7/+9
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-1/+1
|\
| * Prototype helpers support the onCreate callback.Jeremy Kemper2009-03-081-1/+1
* | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-3/+3
|/
* Remove observe_field :on option as prototype no longer supports it [#1088 sta...Frederick Cheung2008-12-211-11/+0
* prototype and scripty helpers require jsonJoshua Peek2008-11-241-0/+1
* Implement submit_to_remote as a wrapper around a more generic button_to_remoteTarmo Tänav2008-10-071-12/+6
* Merge docrailsPratik Naik2008-09-031-1/+1
* Allow prototype functions to receive position parameter as a symbol.miloops2008-08-301-1/+1
* Added button_to_remote helperTarmo Tänav2008-08-291-0/+8
* Store application and other context specific helper modules in ActionView::Ba...Joshua Peek2008-08-261-20/+2
* Cache JavaScriptGenerator's helper module set on the templateJoshua Peek2008-08-261-2/+20
* Performance: Cache modules that extend the view context for JavaScriptGeneratorJoshua Peek2008-08-251-3/+1
* In javascript helpers option[:type] = :synchronous should work as described i...miloops2008-07-311-1/+1
* Prototype helpers should generate Element.insert instead of Insertion.new, wh...miloops2008-07-301-6/+6
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* JavaScriptGenerator should only sets output_buffer for the duration of the up...Jeremy Kemper2008-07-151-2/+3
* Get buffer for fragment cache from template's @output_bufferJoshua Peek2008-07-151-187/+188
* Changed PrototypeHelper#submit_to_remote to PrototypeHelper#button_to_remote ...David Heinemeier Hansson2008-07-091-3/+6
* Merge branch 'master' into erboutJeremy Kemper2008-06-051-0/+10
|\
| * Add RJS#page.reload. [#277 state:resolved]Sean Huber2008-06-041-0/+10
* | Don't pass block binding to concatJeremy Kemper2008-06-021-2/+2
|/
* Merge docrails.Pratik Naik2008-05-251-4/+4
* Ensure observe_field encodes value parameter. [#216 state:resolved]Frederick Cheung2008-05-191-1/+1
* Fix remote_function to escape apostrophes inside the remote url passed to Aja...Andre Arko2008-05-131-1/+1
* Merge docrails:Pratik Naik2008-05-091-6/+36
* Improve documentation coverage and markupXavier Noria2008-05-021-10/+10
* Improve documentation.Pratik Naik2008-04-051-4/+4
* Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546Pratik Naik2008-04-021-1/+2
* Ruby 1.9 compat: toplevel AS reference within BasicObjectJeremy Kemper2008-04-011-1/+1
* Don't append the forgery token to an ajax request if it's serializing a form,...Michael Koziarski2008-01-081-2/+2
* Use explicit toplevel namespace for constant reference in AS::BasicObjectJeremy Kemper2008-01-071-1/+1
* Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and Ru...Jeremy Kemper2007-12-281-5/+1
* Ruby 1.9 compat: javascript proxy. References #1689 [Frederick Cheung]Jeremy Kemper2007-12-271-0/+5
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-1/+1
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-2/+2
* Add documentation examples to prototype helper. Closes #7211 [manfred]Marcel Molina2007-12-051-2/+23
* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana...Marcel Molina2007-12-051-25/+256
* Document :with option for link_to_remote. Closes #8765 [ryanb]Marcel Molina2007-11-061-0/+8
* Explain how to use the :href option for link_to_remote to degrade gracefully ...Marcel Molina2007-11-061-0/+11