Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 1 | -1/+1 |
* | stop calling deprecated methods | Aaron Patterson | 2015-09-21 | 1 | -1/+1 |
* | Add and remove renderer inside the test to prevent leak. | Zuhao Wan | 2014-05-28 | 1 | -4/+7 |
* | removes support for render :update | Xavier Noria | 2011-04-13 | 1 | -237/+0 |
* | Initialize ivars in tests. | Emilio Tagua | 2010-09-28 | 1 | -0/+1 |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 1 | -3/+3 |
* | Simpler RenderOption API -- removes the need for registering the types and ex... | Carlhuda | 2009-12-09 | 1 | -0/+14 |
* | Namespace TestControllers inside their test case class | Joshua Peek | 2009-09-19 | 1 | -123/+128 |
* | Get controller/render_other_test.rb to pass on new base and fixed a bug in ne... | Yehuda Katz + Carl Lerche | 2009-05-22 | 1 | -3/+11 |
* | Added the :rjs render option | Yehuda Katz + Carl Lerche | 2009-05-21 | 1 | -0/+8 |
* | Ported over render :file tests. | Yehuda Katz + Carl Lerche | 2009-05-13 | 1 | -0/+222 |