Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused AV helper fixtures from e10a2531 | claudiob | 2013-09-14 | 4 | -16/+0 |
| | | | | | Several fixtures for helpers are removed. They were introduced in ActionView by @strzalek but never referenced in any test. | ||||
* | Remove helper fixtures not used in any test | claudiob | 2013-09-09 | 1 | -2/+0 |
| | | | | | | The fixture for module AbcHelper defines three functions bare_a, bare_b and bare_c, but only bare_a is used in the code that tests helper functions. | ||||
* | Move abstract's controller tests to AV | Łukasz Strzałkowski | 2013-08-25 | 7 | -0/+31 |
| | | | | The ones that were actually testing AV functionality and should belong in there | ||||
* | 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 |
| | |||||
* | Move view_paths from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 2 | -0/+2 |
| | |||||
* | Fix "Stack Level Too Deep" error when rendering recursive partials | Rafael Mendonça França | 2013-07-07 | 2 | -0/+2 |
| | | | | | | | When rendering recursive partial Action View is trying to generate the view digest infinitly causing a stack level error. Fixes #11340 | ||||
* | Restore mistakenly removed malformed file fixtures | Łukasz Strzałkowski | 2013-06-20 | 5 | -0/+5 |
| | |||||
* | Fix digestor tests | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+2 |
| | |||||
* | Copy company test fixture to AV (fixes failing test) | Łukasz Strzałkowski | 2013-06-20 | 1 | -0/+9 |
| | |||||
* | Remove unneeded test fixtures in AV | Piotr Sarnacki | 2013-06-20 | 129 | -277/+0 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 293 | -0/+708 |