aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/javascript_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...David Heinemeier Hansson2005-12-311-0/+5
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-311-1/+1
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-311-0/+4
* Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...Sam Stephenson2005-11-141-155/+0
* Added support for the queue option on visual_effectThomas Fuchs2005-10-291-0/+1
* modified javascript_helper testcase to back up #2097Tobias Lütke2005-10-131-2/+6
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-121-13/+13
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-281-0/+3
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-28/+28
* Added ActionController::Base.session_store=, session_store, and session_optio...David Heinemeier Hansson2005-09-131-1/+1
* Split macros test into their own suiteDavid Heinemeier Hansson2005-09-111-28/+0
* Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...David Heinemeier Hansson2005-09-091-0/+4
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-141-0/+40
* Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...David Heinemeier Hansson2005-07-111-1/+5
* Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson]David Heinemeier Hansson2005-07-101-18/+18
* Added that nil options are not included in tags, so tag("p", :ignore => nil) ...David Heinemeier Hansson2005-07-091-1/+1
* Include Javascript tests in rake #1655 [courtney]David Heinemeier Hansson2005-07-081-0/+156