aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/prototype_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* s/ERb/ERB/gAkira Matsuda2011-04-031-1/+1
* Filter params that return nil for to_param and allow through false valuesAndrew White2011-03-091-1/+0
* more "SSL everywhere" for GitHub URLsAkira Matsuda2011-03-071-1/+1
* Call html_escape in ERB::Util module and don't mix it in in the helpersSantiago Pastorino2010-10-181-1/+2
* Clean up the house before moving in the new furniture.José Valim2010-10-101-1/+1
* Tiny fixes to rdocAlexey Mahotkin2010-09-161-4/+4
* Wrap all occurences of <script> in a <tt> tag in docs [#5537 state:committed]David Trasbo2010-09-061-8/+8
* Removing RJS hackThiago Pradi2010-09-021-1/+1
* update remote_function docs referencing link_to_remoteAndrew Kaspick2010-07-221-1/+1
* remote_function patch with more detailed testAndrew Kaspick2010-07-211-1/+1
* url_for no longer escapes HTML, the :escape option is also goneXavier Noria2010-06-301-1/+1
* returning -> tapJeremy Kemper2010-06-281-5/+4
* removed 'unless const_defined?' code smellJosh Kalderimis2010-06-211-8/+6
* Adds title and description where needed.Rizwan Reza2010-06-161-0/+1
* 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