aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/prototype_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix prototype grep depending on JSON encoding regexp as JavaScript regexpJeremy Kemper2010-04-271-1/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Merge branch 'master' into docrailswycats2010-03-261-41/+8
|\
| * Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-5/+3
| * Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-1/+1
| * Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-2/+0
| * link_to_function is here to stayJoshua Peek2010-03-161-33/+0
| * Add deprecation notices for <% %>.Carlhuda2010-03-151-0/+4
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-151-1/+0
|\|
| * Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-1/+0
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-11/+17
|\|
| * 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-15/+17
| * Delegate formats to the controllerCarlhuda2010-03-011-0/+4
* | Updated documentation for block helpers in prototype_helper.rbJeroen van Dijk2010-03-121-1/+1
|/
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* Reorg options_for_javascript and array_or_string_for_javascriptJoshua Peek2010-01-301-0/+8
* Move button_to_function to prototype helperJoshua Peek2010-01-301-0/+33
* Move scripty JSG helpers into scriptaculous_helper.rbJoshua Peek2010-01-301-26/+0
* Move form_remote_tag and remote_form_for into prototype_legacy_helperJoshua Peek2010-01-301-109/+0
* Move button_to_remote and submit_to_remote into prototype_legacy_helperJoshua Peek2010-01-301-38/+0
* Move link_to_function and link_to_remote into prototype_legacy_helperJoshua Peek2010-01-301-141/+0
* Move periodically_call_remote into prototype_legacy_helper pluginJoshua Peek2010-01-301-35/+0
* Move observe_field and observe_form to prototype_legacy_helper pluginJoshua Peek2010-01-301-154/+35
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-3/+446
* moving include of ScriptaculousHelper into PrototypeHelper, ActionView should...Erik St. Martin2010-01-271-0/+3
* Removed all helpers from PrototypeHelper that are implemented in AjaxHelper. ...Erik St. Martin2010-01-271-446/+0
* removes now void extending.rbXavier Noria2010-01-261-1/+0
* Fixed that PrototypeHelper#update_page should return html_safe [DHH]David Heinemeier Hansson2010-01-081-1/+1
* 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