| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |