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
/
lib
/
action_view
/
helpers
/
javascript_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix grammatical error on JS helper warning message
thenickcox
2013-04-02
1
-2
/
+2
*
typo recomend -> recommend
ogawaso
2013-04-01
1
-2
/
+2
*
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-2
/
+2
*
Cleans documentation from Helpers [ci skip]
Alvaro Pereyra
2012-12-01
1
-2
/
+5
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-4
/
+4
|
\
|
*
Hash Syntax to 1.9 related changes
AvnerCohen
2012-10-29
1
-4
/
+4
*
|
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-2
/
+2
*
|
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-2
/
+2
*
|
Improve the deprecation message of link_to_function and
Rafael Mendonça França
2012-10-27
1
-2
/
+4
|
/
*
Deprecate `button_to_function` and `link_to_function` helpers.
Rafael Mendonça França
2012-08-07
1
-0
/
+40
*
Remove `button_to_function` and `link_to_function` helpers
Rafael Mendonça França
2012-04-30
1
-35
/
+0
*
Remove unnecessary in HTML 5 type attribute with default value
Andrey A.I. Sitnik
2012-04-05
1
-3
/
+3
*
ensure u2029 is escaped in escape_javascript helper
benmmurphy
2012-03-11
1
-1
/
+3
*
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
*
Fix small typo in link_to_function doc
Alexey Vakhov
2011-11-08
1
-1
/
+1
*
Revert "Simplify JavaScriptHelper#escape_javascript"
Santiago Pastorino
2011-08-24
1
-4
/
+6
*
Simplify JavaScriptHelper#escape_javascript
Daniel Schierbeck
2011-08-24
1
-7
/
+6
*
Ensure regexp and hash key are UTF-8
Andrew White
2011-08-23
1
-3
/
+10
*
fix escape_javascript for unicode character \u2028.
Teng Siong Ong
2011-08-21
1
-2
/
+3
*
Make sure `escape_javascript` return `SafeBuffer` if the incoming argument is...
Prem Sichanugrist
2011-06-09
1
-1
/
+2
*
Make escape_javascript happy to handle SafeBuffers
Paul Gallagher
2011-06-08
1
-1
/
+1
*
removes ActionView::Helpers::PrototypeHelper
Xavier Noria
2011-04-13
1
-2
/
+0
*
removes ActionView::Helpers::ScriptaculousHelper
Xavier Noria
2011-04-13
1
-32
/
+0
*
let the default function in button_to_function be nil
Xavier Noria
2011-04-13
1
-1
/
+1
*
applies API guidelines to example
Xavier Noria
2011-04-13
1
-2
/
+2
*
removes support for RJS in button_to_function
Xavier Noria
2011-04-13
1
-25
/
+7
*
removes support for RJS in link_to_function
Xavier Noria
2011-04-13
1
-44
/
+9
*
Fix alias_method, add test
David Heinemeier Hansson
2011-03-27
1
-1
/
+1
*
Make JavaScriptHelper#j() an alias for JavaScriptHelper#escape_javascript() -...
David Heinemeier Hansson
2011-03-26
1
-0
/
+5
*
Tiny fixes to rdoc
Alexey Mahotkin
2010-09-16
1
-1
/
+1
*
Wrap all occurences of <script> in a <tt> tag in docs [#5537 state:committed]
David Trasbo
2010-09-06
1
-1
/
+2
*
Adds title and description where needed.
Rizwan Reza
2010-06-16
1
-0
/
+1
*
Merge branch 'master' into docrails
wycats
2010-03-26
1
-1
/
+87
|
\
|
*
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...
wycats
2010-03-17
1
-1
/
+0
|
*
link_to_function is here to stay
Joshua Peek
2010-03-16
1
-0
/
+87
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
1
-8
/
+2
|
\
|
|
*
Deprecate block_called_from_erb? pending a solution for getting it into apps
Carlhuda
2010-03-09
1
-7
/
+1
|
*
content_tag should escape its input
Bruno Michel
2010-02-14
1
-1
/
+1
*
|
Updated documentation for block helpers in javascript_helper.rb
Jeroen van Dijk
2010-03-12
1
-1
/
+1
|
/
*
More html_safe strings now use the safe_concat method
Santiago Pastorino and José Ignacio Costa
2010-02-05
1
-1
/
+1
*
Reorg options_for_javascript and array_or_string_for_javascript
Joshua Peek
2010-01-30
1
-17
/
+0
*
Move button_to_function to prototype helper
Joshua Peek
2010-01-30
1
-33
/
+0
*
Unused JAVASCRIPT_PATH const
Joshua Peek
2010-01-30
1
-4
/
+0
*
Move link_to_function and link_to_remote into prototype_legacy_helper
Joshua Peek
2010-01-30
1
-54
/
+0
*
Revert "Merge branch 'rails/master' into ujs"
Joshua Peek
2010-01-30
1
-49
/
+14
*
Deprecate link_to :popup
Joshua Peek
2010-01-29
1
-13
/
+6
*
fixing last merge breakage
Erik St. Martin
2010-01-27
1
-3
/
+0
*
making non remote versions of link_to, button_to, submit_tag and image_submit...
Erik St. Martin
2010-01-27
1
-0
/
+3
*
modified helper that adds attributes for :method to include rel='nofollow' if...
Erik St. Martin
2010-01-27
1
-0
/
+1
[next]