| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_path | Kasper Timm Hansen | 2019-03-31 | 1 | -1/+3 |
|\ |
|
| * | Deprecate render layout with an absolute path | John Hawthorn | 2019-03-29 | 1 | -1/+3 |
* | | Introduce Template::File as new render file: | John Hawthorn | 2019-03-27 | 2 | -11/+35 |
|/ |
|
* | Bump RuboCop to 0.66.0 | Koichi ITO | 2019-03-27 | 1 | -5/+5 |
* | Pass locals in to the template object on construction | Aaron Patterson | 2019-02-25 | 1 | -2/+3 |
* | Templates have one format | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
* | Move inline rendering content-type test to a controller test | Aaron Patterson | 2019-02-19 | 1 | -0/+11 |
* | Pass source to template handler and deprecate old style handler | Aaron Patterson | 2019-02-01 | 1 | -2/+2 |
* | Tighten up the AV::Base constructor | Aaron Patterson | 2019-01-29 | 1 | -2/+2 |
* | Add test for Hash-like object being passed to partial `locals` | Ufuk Kayserilioglu | 2019-01-24 | 1 | -0/+10 |
* | Revert "Allow usage of strings as locals for partial renderer" | Ufuk Kayserilioglu | 2019-01-24 | 1 | -10/+0 |
* | make bot happy | Aaron Patterson | 2018-09-24 | 1 | -6/+6 |
* | Remove deprecated catch-all route in the AV tests | Aaron Patterson | 2018-09-24 | 4 | -0/+158 |
* | Merge pull request #30647 from droptheplot/render-partials-string-locals | Rafael França | 2018-04-27 | 1 | -0/+9 |
|\ |
|
| * | Allow usage of strings as locals for partial renderer | Sergey Novikov | 2017-09-18 | 1 | -0/+9 |
* | | Fix actionview tests execution | bogdanvlviv | 2018-03-04 | 1 | -7/+8 |
* | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -1/+1 |
* | | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons | Matthew Draper | 2017-10-28 | 1 | -1/+1 |
|/ |
|
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -2/+2 |
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 8 | -0/+16 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 8 | -8/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 8 | -0/+8 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 5 | -14/+14 |
* | DRY fake models for testing | Akira Matsuda | 2017-02-02 | 1 | -35/+1 |
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -2/+2 |
* | use `Gem.win_platform?` to check windows Ruby platforms | yuuji.yaginuma | 2016-11-30 | 1 | -1/+1 |
* | Fix `require_dependency` message format | Ryuta Kamizono | 2016-11-25 | 1 | -1/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
* | let Regexp#match? be globally available | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 3 | -10/+10 |
* | Fix actionview test failure | Ryuta Kamizono | 2016-08-11 | 1 | -2/+2 |
* | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 1 | -1/+1 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 5 | -14/+6 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 2 | -22/+22 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -3/+1 |
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 8 | -145/+145 |
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 8 | -97/+97 |
* | systematic revision of =~ usage in AV | Xavier Noria | 2016-07-25 | 1 | -1/+2 |
* | Delete bad test | Sean Griffin | 2016-06-07 | 1 | -5/+0 |
* | Add more test coverage to layouts | Rafael Mendonça França | 2016-05-20 | 1 | -4/+152 |
* | keep layouts + locals from bloating the cache | Aaron Patterson | 2016-05-17 | 1 | -0/+19 |
* | locals can be accessed from templates rendered in the controller | Aaron Patterson | 2016-05-17 | 1 | -0/+16 |
* | Delete needless `require 'active_support/deprecation'` | yui-knk | 2015-10-20 | 1 | -1/+0 |
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 1 | -1/+1 |
* | render should return a string | Aaron Patterson | 2015-10-05 | 1 | -1/+1 |
* | :hocho: Typos | Akira Matsuda | 2015-09-21 | 2 | -2/+2 |
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 3 | -22/+23 |
* | Change AC::TestResponse to AD::TestResponse | Prem Sichanugrist | 2015-07-14 | 1 | -1/+1 |