aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/javascript_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove link_to_function / button_to_function from ActionView::Helpers::Javasc...kennyj2013-06-011-42/+0
* Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-281-2/+2
* Improve the deprecation message of link_to_function andRafael Mendonça França2012-10-271-6/+6
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-5/+5
* Deprecate `button_to_function` and `link_to_function` helpers.Rafael Mendonça França2012-08-071-0/+42
* Remove `button_to_function` and `link_to_function` helpersRafael Mendonça França2012-04-301-30/+0
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-2/+2
* ensure u2029 is escaped in escape_javascript helperbenmmurphy2012-03-111-0/+2
* remove unwanted require for string encodingVishnu Atrai2012-02-131-1/+0
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-5/+1
* Ensure regexp and hash key are UTF-8Andrew White2011-08-231-1/+6
* fix escape_javascript for unicode character \u2028.Teng Siong Ong2011-08-211-0/+1
* Make sure `escape_javascript` return `SafeBuffer` if the incoming argument is...Prem Sichanugrist2011-06-091-0/+2
* Make escape_javascript happy to handle SafeBuffersPaul Gallagher2011-06-081-0/+7
* fixes the name of a testXavier Noria2011-04-131-1/+1
* removes support for RJS in button_to_functionXavier Noria2011-04-131-14/+0
* removes support for RJS in link_to_functionXavier Noria2011-04-131-24/+1
* Fix alias_method, add testDavid Heinemeier Hansson2011-03-271-0/+1
* Remove duplicated method.Emilio Tagua2010-09-281-2/+0
* link_to_function now expects a piece of javascript code for the onclick param...Rodrigo Dominguez2010-07-291-4/+5
* Add assertion to link_to_function test with block and capture, and more expre...Carlos Antonio da Silva2010-07-251-5/+4
* Fixed output_buffer encoding problem [#5179]Sebastian A. Espindola2010-07-251-0/+9
* link_to_function is here to stayJoshua Peek2010-03-161-1/+30
* Deprecate block_called_from_erb? pending a solution for getting it into appsCarlhuda2010-03-091-12/+0
* 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
* Move link_to_function and link_to_remote into prototype_legacy_helperJoshua Peek2010-01-301-29/+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
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-0/+4
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-5/+0
|\
| * Remove duplicate test [#2136 state:resolved]Yury Kotlyarov2009-03-081-5/+0
* | 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
|/
* Cache JavaScriptGenerator's helper module set on the templateJoshua Peek2008-08-261-5/+0
* Performance: Cache modules that extend the view context for JavaScriptGeneratorJoshua Peek2008-08-251-0/+5
* 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-0/+2
* Remove old method of including javascripts define_javascript_functions.Michael Koziarski2008-07-031-8/+0
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-3/+5
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-8/+6
* javascript_tag should only concat when block_given?Jeremy Kemper2008-06-061-0/+4
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-6/+6
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-8/+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-4/+4
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-291-4/+4
* Update tests for ActiveSupport's JSON escaping change. [rick]Rick Olson2007-10-261-4/+4
* Improve tests (closes #7240) [josh]David Heinemeier Hansson2007-09-221-0/+5
* Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...David Heinemeier Hansson2007-09-221-0/+1