Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert "Merge pull request #16888 from jejacks0n/render_template"" | Godfrey Chan | 2014-09-26 | 1 | -18/+5 |
| | | | | This reverts commit 585e75696b31395aee895e5366e331c07c3f5ee1. | ||||
* | Revert "Merge pull request #16888 from jejacks0n/render_template" | Godfrey Chan | 2014-09-23 | 1 | -5/+18 |
| | | | | | | | This reverts commit 07635a74b5ee08dcba3f6617def6230d8f114fe5, reversing changes made to 1b5f61a025b6ce1ee52b7148e3ed2a9acbde28b9. Reason: it's not ready :bomb:, see https://github.com/rails/rails/pull/16888#issuecomment-56400816 | ||||
* | Changes default render behavior from file to template. | jejacks0n | 2014-09-11 | 1 | -18/+5 |
| | |||||
* | Added PartialIteration class used when rendering collections | Joel Junström | 2014-07-16 | 1 | -0/+18 |
| | | | | | | | | | | | | 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] | ||||
* | Fixed borken tests in AV caused by 013c74d | Godfrey Chan | 2014-07-10 | 1 | -2/+2 |
| | |||||
* | Ensure that .process return the method return | Arthur Neves | 2014-05-06 | 1 | -1/+5 |
| | |||||
* | Unused class in AV test | Akira Matsuda | 2013-12-25 | 1 | -2/+0 |
| | |||||
* | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 1 | -3/+3 |
| | | | | | | Change most tests to make use of assert_raise returning the raised exception rather than relying on a combination of flunk + rescue to check for exception types/messages. | ||||
* | Fix integration test to pass same-origin verification | Jeremy Kemper | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | Minor typo fixes | Akira Matsuda | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Move actionpack's controller tests | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1337 |