Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 1 | -0/+1 |
| | | | | | | | | | This will silence deprecation warnings. Most of the test can be changed from `render :text` to render `:plain` or `render :body` right away. However, there are some tests that needed to be fixed by hand as they actually assert the default Content-Type returned from `render :body`. | ||||
* | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 2 | -1/+2 |
| | |||||
* | Added PartialIteration class used when rendering collections | Joel Junström | 2014-07-16 | 2 | -0/+2 |
| | | | | | | | | | | | | The iteration object is available as the local variable "template_name_iteration" when rendering partials with collections. It gives access to the +size+ of the collection beeing iterated over, the current +index+ and two convinicence methods +first?+ and +last?+ "template_name_counter" variable is kept but is deprecated. [Joel Junström + Lucas Uyezu] | ||||
* | Move remaining layouts tests to AV | Łukasz Strzałkowski | 2013-08-25 | 16 | -0/+26 |
| | |||||
* | Move render_test to AV | Łukasz Strzałkowski | 2013-08-25 | 91 | -0/+150 |