aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/view_paths.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Teach DetailsKey how to clear the template cacheAaron Patterson2019-02-081-1/+25
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-3/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* better docs for ActionView::ViewPaths#prepend_view_pathAlexander Kustov2016-11-121-0/+12
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* Break up a circular require between AP/AVSean Griffin2016-03-111-2/+0
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-1/+1
* [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-3/+3
* [ci skip] Fix to Fixed-width Fontyui-knk2015-06-141-2/+2
* Remove deprecated `AbstractController::Base::parent_prefixes`Rafael Mendonça França2015-01-041-19/+3
* edit pass over all warningsXavier Noria2014-10-281-1/+5
* We need an explicit returnRafael Mendonça França2014-05-141-4/+4
* Refactoring the code to make consitional return explicitRafael Mendonça França2014-05-141-4/+9
* Follow the documentation guidelineRafael Mendonça França2014-05-141-1/+1
* Mark _prefix as nodocRafael Mendonça França2014-05-141-3/+2
* ._prefix is private API so we should not recommend to override itRafael Mendonça França2014-05-141-2/+2
* deprecate AbC:Base::parent_prefixes.Nick Sutterer2014-05-131-4/+16
* simplify AC:ViewPaths::_prefixes. by making it recursively traversing up the ...Nick Sutterer2014-05-131-15/+10
* Revert "Require only path_set && lookup_context instead of whole base"Łukasz Strzałkowski2013-08-251-2/+1
* Require only path_set && lookup_context instead of whole baseŁukasz Strzałkowski2013-08-251-1/+2
* Move view_paths from AP to AVŁukasz Strzałkowski2013-08-251-0/+96