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
*
Merge pull request #35623 from jhawthorn/actionview_cache
Aaron Patterson
2019-03-15
1
-5
/
+4
|
\
|
*
Remove updated_at from Templates
John Hawthorn
2019-03-15
1
-5
/
+4
*
|
Rename `ActionView::Base#run` to `#_run`
Seb Jacobs
2019-03-15
1
-1
/
+1
|
/
*
Allow format to be nil
John Hawthorn
2019-02-26
1
-5
/
+0
*
`original_encoding` isn't used, so deprecate it and remove the ivar
Aaron Patterson
2019-02-25
1
-3
/
+3
*
Expand key word args for ActionView::Template
Aaron Patterson
2019-02-25
1
-3
/
+3
*
Don't mutate `virtual_path`, remove `decorate`
Aaron Patterson
2019-02-25
1
-3
/
+2
*
Pass locals in to the template object on construction
Aaron Patterson
2019-02-25
1
-4
/
+10
*
Merge pull request #35408 from rails/template-has-one-variant
Aaron Patterson
2019-02-25
1
-10
/
+9
|
\
|
*
Change `variants` to `variant`
Aaron Patterson
2019-02-25
1
-9
/
+8
|
*
Convert `variant` to a keyword arg
Aaron Patterson
2019-02-25
1
-2
/
+2
*
|
Improve Template#inspect output (#35407)
John Hawthorn
2019-02-25
1
-2
/
+6
|
/
*
Templates have one format
Aaron Patterson
2019-02-25
1
-6
/
+7
*
Update actionview/lib/action_view/template.rb
Ryuta Kamizono
2019-02-25
1
-1
/
+1
*
remove the formats writer on templates
Aaron Patterson
2019-02-25
1
-2
/
+6
*
Dereference the format type before template construction
Aaron Patterson
2019-02-25
1
-1
/
+1
*
Always pass a format to the ActionView::Template constructor
Aaron Patterson
2019-02-25
1
-2
/
+5
*
Add a finalizer to inline templates
Aaron Patterson
2019-02-22
1
-0
/
+1
*
Pass the template format to the digestor
Aaron Patterson
2019-02-15
1
-1
/
+1
*
Deprecate finalizer configuration (it doesn't do anything)
Aaron Patterson
2019-02-06
1
-0
/
+9
*
Remove finalizer and configuration
Aaron Patterson
2019-02-06
1
-15
/
+0
*
Speed up partial rendering by caching "variable" calculation
Aaron Patterson
2019-02-05
1
-0
/
+9
*
Pass source to template handler and deprecate old style handler
Aaron Patterson
2019-02-01
1
-2
/
+1
*
Introduce a file type template, deprecate `Template#refresh`
Aaron Patterson
2019-02-01
1
-1
/
+12
*
use the source returned from encode!
Aaron Patterson
2019-01-31
1
-3
/
+5
*
Ask the view for its method container
Aaron Patterson
2019-01-18
1
-5
/
+1
*
Pull up virtual path assignment
Aaron Patterson
2019-01-16
1
-3
/
+1
*
Always evaluate views against an ActionView::Base
Aaron Patterson
2019-01-16
1
-3
/
+3
*
Pull output buffer conditional up
Aaron Patterson
2019-01-16
1
-1
/
+1
*
Fix rubocop issue
bogdanvlviv
2018-10-03
1
-1
/
+1
*
Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'
Sharang Dashputre
2018-10-02
1
-3
/
+3
*
Merge pull request #32031 from yahonda/remove_redundant_freeze
Ryuta Kamizono
2018-10-01
1
-4
/
+4
|
\
|
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-4
/
+4
*
|
Explain why we have explicit marshaling methods
David Heinemeier Hansson
2018-09-30
1
-2
/
+6
*
|
make actionview templates marshalable so that they can be serialized during t...
lsylvester
2018-09-30
1
-0
/
+9
|
/
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-3
/
+3
*
Use `:default` option in order to set default value of `finalize_compiled_tem...
bogdanvlviv
2018-04-03
1
-2
/
+1
*
Add `action_view.finalize_compiled_template_methods` config option
Simon Coffey
2018-04-02
1
-1
/
+6
*
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
[next]