aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/javascript_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* removes ActionView::Helpers::PrototypeHelperXavier Noria2011-04-131-2/+0
* removes ActionView::Helpers::ScriptaculousHelperXavier Noria2011-04-131-32/+0
* let the default function in button_to_function be nilXavier Noria2011-04-131-1/+1
* applies API guidelines to exampleXavier Noria2011-04-131-2/+2
* removes support for RJS in button_to_functionXavier Noria2011-04-131-25/+7
* removes support for RJS in link_to_functionXavier Noria2011-04-131-44/+9
* Fix alias_method, add testDavid Heinemeier Hansson2011-03-271-1/+1
* Make JavaScriptHelper#j() an alias for JavaScriptHelper#escape_javascript() -...David Heinemeier Hansson2011-03-261-0/+5
* Tiny fixes to rdocAlexey Mahotkin2010-09-161-1/+1
* Wrap all occurences of <script> in a <tt> tag in docs [#5537 state:committed]David Trasbo2010-09-061-1/+2
* Adds title and description where needed.Rizwan Reza2010-06-161-0/+1
* Merge branch 'master' into docrailswycats2010-03-261-1/+87
|\
| * Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-1/+0
| * link_to_function is here to stayJoshua Peek2010-03-161-0/+87
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-8/+2
|\|
| * Deprecate block_called_from_erb? pending a solution for getting it into appsCarlhuda2010-03-091-7/+1
| * content_tag should escape its inputBruno Michel2010-02-141-1/+1
* | Updated documentation for block helpers in javascript_helper.rbJeroen van Dijk2010-03-121-1/+1
|/
* More html_safe strings now use the safe_concat methodSantiago Pastorino and José Ignacio Costa2010-02-051-1/+1
* Reorg options_for_javascript and array_or_string_for_javascriptJoshua Peek2010-01-301-17/+0
* Move button_to_function to prototype helperJoshua Peek2010-01-301-33/+0
* Unused JAVASCRIPT_PATH constJoshua Peek2010-01-301-4/+0
* Move link_to_function and link_to_remote into prototype_legacy_helperJoshua Peek2010-01-301-54/+0
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-49/+14
* Deprecate link_to :popupJoshua Peek2010-01-291-13/+6
* fixing last merge breakageErik St. Martin2010-01-271-3/+0
* making non remote versions of link_to, button_to, submit_tag and image_submit...Erik St. Martin2010-01-271-0/+3
* modified helper that adds attributes for :method to include rel='nofollow' if...Erik St. Martin2010-01-271-0/+1
* making non remote versions of link_to, button_to, submit_tag and image_submit...Erik St. Martin2010-01-271-0/+41
* restructure compatibility module so it is no longer a childStephen St. Martin2010-01-271-1/+1
* javascript_helper now correctly pulls in ajax_helper instead of prototype_hel...Erik St. Martin2010-01-271-1/+1
* Remove mention of long-dead define_javascript_functionsMichael Koziarski2008-11-181-3/+0
* Merge with docrails.Pratik Naik2008-07-161-2/+19
* Remove old method of including javascripts define_javascript_functions.Michael Koziarski2008-07-031-26/+0
* Remove strange alias for JavaScriptHelperMichael Koziarski2008-07-031-2/+0
* link_to_function and button_to_function shouldn't modify their options hashesJeremy Kemper2008-06-231-2/+2
* Performance: javascript helper tweaks to speed up escaping and reduce object ...Jeremy Kemper2008-06-211-58/+71
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-5/+0
* javascript_tag should only concat when block_given?Jeremy Kemper2008-06-061-7/+10
* Don't pass block binding to concatJeremy Kemper2008-06-021-7/+1
* Try replacing _erbout with @output_bufferJeremy Kemper2008-06-021-1/+1
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...David Heinemeier Hansson2007-09-221-1/+1
* Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...David Heinemeier Hansson2007-09-151-4/+28
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-2/+2
* Prefer MIME constants to strings. Closes #7707.Jeremy Kemper2007-03-061-2/+2
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-2/+2
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-091-2/+5
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...David Heinemeier Hansson2006-10-091-1/+1
* Docfix (closes #6356)David Heinemeier Hansson2006-10-091-1/+9