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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RDoc formatting: `+` doesn't work with `@`
ohbarye
2017-08-11
1
-1
/
+1
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
6
-0
/
+11
*
Make actionview ready for frozen strings
Kir Shatrov
2017-07-23
1
-1
/
+2
*
[Action View] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...
Kasper Timm Hansen
2017-06-08
2
-1
/
+5
*
Use a hash to record every partial's cache hit status instead of sharing a bo...
Stan Lo
2017-06-08
1
-1
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-1
/
+1
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-1
/
+1
*
Add partial iteration variable to template keys
Matthew Eagar
2017-01-25
1
-1
/
+1
*
Remove TODOs related to Exceptron [ci skip]
kenta-s
2017-01-18
1
-2
/
+0
*
Fix grammar in partial_renderer.rb [ci skip]
kenta-s
2017-01-18
1
-1
/
+1
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-3
/
+3
*
Privatize unneededly protected methods in Action View
Akira Matsuda
2016-12-24
1
-4
/
+4
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
2
-3
/
+3
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
|
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
|
/
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
1
-3
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
3
-22
/
+22
*
Simplify cache hit logging
Aaron Patterson
2016-08-24
1
-2
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-2
/
+2
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
1
-15
/
+17
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
4
-280
/
+280
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
3
-5
/
+5
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
3
-8
/
+8
*
Use to_a to pre-buffer the collection
Steven Harman
2016-07-26
1
-3
/
+2
*
Default to an empty collection if falsey given
Steven Harman
2016-07-26
1
-1
/
+1
*
Fix collection_from_options to allow Enumerators
Steven Harman
2016-07-26
1
-1
/
+2
*
systematic revision of =~ usage in AV
Xavier Noria
2016-07-25
2
-3
/
+4
*
Bring back support for callable cache_key on collection rendering
Ignatius Reza
2016-07-21
1
-1
/
+7
*
keep layouts + locals from bloating the cache
Aaron Patterson
2016-05-17
1
-3
/
+3
*
We're not using $2 from this Regexp
Akira Matsuda
2016-03-05
1
-1
/
+1
*
Fix partial rendering with dot in filename
Benjamin Quorning
2016-03-04
1
-1
/
+1
*
Lock down new `ImplicitRender` behavior for 5.0 RC
Godfrey Chan
2016-02-25
1
-1
/
+1
*
Instrument cached collection renders.
Kasper Timm Hansen
2016-02-20
3
-16
/
+21
*
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
2
-33
/
+11
*
Prefer empty? to any?.
Kasper Timm Hansen
2016-02-12
1
-1
/
+1
*
Stop mutating return value.
Kasper Timm Hansen
2016-02-12
1
-2
/
+3
*
Inline `fetch_or_cache_partial`.
Kasper Timm Hansen
2016-02-12
1
-10
/
+6
*
Write to collection cache where the template is rendered.
Kasper Timm Hansen
2016-02-12
2
-9
/
+15
*
Only write to collection cache if we have a callable cache key.
Kasper Timm Hansen
2016-02-12
1
-1
/
+5
*
Remove useless callable_cache_key? check.
Kasper Timm Hansen
2016-02-12
1
-2
/
+1
*
Remove single_template_render? method.
Kasper Timm Hansen
2016-02-12
1
-5
/
+1
*
Don't search in locals for cache_options.
Kasper Timm Hansen
2016-02-12
1
-3
/
+1
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
2
-2
/
+2
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-11-15
1
-1
/
+1
|
\
|
*
[ci skip] Use full component name in public API document
yui-knk
2015-11-15
1
-1
/
+1
*
|
Respect value of `:object` if `:object` is false when rendering
yui-knk
2015-11-13
1
-1
/
+1
*
|
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
|
/
[next]