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
*
Deprecate Template#refresh
John Hawthorn
2019-04-04
1
-19
/
+1
*
Add ActionView::Template::Sources::File
John Hawthorn
2019-04-04
1
-1
/
+6
*
Don't call Template#refresh
John Hawthorn
2019-04-04
1
-6
/
+1
*
Don't discard source after rendering
John Hawthorn
2019-04-04
1
-3
/
+0
*
Rename File to RawFile
Cliff Pruitt
2019-04-01
1
-1
/
+1
*
Merge pull request #35688 from jhawthorn/render_file_rfc
Aaron Patterson
2019-03-30
1
-1
/
+2
|
\
|
*
Introduce Template::File as new render file:
John Hawthorn
2019-03-27
1
-1
/
+2
*
|
Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...
Rafael França
2019-03-28
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
Add handling and tests.
Eli Rose
2019-02-17
1
-1
/
+9
*
|
Re-add Template#updated_at as deprecated
John Hawthorn
2019-03-19
1
-4
/
+11
*
|
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
[next]