index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
template
/
javascript_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-2
/
+2
*
Improve the deprecation message of link_to_function and
Rafael Mendonça França
2012-10-27
1
-6
/
+6
*
' dates back to SGML when ' was introduced in HTML 4.0
Kalys Osmonov
2012-09-09
1
-5
/
+5
*
Deprecate `button_to_function` and `link_to_function` helpers.
Rafael Mendonça França
2012-08-07
1
-0
/
+42
*
Remove `button_to_function` and `link_to_function` helpers
Rafael Mendonça França
2012-04-30
1
-30
/
+0
*
Remove unnecessary in HTML 5 type attribute with default value
Andrey A.I. Sitnik
2012-04-05
1
-2
/
+2
*
ensure u2029 is escaped in escape_javascript helper
benmmurphy
2012-03-11
1
-0
/
+2
*
remove unwanted require for string encoding
Vishnu Atrai
2012-02-13
1
-1
/
+0
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-5
/
+1
*
Ensure regexp and hash key are UTF-8
Andrew White
2011-08-23
1
-1
/
+6
*
fix escape_javascript for unicode character \u2028.
Teng Siong Ong
2011-08-21
1
-0
/
+1
*
Make sure `escape_javascript` return `SafeBuffer` if the incoming argument is...
Prem Sichanugrist
2011-06-09
1
-0
/
+2
*
Make escape_javascript happy to handle SafeBuffers
Paul Gallagher
2011-06-08
1
-0
/
+7
*
fixes the name of a test
Xavier Noria
2011-04-13
1
-1
/
+1
*
removes support for RJS in button_to_function
Xavier Noria
2011-04-13
1
-14
/
+0
*
removes support for RJS in link_to_function
Xavier Noria
2011-04-13
1
-24
/
+1
*
Fix alias_method, add test
David Heinemeier Hansson
2011-03-27
1
-0
/
+1
*
Remove duplicated method.
Emilio Tagua
2010-09-28
1
-2
/
+0
*
link_to_function now expects a piece of javascript code for the onclick param...
Rodrigo Dominguez
2010-07-29
1
-4
/
+5
*
Add assertion to link_to_function test with block and capture, and more expre...
Carlos Antonio da Silva
2010-07-25
1
-5
/
+4
*
Fixed output_buffer encoding problem [#5179]
Sebastian A. Espindola
2010-07-25
1
-0
/
+9
*
link_to_function is here to stay
Joshua Peek
2010-03-16
1
-1
/
+30
*
Deprecate block_called_from_erb? pending a solution for getting it into apps
Carlhuda
2010-03-09
1
-12
/
+0
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-2
/
+2
*
Change AV formats so they can delegate to the controller. Now users (or plugi...
Carlhuda
2010-03-01
1
-0
/
+1
*
Move link_to_function and link_to_remote into prototype_legacy_helper
Joshua Peek
2010-01-30
1
-29
/
+0
*
Javascript tests expects the old default of escaping HTML, make it so for now
David Heinemeier Hansson
2010-01-10
1
-0
/
+5
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-0
/
+4
*
Added the :rjs render option
Yehuda Katz + Carl Lerche
2009-05-21
1
-0
/
+4
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-5
/
+0
|
\
|
*
Remove duplicate test [#2136 state:resolved]
Yury Kotlyarov
2009-03-08
1
-5
/
+0
*
|
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
1
-0
/
+1
*
|
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-1
/
+1
|
/
*
Cache JavaScriptGenerator's helper module set on the template
Joshua Peek
2008-08-26
1
-5
/
+0
*
Performance: Cache modules that extend the view context for JavaScriptGenerator
Joshua Peek
2008-08-25
1
-0
/
+5
*
JavaScriptGenerator should only sets output_buffer for the duration of the up...
Jeremy Kemper
2008-07-15
1
-1
/
+5
*
Get buffer for fragment cache from template's @output_buffer
Joshua Peek
2008-07-15
1
-0
/
+2
*
Remove old method of including javascripts define_javascript_functions.
Michael Koziarski
2008-07-03
1
-8
/
+0
*
Check whether blocks are called from erb using a special __in_erb_template va...
Jeremy Kemper
2008-06-19
1
-3
/
+5
*
Use output_buffer reader and writer methods exclusively instead of hitting th...
Jeremy Kemper
2008-06-08
1
-8
/
+6
*
javascript_tag should only concat when block_given?
Jeremy Kemper
2008-06-06
1
-0
/
+4
*
Work with @output_buffer instead of _erbout
Jeremy Kemper
2008-06-02
1
-6
/
+6
*
Introduce ActionView::TestCase for testing view helpers.
Joshua Peek
2008-04-19
1
-8
/
+2
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Don't escape forward slashes with String#to_json, our unicode encoding of < a...
Michael Koziarski
2007-12-02
1
-4
/
+4
*
Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...
Rick Olson
2007-10-29
1
-4
/
+4
*
Update tests for ActiveSupport's JSON escaping change. [rick]
Rick Olson
2007-10-26
1
-4
/
+4
*
Improve tests (closes #7240) [josh]
David Heinemeier Hansson
2007-09-22
1
-0
/
+5
*
Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...
David Heinemeier Hansson
2007-09-15
1
-0
/
+12
[next]