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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Updated the doc after renaming Template::File -> Template::RawFile ...
Abhay Nikam
2019-04-02
1
-1
/
+1
*
Rename File to RawFile
Cliff Pruitt
2019-04-01
5
-5
/
+5
*
Only clear template caches in dev after changes (#35629)
John Hawthorn
2019-04-01
4
-7
/
+52
*
url -> URL where apt except inside actionpack/
Sharang Dashputre
2019-04-01
2
-2
/
+2
*
Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_path
Kasper Timm Hansen
2019-03-31
1
-0
/
+1
|
\
|
*
Deprecate render layout with an absolute path
John Hawthorn
2019-03-29
1
-0
/
+1
*
|
Merge pull request #35688 from jhawthorn/render_file_rfc
Aaron Patterson
2019-03-30
5
-4
/
+38
|
\
\
|
|
/
|
/
|
|
*
Introduce Template::File as new render file:
John Hawthorn
2019-03-27
5
-4
/
+38
*
|
Fix annotated typo
Prathamesh Sonpatki
2019-03-29
2
-3
/
+3
*
|
Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...
Rafael França
2019-03-28
2
-1
/
+29
|
\
\
|
|
/
|
/
|
|
*
Add handling and tests.
Eli Rose
2019-02-17
2
-1
/
+29
*
|
Merge pull request #35758 from Shigeyuki-fukuda/aligned_order_of_argument
Rafael França
2019-03-26
1
-2
/
+2
|
\
\
|
*
|
Aligned the order of the arguments of render_template and render_with_layout
Shigeyuki-fukuda
2019-03-27
1
-2
/
+2
*
|
|
Deprecate custom patterns for PathResolver
John Hawthorn
2019-03-26
1
-39
/
+11
|
/
/
*
|
Merge pull request #35661 from jhawthorn/lookup_context_validation
Eileen M. Uchitelle
2019-03-20
2
-1
/
+9
|
\
\
|
*
|
Don't compact formats
John Hawthorn
2019-03-19
1
-1
/
+1
|
*
|
Avoid assigning [nil] to 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
*
|
|
Re-add Template#updated_at as deprecated
John Hawthorn
2019-03-19
2
-6
/
+13
*
|
|
Remove virtual_path from fallback templates
John Hawthorn
2019-03-18
1
-8
/
+16
|
/
/
*
|
Ruby 2.4 and later support native Unicode case mappings
Ryuta Kamizono
2019-03-18
1
-1
/
+1
*
|
Merge pull request #35623 from jhawthorn/actionview_cache
Aaron Patterson
2019-03-15
4
-48
/
+11
|
\
\
|
*
|
Remove updated_at from Templates
John Hawthorn
2019-03-15
4
-18
/
+9
|
*
|
Make Template::Resolver always cache
John Hawthorn
2019-03-15
1
-30
/
+2
*
|
|
Rename `ActionView::Base#run` to `#_run`
Seb Jacobs
2019-03-15
3
-3
/
+3
|
/
/
*
|
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
1
-1
/
+1
|
\
\
|
*
|
Prep release
eileencodes
2019-03-11
1
-1
/
+1
*
|
|
Squish the deprecation messages across the codebase
Prathamesh Sonpatki
2019-03-11
2
-4
/
+4
*
|
|
Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block
Kasper Timm Hansen
2019-03-10
1
-2
/
+2
|
\
\
\
|
*
|
|
Ruby 2.7 warning: creating a Proc without a block
utilum
2019-02-13
1
-2
/
+2
*
|
|
|
Updated links from http to https in guides, docs, etc
Abhay Nikam
2019-03-09
2
-2
/
+2
*
|
|
|
Merge pull request #35429 from jhawthorn/template_format_nil
Aaron Patterson
2019-03-01
4
-12
/
+8
|
\
\
\
\
|
*
|
|
|
Remove query_format argument from resolver
John Hawthorn
2019-02-26
2
-4
/
+4
|
*
|
|
|
Create templates with format=nil
John Hawthorn
2019-02-26
2
-3
/
+4
|
*
|
|
|
Allow format to be nil
John Hawthorn
2019-02-26
1
-5
/
+0
*
|
|
|
|
Removes unnecessary dot in regexp
Xavier Noria
2019-02-28
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Remove unused method / fix documentation
Aaron Patterson
2019-02-26
1
-6
/
+1
*
|
|
|
Update actionview/lib/action_view/template/resolver.rb
John Hawthorn
2019-02-26
1
-1
/
+1
*
|
|
|
`original_encoding` isn't used, so deprecate it and remove the ivar
Aaron Patterson
2019-02-25
2
-5
/
+5
*
|
|
|
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
2
-17
/
+4
*
|
|
|
Pass locals in to the template object on construction
Aaron Patterson
2019-02-25
3
-15
/
+25
*
|
|
|
Merge pull request #35408 from rails/template-has-one-variant
Aaron Patterson
2019-02-25
3
-13
/
+11
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Change `variants` to `variant`
Aaron Patterson
2019-02-25
2
-11
/
+10
|
*
|
|
Remove potential `variants` mutation in `decorate`
Aaron Patterson
2019-02-25
1
-1
/
+0
|
*
|
|
Convert `variant` to a keyword arg
Aaron Patterson
2019-02-25
1
-2
/
+2
*
|
|
|
Preparing for 6.0.0.beta2 release
Rafael Mendonça França
2019-02-25
1
-1
/
+1
[next]