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
*
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
*
making non remote versions of link_to, button_to, submit_tag and image_submit...
Erik St. Martin
2010-01-27
1
-0
/
+41
*
restructure compatibility module so it is no longer a child
Stephen St. Martin
2010-01-27
1
-1
/
+1
*
javascript_helper now correctly pulls in ajax_helper instead of prototype_hel...
Erik St. Martin
2010-01-27
1
-1
/
+1
*
Remove mention of long-dead define_javascript_functions
Michael Koziarski
2008-11-18
1
-3
/
+0
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-2
/
+19
*
Remove old method of including javascripts define_javascript_functions.
Michael Koziarski
2008-07-03
1
-26
/
+0
*
Remove strange alias for JavaScriptHelper
Michael Koziarski
2008-07-03
1
-2
/
+0
*
link_to_function and button_to_function shouldn't modify their options hashes
Jeremy Kemper
2008-06-23
1
-2
/
+2
*
Performance: javascript helper tweaks to speed up escaping and reduce object ...
Jeremy Kemper
2008-06-21
1
-58
/
+71
*
Use output_buffer reader and writer methods exclusively instead of hitting th...
Jeremy Kemper
2008-06-08
1
-5
/
+0
*
javascript_tag should only concat when block_given?
Jeremy Kemper
2008-06-06
1
-7
/
+10
*
Don't pass block binding to concat
Jeremy Kemper
2008-06-02
1
-7
/
+1
*
Try replacing _erbout with @output_buffer
Jeremy Kemper
2008-06-02
1
-1
/
+1
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...
David Heinemeier Hansson
2007-09-15
1
-4
/
+28
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
1
-2
/
+2
*
Prefer MIME constants to strings. Closes #7707.
Jeremy Kemper
2007-03-06
1
-2
/
+2
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
Added an html_options hash parameter to javascript_tag() and update_page_tag(...
David Heinemeier Hansson
2006-10-09
1
-2
/
+5
*
Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Docfix (closes #6356)
David Heinemeier Hansson
2006-10-09
1
-1
/
+9
*
Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...
David Heinemeier Hansson
2006-09-06
1
-2
/
+11
*
Docs for js linkers (closes #5948)
David Heinemeier Hansson
2006-09-02
1
-1
/
+22
*
Change link_to_function and button_to_function to (optionally) take an update...
Sam Stephenson
2006-04-19
1
-5
/
+25
*
Dont repeat the button_to method
David Heinemeier Hansson
2006-01-16
1
-14
/
+0
*
Added assignment of the Autocompleter object created by JavaScriptMacroHelper...
David Heinemeier Hansson
2006-01-03
1
-0
/
+14
*
Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...
David Heinemeier Hansson
2005-12-31
1
-0
/
+14
*
Added that JavaScriptHelper#link_to_function will honor existing :onclick def...
David Heinemeier Hansson
2005-12-31
1
-1
/
+1
*
Added that JavaScriptHelper#link_to_function will honor existing :onclick def...
David Heinemeier Hansson
2005-12-31
1
-1
/
+5
*
Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...
Sam Stephenson
2005-11-14
1
-449
/
+35
*
Added support for the queue option on visual_effect
Thomas Fuchs
2005-10-29
1
-0
/
+1
*
Updated and clarified documentation for JavaScriptHelper to be more concise a...
Thomas Fuchs
2005-10-15
1
-6
/
+24
[next]