Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for assigns(:..) resetting template assertions | Calvin Correli | 2014-11-17 | 1 | -1/+13 |
| | | | | When calling assigns(:...) or cookies(:...), template assertions would be reset, which they obviously shouldn't be. | ||||
* | Improve description of tests. | Guo Xiang Tan | 2014-07-25 | 1 | -4/+4 |
| | |||||
* | Bug fix for assert_template when opening a new session. | Guo Xiang Tan | 2014-07-25 | 1 | -0/+40 |
| | | | | See https://github.com/rails/rails/pull/16234#commitcomment-7115670. | ||||
* | Fix AC::TemplateAssertions instance variables not resetting. | Guo Xiang Tan | 2014-07-21 | 1 | -0/+58 |
Fixes https://github.com/rails/rails/issues/16119. |