| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 1 | -14/+14 |
* | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 1 | -1/+1 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -11/+11 |
* | Fix broken heredoc indentation caused by rubocop auto-correct | Ryuta Kamizono | 2016-09-03 | 1 | -16/+17 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -14/+14 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -13/+13 |
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in actionview/lib | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | systematic revision of =~ usage in AV | Xavier Noria | 2016-07-25 | 1 | -3/+4 |
* | Merge pull request #25850 from ojab/layout_doc_fix | Rafael Mendonça França | 2016-07-17 | 1 | -1/+4 |
|\ |
|
| * | Mention that layout can call a Proc [ci skip] | ojab | 2016-07-15 | 1 | -1/+4 |
|/ |
|
* | Improve readability of docs by using code tag [ci skip] | Prakash Laxkar | 2015-09-29 | 1 | -1/+1 |
* | Pass the correct formats | Rafael Mendonça França | 2015-08-24 | 1 | -2/+2 |
* | Pass formats to lookup_context | Rafael Mendonça França | 2015-08-24 | 1 | -7/+8 |
* | Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug" | Rafael Mendonça França | 2015-06-02 | 1 | -17/+8 |
* | fix for actionview parent layout bug | Mehmet Emin İNAÇ | 2015-04-08 | 1 | -8/+17 |
* | [ci skip] Delete excess white in documentation | Anton Davydov | 2015-03-05 | 1 | -1/+1 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | Introduce `render :html` for render HTML string | Prem Sichanugrist | 2014-02-18 | 1 | -1/+1 |
* | Introduce `render :plain` for render plain text | Prem Sichanugrist | 2014-02-18 | 1 | -1/+1 |
* | Introduce `render :body` for render raw content | Prem Sichanugrist | 2014-02-18 | 1 | -1/+1 |
* | _implied_layout_name should be private | Rafael Mendonça França | 2013-11-19 | 1 | -9/+11 |
* | Use the right indentation | Rafael Mendonça França | 2013-11-19 | 1 | -1/+1 |
* | Add missing requires inside AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | Move layouts to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+424 |