| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237... | Jeremy Kemper | 2007-06-13 | 1 | -9/+24 |
* | Test javascript_tag. Closes #7239. | Jeremy Kemper | 2007-06-08 | 1 | -0/+10 |
* | Improve Action View test coverage. Closes #7241, #7243, #7244. | Jeremy Kemper | 2007-06-08 | 1 | -0/+5 |
* | fix test cases to match new json output. Closes #8371 | Rick Olson | 2007-05-29 | 1 | -4/+4 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -1/+1 |
* | Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+1 |
* | Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi... | David Heinemeier Hansson | 2006-09-06 | 1 | -0/+13 |
* | Change link_to_function and button_to_function to (optionally) take an update... | Sam Stephenson | 2006-04-19 | 1 | -0/+15 |
* | Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp... | David Heinemeier Hansson | 2005-12-31 | 1 | -0/+5 |
* | 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 | -0/+4 |
* | Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad... | Sam Stephenson | 2005-11-14 | 1 | -155/+0 |
* | Added support for the queue option on visual_effect | Thomas Fuchs | 2005-10-29 | 1 | -0/+1 |
* | modified javascript_helper testcase to back up #2097 | Tobias Lütke | 2005-10-13 | 1 | -2/+6 |
* | Wrap javascript_tag contents in a CDATA section and add a cdata_section metho... | Sam Stephenson | 2005-10-12 | 1 | -13/+13 |
* | Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7 | Thomas Fuchs | 2005-09-28 | 1 | -0/+3 |
* | Optimized tag_options to not sort keys, which is no longer necessary when ass... | David Heinemeier Hansson | 2005-09-20 | 1 | -28/+28 |
* | Added ActionController::Base.session_store=, session_store, and session_optio... | David Heinemeier Hansson | 2005-09-13 | 1 | -1/+1 |
* | Split macros test into their own suite | David Heinemeier Hansson | 2005-09-11 | 1 | -28/+0 |
* | Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+4 |
* | Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #... | David Heinemeier Hansson | 2005-07-14 | 1 | -0/+40 |
* | Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #... | David Heinemeier Hansson | 2005-07-11 | 1 | -1/+5 |
* | Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson] | David Heinemeier Hansson | 2005-07-10 | 1 | -18/+18 |
* | Added that nil options are not included in tags, so tag("p", :ignore => nil) ... | David Heinemeier Hansson | 2005-07-09 | 1 | -1/+1 |
* | Include Javascript tests in rake #1655 [courtney] | David Heinemeier Hansson | 2005-07-08 | 1 | -0/+156 |