| Commit message (Expand) | Author | Age | Files | Lines |
* | recognizes when a partial was rendered twice. Closes #3675 | Yves Senn | 2012-10-11 | 1 | -0/+8 |
* | Support helper tests using spec DSL | Mike Moore | 2012-09-24 | 1 | -1/+1 |
* | Added support add_flash_types | kennyj | 2012-07-07 | 1 | -6/+6 |
* | Allow to use mounted helpers in ActionView::TestCase | Piotr Sarnacki | 2012-06-01 | 1 | -0/+19 |
* | assert_template matches against Regexp | Grant Hutchins | 2012-03-10 | 1 | -0/+6 |
* | instance_variables method returns symbols in 1.9 ruby | Sergey Nartimov | 2012-01-07 | 1 | -1/+1 |
* | config should always be an AS::InheritableOptions object. Closes #1992 | Santiago Pastorino | 2011-07-08 | 1 | -0/+4 |
* | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 1 | -16/+0 |
* | Move prefixes to view paths as they are now a lookup context dependency. | José Valim | 2011-05-04 | 1 | -0/+4 |
* | fixing space errors | Aaron Patterson | 2011-01-17 | 1 | -1/+1 |
* | Allow view in AV::TestCase to access it's controller helpers methods | Santiago Pastorino | 2011-01-12 | 1 | -0/+21 |
* | Rename _assigns to view_assigns in AV::TC | David Chelimsky | 2010-10-03 | 1 | -0/+31 |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 1 | -3/+3 |
* | Allow view helper's #initialize method to be called. [#5061 state:resolved] | Carl Lerche | 2010-09-13 | 1 | -0/+13 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 1 | -2/+2 |
* | Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup... | David Trasbo | 2010-06-26 | 1 | -1/+1 |
* | Expose view via the view() method in AV::TestCase::Behavior | David Chelimsky | 2010-06-23 | 1 | -12/+16 |
* | In ActionView::TestCase::Behavior, assign variables right before | David Chelimsky | 2010-06-23 | 1 | -0/+9 |
* | Add support for specifying locals in view tests with assert template [#4927 s... | David Chelimsky | 2010-06-22 | 1 | -2/+16 |
* | Support render_template in view tests. Useful for specifying which | David Chelimsky | 2010-06-20 | 1 | -0/+8 |
* | Memoize the object returned by _view in ActionView::TestCase::Behavior | David Chelimsky | 2010-06-08 | 1 | -0/+4 |
* | In AV::TC, move protect_against_forgery? from the test_case to the | David Chelimsky | 2010-06-03 | 1 | -0/+15 |
* | reorganize tests for AV::TC | David Chelimsky | 2010-06-03 | 1 | -140/+138 |
* | Support configuration of controller.controller_path on instances of | David Chelimsky | 2010-05-26 | 1 | -2/+2 |
* | Move AV::TC to AV::TC::Behavior [#4678 state:resolved] | David Chelimsky | 2010-05-24 | 1 | -0/+14 |
* | Consistent routing language | Joshua Peek | 2010-03-30 | 1 | -1/+1 |
* | remove_method is private | Carlhuda | 2010-03-04 | 1 | -2/+2 |
* | Safely cleans up a test to avoid relying on a particular test order | wycats | 2010-03-04 | 1 | -10/+23 |
* | WIP: Remove the global router | Carlhuda | 2010-02-25 | 1 | -1/+1 |
* | For performance reasons, you can no longer call html_safe! on Strings. Instea... | Yehuda Katz | 2010-01-31 | 1 | -1/+1 |
* | Use new routing dsl in tests | Joshua Peek | 2009-12-08 | 1 | -2/+2 |
* | Share ActionView::TestCase's output_buffer with view for concat support. | Chris Hapgood | 2009-11-07 | 1 | -0/+5 |
* | Make some assertions in the ActionView::TestCase tests actually do something. | Chris Hapgood | 2009-11-07 | 1 | -4/+4 |
* | Switch to on-by-default XSS escaping for rails. | Michael Koziarski | 2009-10-08 | 1 | -1/+1 |
* | File extra test folders into controller, dispatch, or template | Joshua Peek | 2009-10-03 | 1 | -0/+172 |