Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added tests to render helper that expect `render partial: @foo` to | Iain Beeston | 2014-02-12 | 1 | -0/+1 | |
| | | | | | | | | | | automatically call @foo.to_partial_path Calling `render @foo` allows local variables but not options to be passed to the partial renderer. The correct way to render an object AND pass options to the partial renderer is to pass the object in the `:partial` parameter. However, there were previously no tests for this behaviour (in `render_helper_test.rb` at least). | |||||
* | Unused classes in AV tests | Akira Matsuda | 2013-12-24 | 1 | -4/+0 | |
| | ||||||
* | 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 | |