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
/
template.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix outdated comment [ci skip]
yuuji.yaginuma
2017-09-02
1
-1
/
+1
*
double assign is no longer an effective workaround for unused variable warning
Akira Matsuda
2017-09-01
1
-1
/
+1
*
[Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
*
|
Make ActionMailer frozen string literal friendly.
Pat Allan
2017-06-20
1
-2
/
+2
|
/
*
Unfreeze interpolated string because it's useless.
Stan Lo
2017-02-19
1
-1
/
+1
*
Allow render locals to be assigned to instance variables
Andrew White
2017-01-15
1
-1
/
+1
*
Fix typo in action_view/template.rb [ci skip]
kenta-s
2016-12-28
1
-1
/
+1
*
self. is not needed when calling its own instance method
Akira Matsuda
2016-12-24
1
-2
/
+1
*
Privatize unneededly protected methods in Action View
Akira Matsuda
2016-12-24
1
-10
/
+8
*
split DELEGATION_RESERVED_METHOD_NAMES in half
Toshimaru
2016-12-09
1
-1
/
+1
*
Enable `block` variable in view
Toshimaru
2016-12-09
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-1
/
+0
*
Change render to support any hash keys in locals
Peter Schilling
2016-10-02
1
-1
/
+7
*
kick different instrumentation method
Aaron Patterson
2016-08-24
1
-8
/
+12
*
remove useless freeze
Aaron Patterson
2016-08-24
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+1
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-9
/
+9
*
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
1
-23
/
+0
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-1
/
+1
*
adding description of return value [ci skip]
amitkumarsuroliya
2015-09-03
1
-1
/
+1
*
Cut string ActionView template allocations
schneems
2015-07-29
1
-2
/
+7
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-4
/
+4
*
Support explicit defintion of resouce name for collection caching.
Dov Murik
2015-07-07
1
-4
/
+13
*
Merge pull request #18948 from kaspth/automatic-collection-caching
Rafael Mendonça França
2015-02-25
1
-0
/
+14
|
\
|
*
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
1
-0
/
+14
*
|
Add nodoc to private constant [ci skip]
Rafael Mendonça França
2015-02-18
1
-1
/
+1
*
|
Improve documentation of local_assigns
Rafael Mendonça França
2015-02-18
1
-7
/
+13
*
|
Merge pull request #15700 from maurogeorge/guides-local_assigns
Rafael Mendonça França
2015-02-18
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Add RDoc about local_assigns
Mauro George
2014-06-13
1
-0
/
+7
*
|
Reduce object allocation
Akira Matsuda
2014-10-25
1
-1
/
+5
*
|
Reduce object allocation
Akira Matsuda
2014-10-25
1
-1
/
+1
*
|
Use #tr instead of #gsub where possible
Alex Weidmann
2014-10-02
1
-1
/
+1
*
|
use tr instead of gsub when possible
Adrian Rangel
2014-10-01
1
-1
/
+1
*
|
remove useless parameter
Aaron Patterson
2014-08-27
1
-2
/
+2
*
|
remove dead code
Aaron Patterson
2014-08-27
1
-12
/
+2
|
/
*
Add variants to Template class
Łukasz Strzałkowski
2014-03-14
1
-1
/
+2
*
Introduce `render :html` for render HTML string
Prem Sichanugrist
2014-02-18
1
-0
/
+1
*
Avoid unnecessary catching of Exception instead of StandardError (converting ...
stopdropandrew
2013-10-24
1
-2
/
+2
*
Move actionpack/lib/action_view* into actionview/lib
Piotr Sarnacki
2013-06-20
1
-0
/
+340