Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
| | |||||
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
| | |||||
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 1 | -23/+23 |
| | |||||
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Add more test coverage to layouts | Rafael Mendonça França | 2016-05-20 | 1 | -4/+152 |
| | | | | [Rafael Mendonça França + Nick Sutterer + thedarkone] | ||||
* | keep layouts + locals from bloating the cache | Aaron Patterson | 2016-05-17 | 1 | -0/+19 |
| | | | | | | Using locals will cause layouts to be cached multiple times in the template cache. This commit removes locals from consideration when looking up the layout. | ||||
* | locals can be accessed from templates rendered in the controller | Aaron Patterson | 2016-05-17 | 1 | -0/+16 |
| | |||||
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 1 | -2/+2 |
| | | | | | | | | | 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`. | ||||
* | More typo fixes | Akira Matsuda | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Minor typo fixes | Akira Matsuda | 2013-11-27 | 1 | -3/+3 |
| | |||||
* | Move abstract's controller tests to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+384 |
The ones that were actually testing AV functionality and should belong in there |