| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -0/+8 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 4 | -4/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 4 | -0/+4 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 2 | -4/+4 |
* | Fix `require_dependency` message format | Ryuta Kamizono | 2016-11-25 | 1 | -1/+1 |
* | 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 | 1 | -3/+3 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 4 | -8/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 2 | -22/+22 |
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 4 | -34/+34 |
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 4 | -10/+10 |
* | 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 |
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 2 | -3/+4 |
* | Cleaning unused views from actionpack tests inside actionview | Thiago Pradi | 2015-03-14 | 1 | -1/+0 |
* | Remove wrong TODO comment | Rafael Mendonça França | 2015-01-04 | 1 | -1/+1 |
* | Remove deprecated `AbstractController::Base::parent_prefixes` | Rafael Mendonça França | 2015-01-04 | 1 | -16/+0 |
* | Following documentation guideline | Rafael Mendonça França | 2014-05-14 | 1 | -4/+3 |
* | deprecate AbC:Base::parent_prefixes. | Nick Sutterer | 2014-05-13 | 1 | -0/+49 |
* | Ensure that .process return the method return | Arthur Neves | 2014-05-06 | 1 | -8/+8 |
* | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 1 | -3/+3 |
* | More typo fixes | Akira Matsuda | 2013-11-27 | 1 | -1/+1 |
* | Minor typo fixes | Akira Matsuda | 2013-11-27 | 1 | -3/+3 |
* | Refactor File.expand_path usage to remove additional File.join | Alex Johnson | 2013-11-05 | 1 | -1/+1 |
* | Move abstract's controller tests to AV | Łukasz Strzałkowski | 2013-08-25 | 14 | -0/+886 |