| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use new constructor. (Oops! :bomb:) | Aaron Patterson | 2015-07-08 | 1 | -1/+1 |
* | Revert "revises a test to account for case-insensitive file systems" | Matthew Draper | 2015-06-14 | 1 | -18/+2 |
* | Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug" | Rafael Mendonça França | 2015-06-02 | 1 | -14/+0 |
* | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 2 | -60/+34 |
* | Deprecate `:nothing` option for render method | Mehmet Emin İNAÇ | 2015-05-28 | 1 | -1/+1 |
* | Remove deprecation warning. | Guo Xiang Tan | 2015-05-22 | 1 | -1/+1 |
* | revises a test to account for case-insensitive file systems | Xavier Noria | 2015-05-21 | 1 | -3/+19 |
* | fix for actionview parent layout bug | Mehmet Emin İNAÇ | 2015-04-08 | 1 | -0/+14 |
* | Cleaning unused views from actionpack tests inside actionview | Thiago Pradi | 2015-03-14 | 1 | -1/+0 |
* | Merge pull request #18948 from kaspth/automatic-collection-caching | Rafael Mendonça França | 2015-02-25 | 1 | -0/+4 |
|\ |
|
| * | Merge multi_fetch_fragments. | Kasper Timm Hansen | 2015-02-20 | 1 | -0/+4 |