aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/lookup_context.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid creating new Array when looking up already registered detailAkira Matsuda2019-07-311-1/+1
* active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-121-1/+0
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Always reject files external to appJohn Hawthorn2019-04-031-3/+2
* Don't compact formatsJohn Hawthorn2019-03-191-1/+1
* Rename invalid_types to invalid_valuesJohn Hawthorn2019-03-181-3/+3
* Raise in LookupContext#formats= on invalid formatJohn Hawthorn2019-03-181-0/+5
* Make uniq in LookupContext#formats=John Hawthorn2019-03-181-0/+2
* Ignore nil in LookupContext#formats=John Hawthorn2019-03-181-0/+1
* Squish the deprecation messages across the codebasePrathamesh Sonpatki2019-03-111-1/+1
* Deprecate LookupContext#rendered_formatAaron Patterson2019-02-191-1/+2
* Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-0/+7
* Always call superAaron Patterson2019-02-081-1/+0
* reuse details cache key identity objectAaron Patterson2019-02-081-5/+1
* Teach DetailsKey how to clear the template cacheAaron Patterson2019-02-081-0/+4
* Split digest cache from details identity cacheAaron Patterson2019-02-081-8/+21
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-0/+5
* Deprecate `with_fallbacks` using a blockAaron Patterson2019-01-281-5/+19
* Make `@view_paths` on the lookup context mostly read-onlyAaron Patterson2019-01-281-14/+10
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-3/+3
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-4/+2
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-241-8/+8
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-6/+6
* [Action View] Don't create middleman `DetailsKey` instanceJon Moss2016-05-161-9/+3
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-0/+31
* remove useless methodAaron Patterson2016-02-241-2/+0
* move digest cache on to the DetailsKey objectAaron Patterson2016-02-181-0/+16
* remove object `hash` cacheAaron Patterson2016-02-181-6/+0
* remove detail initialization metaprogrammingAaron Patterson2016-02-111-8/+12
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-0/+4
|\
| * allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-0/+4
* | Remove ActionView dependence on ActionPack's Mime implementationJon Moss2016-01-171-1/+1
|/
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Merge pull request #21612 from ronakjangir47/remove_unused_paramsSean Griffin2015-09-211-2/+2
|\
| * Removed unused parameter `options` for `register_detail` methodRonak Jangir2015-09-131-2/+2
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
|/
* remove LookupContext#with_layout_format by passing formats for layouts explic...Nick Sutterer2015-08-241-16/+0
* Freeze string literals when not mutated.schneems2015-07-191-3/+3
* [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-4/+5
* [ci skip] Fix to Fixed-width Fontyui-knk2015-06-141-1/+1
* head no_content when there is no template or action performedStephen Bussey2015-04-051-1/+1
* Template lookup now respect default locale and I18n fallbacks.Rafael Mendonça França2014-12-291-8/+1
* Use &= instead of select with include?Rafael Mendonça França2014-07-161-4/+1
* remove Set.new from DetailsKey::get, impacts rendering overhead performanceLuke Gruber2014-06-251-1/+1