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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer render template: in tests
John Hawthorn
2019-03-21
7
-42
/
+43
*
Merge pull request #35661 from jhawthorn/lookup_context_validation
Eileen M. Uchitelle
2019-03-20
1
-1
/
+9
|
\
|
*
Don't compact formats
John Hawthorn
2019-03-19
1
-5
/
+0
|
*
Improve "raises on invalid format assignment" test
John Hawthorn
2019-03-18
1
-2
/
+2
|
*
Raise in LookupContext#formats= on invalid format
John Hawthorn
2019-03-18
1
-0
/
+8
|
*
Make uniq in LookupContext#formats=
John Hawthorn
2019-03-18
1
-1
/
+1
|
*
Ignore nil in LookupContext#formats=
John Hawthorn
2019-03-18
1
-0
/
+5
*
|
Merge pull request #35662 from jhawthorn/fallback_resolver_no_virtual_path
Aaron Patterson
2019-03-19
1
-0
/
+16
|
\
\
|
*
|
Remove virtual_path from fallback templates
John Hawthorn
2019-03-18
1
-0
/
+16
|
|
/
*
|
Merge pull request #35604 from jhawthorn/validate_mime_types
Eileen M. Uchitelle
2019-03-19
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Raise exception when building invalid mime type
John Hawthorn
2019-03-14
1
-2
/
+2
*
|
Add regression test for HTML content in rails-ujs
razh
2019-03-17
1
-0
/
+11
*
|
Revert "Pass HTML responses as plain-text in rails-ujs"
razh
2019-03-17
1
-11
/
+0
*
|
Make Template::Resolver always cache
John Hawthorn
2019-03-15
2
-50
/
+2
|
/
*
Revert an incorrect change in jquery-2.2.0.js
Sharang Dashputre
2019-03-10
1
-2
/
+2
*
[ci skip] Minor documentation fixes for consistency
Shailesh Kalamkar
2019-03-09
1
-1
/
+1
*
[ci skip] Fix typos
Shailesh Kalamkar
2019-03-07
1
-1
/
+1
*
Remove query_format argument from resolver
John Hawthorn
2019-02-26
1
-1
/
+1
*
Create templates with format=nil
John Hawthorn
2019-02-26
3
-4
/
+4
*
Merge pull request #35411 from rails/pass-locals-to-template
Aaron Patterson
2019-02-26
3
-12
/
+11
|
\
|
*
Expand key word args for ActionView::Template
Aaron Patterson
2019-02-25
1
-1
/
+1
|
*
Pass locals in to the template object on construction
Aaron Patterson
2019-02-25
3
-11
/
+10
*
|
[ci skip] Renamed formats -> format in test after #35406
Abhay Nikam
2019-02-26
1
-1
/
+1
|
/
*
Improve Template#inspect output (#35407)
John Hawthorn
2019-02-25
1
-0
/
+10
*
Templates have one format
Aaron Patterson
2019-02-25
8
-10
/
+10
*
Always pass a format to the ActionView::Template constructor
Aaron Patterson
2019-02-25
2
-3
/
+5
*
Prefer I18n.with_locale
George Claghorn
2019-02-21
2
-52
/
+37
*
Deprecate ActionView::PathSet as argument to ActionView::Base.new
Cliff Pruitt
2019-02-20
1
-0
/
+4
*
Deprecate LookupContext#rendered_format
Aaron Patterson
2019-02-19
1
-0
/
+10
*
Move inline rendering content-type test to a controller test
Aaron Patterson
2019-02-19
2
-5
/
+11
*
Add a test that writes to the collection cache
Aaron Patterson
2019-02-19
1
-1
/
+8
*
Merge pull request #35293 from rails/remove-rendered-format-from-cache
Aaron Patterson
2019-02-19
3
-14
/
+16
|
\
|
*
Pass the template format to the digestor
Aaron Patterson
2019-02-15
3
-14
/
+16
*
|
Merge pull request #35281 from y-yagi/show_deprecated_message_instead_of_rais...
Aaron Patterson
2019-02-15
1
-0
/
+7
|
\
\
|
*
|
Show deprecated message instead of raise exception in `compiled_method_contai...
yuuji.yaginuma
2019-02-16
1
-0
/
+7
|
|
/
*
/
Allow to pass options to `csp_meta_tag`
yuuji.yaginuma
2019-02-16
1
-0
/
+4
|
/
*
Add test for `csp_meta_tag`
yuuji.yaginuma
2019-02-14
1
-0
/
+31
*
Merge pull request #35253 from rails/cached-collections-must-have-a-template
Aaron Patterson
2019-02-13
1
-0
/
+11
|
\
|
*
Cached collections only work if there is one template
Aaron Patterson
2019-02-13
1
-0
/
+11
*
|
Address to useless assignment `formats = nil` after #35254
Ryuta Kamizono
2019-02-14
1
-2
/
+0
*
|
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
2
-4
/
+6
*
|
Adding another failing test case
Aaron Patterson
2019-02-11
11
-6
/
+39
*
|
Add a failing test for #35222
Aaron Patterson
2019-02-11
5
-0
/
+14
|
/
*
Always call super
Aaron Patterson
2019-02-08
2
-2
/
+1
*
Teach DetailsKey how to clear the template cache
Aaron Patterson
2019-02-08
3
-10
/
+9
*
Split digest cache from details identity cache
Aaron Patterson
2019-02-08
2
-0
/
+5
*
Fix deprecation warnings and call super
Aaron Patterson
2019-02-06
1
-2
/
+2
*
Pull generated methods up in to the anonymous subclass
Aaron Patterson
2019-02-06
1
-8
/
+1
*
🚨 Make the cops happy 🚨
Aaron Patterson
2019-02-06
3
-3
/
+3
*
Move templates to an anonymous subclass of AV::Base
Aaron Patterson
2019-02-06
8
-12
/
+55
[next]