index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
lib
/
action_view
/
lookup_context.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
active_support/deprecation has to be already required via active_support/rail...
Akira Matsuda
2019-07-12
1
-1
/
+0
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-2
/
+0
*
Always reject files external to app
John Hawthorn
2019-04-03
1
-3
/
+2
*
Don't compact formats
John Hawthorn
2019-03-19
1
-1
/
+1
*
Rename invalid_types to invalid_values
John Hawthorn
2019-03-18
1
-3
/
+3
*
Raise in LookupContext#formats= on invalid format
John Hawthorn
2019-03-18
1
-0
/
+5
*
Make uniq in LookupContext#formats=
John Hawthorn
2019-03-18
1
-0
/
+2
*
Ignore nil in LookupContext#formats=
John Hawthorn
2019-03-18
1
-0
/
+1
*
Squish the deprecation messages across the codebase
Prathamesh Sonpatki
2019-03-11
1
-1
/
+1
*
Deprecate LookupContext#rendered_format
Aaron Patterson
2019-02-19
1
-1
/
+2
*
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
1
-0
/
+7
*
Always call super
Aaron Patterson
2019-02-08
1
-1
/
+0
*
reuse details cache key identity object
Aaron Patterson
2019-02-08
1
-5
/
+1
*
Teach DetailsKey how to clear the template cache
Aaron Patterson
2019-02-08
1
-0
/
+4
*
Split digest cache from details identity cache
Aaron Patterson
2019-02-08
1
-8
/
+21
*
Move templates to an anonymous subclass of AV::Base
Aaron Patterson
2019-02-06
1
-0
/
+5
*
Deprecate `with_fallbacks` using a block
Aaron Patterson
2019-01-28
1
-5
/
+19
*
Make `@view_paths` on the lookup context mostly read-only
Aaron Patterson
2019-01-28
1
-14
/
+10
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-3
/
+3
*
[Action View] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
[Action View] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-4
/
+2
*
Privatize unneededly protected methods in Action View
Akira Matsuda
2016-12-24
1
-8
/
+8
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-6
/
+6
*
[Action View] Don't create middleman `DetailsKey` instance
Jon Moss
2016-05-16
1
-9
/
+3
*
Lock down new `ImplicitRender` behavior for 5.0 RC
Godfrey Chan
2016-02-25
1
-0
/
+31
*
remove useless method
Aaron Patterson
2016-02-24
1
-2
/
+0
*
move digest cache on to the DetailsKey object
Aaron Patterson
2016-02-18
1
-0
/
+16
*
remove object `hash` cache
Aaron Patterson
2016-02-18
1
-6
/
+0
*
remove detail initialization metaprogramming
Aaron Patterson
2016-02-11
1
-8
/
+12
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-0
/
+4
|
\
|
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
1
-0
/
+4
*
|
Remove ActionView dependence on ActionPack's Mime implementation
Jon Moss
2016-01-17
1
-1
/
+1
|
/
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Merge pull request #21612 from ronakjangir47/remove_unused_params
Sean Griffin
2015-09-21
1
-2
/
+2
|
\
|
*
Removed unused parameter `options` for `register_detail` method
Ronak Jangir
2015-09-13
1
-2
/
+2
*
|
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
|
/
*
remove LookupContext#with_layout_format by passing formats for layouts explic...
Nick Sutterer
2015-08-24
1
-16
/
+0
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-3
/
+3
*
[skip ci] Lookup can be a noun but it is not a verb
Jon Atack
2015-07-17
1
-4
/
+5
*
[ci skip] Fix to Fixed-width Font
yui-knk
2015-06-14
1
-1
/
+1
*
head no_content when there is no template or action performed
Stephen Bussey
2015-04-05
1
-1
/
+1
*
Template lookup now respect default locale and I18n fallbacks.
Rafael Mendonça França
2014-12-29
1
-8
/
+1
*
Use &= instead of select with include?
Rafael Mendonça França
2014-07-16
1
-4
/
+1
*
remove Set.new from DetailsKey::get, impacts rendering overhead performance
Luke Gruber
2014-06-25
1
-1
/
+1
*
Typo, grammar and textual changes [ci skip]
Akshay Vishnoi
2014-05-03
1
-4
/
+5
[next]