| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 1 | -3/+1 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | better docs for ActionView::ViewPaths#prepend_view_path | Alexander Kustov | 2016-11-12 | 1 | -0/+12 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -2/+2 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Break up a circular require between AP/AV | Sean Griffin | 2016-03-11 | 1 | -2/+0 |
* | Lock down new `ImplicitRender` behavior for 5.0 RC | Godfrey Chan | 2016-02-25 | 1 | -1/+1 |
* | [skip ci] Lookup can be a noun but it is not a verb | Jon Atack | 2015-07-17 | 1 | -3/+3 |
* | [ci skip] Fix to Fixed-width Font | yui-knk | 2015-06-14 | 1 | -2/+2 |
* | Remove deprecated `AbstractController::Base::parent_prefixes` | Rafael Mendonça França | 2015-01-04 | 1 | -19/+3 |
* | edit pass over all warnings | Xavier Noria | 2014-10-28 | 1 | -1/+5 |
* | We need an explicit return | Rafael Mendonça França | 2014-05-14 | 1 | -4/+4 |
* | Refactoring the code to make consitional return explicit | Rafael Mendonça França | 2014-05-14 | 1 | -4/+9 |
* | Follow the documentation guideline | Rafael Mendonça França | 2014-05-14 | 1 | -1/+1 |
* | Mark _prefix as nodoc | Rafael Mendonça França | 2014-05-14 | 1 | -3/+2 |
* | ._prefix is private API so we should not recommend to override it | Rafael Mendonça França | 2014-05-14 | 1 | -2/+2 |
* | deprecate AbC:Base::parent_prefixes. | Nick Sutterer | 2014-05-13 | 1 | -4/+16 |
* | simplify AC:ViewPaths::_prefixes. by making it recursively traversing up the ... | Nick Sutterer | 2014-05-13 | 1 | -15/+10 |
* | Revert "Require only path_set && lookup_context instead of whole base" | Łukasz Strzałkowski | 2013-08-25 | 1 | -2/+1 |
* | Require only path_set && lookup_context instead of whole base | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+2 |
* | Move view_paths from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+96 |