aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/javascript_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...David Heinemeier Hansson2007-09-151-0/+12
* Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237...Jeremy Kemper2007-06-131-9/+24
* Test javascript_tag. Closes #7239.Jeremy Kemper2007-06-081-0/+10
* Improve Action View test coverage. Closes #7241, #7243, #7244.Jeremy Kemper2007-06-081-0/+5
* fix test cases to match new json output. Closes #8371Rick Olson2007-05-291-4/+4
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...David Heinemeier Hansson2006-10-091-0/+1
* Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...David Heinemeier Hansson2006-09-061-0/+13
* Change link_to_function and button_to_function to (optionally) take an update...Sam Stephenson2006-04-191-0/+15