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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Rename `ActionView::Base#run` to `#_run`
Seb Jacobs
2019-03-15
3
-3
/
+3
|
/
/
/
*
|
|
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
3
-2
/
+7
|
\
\
\
|
*
|
|
Prep release
eileencodes
2019-03-11
3
-2
/
+7
*
|
|
|
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
*
|
|
|
|
Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text...
Kasper Timm Hansen
2019-03-09
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Added missing guide links in README documentation and minor wording fix [ci s...
ashishprajapati
2019-03-10
1
-0
/
+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Revert an incorrect change in jquery-2.2.0.js
Sharang Dashputre
2019-03-10
1
-2
/
+2
*
|
|
|
|
Fix links in gemspec and docs from http to https.
Abhay Nikam
2019-03-09
1
-1
/
+1
*
|
|
|
|
Merge pull request #35529 from abhaynikam/35492-follow-up-to-updates-links-to...
Ryuta Kamizono
2019-03-09
4
-5
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Updated links from http to https in guides, docs, etc
Abhay Nikam
2019-03-09
4
-5
/
+5
*
|
|
|
|
|
[ci skip] Minor documentation fixes for consistency
Shailesh Kalamkar
2019-03-09
1
-1
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Read the CSP nonce on page load
George Claghorn
2019-03-08
2
-4
/
+10
|
/
/
/
/
*
|
|
|
[ci skip] Fix typos
Shailesh Kalamkar
2019-03-07
1
-1
/
+1
*
|
|
|
Merge pull request #35429 from jhawthorn/template_format_nil
Aaron Patterson
2019-03-01
8
-17
/
+13
|
\
\
\
\
|
*
|
|
|
Remove query_format argument from resolver
John Hawthorn
2019-02-26
3
-5
/
+5
|
*
|
|
|
Create templates with format=nil
John Hawthorn
2019-02-26
5
-7
/
+8
|
*
|
|
|
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
|
/
/
/
/
*
|
|
|
Merge pull request #35411 from rails/pass-locals-to-template
Aaron Patterson
2019-02-26
7
-55
/
+46
|
\
\
\
\
|
*
|
|
|
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
2
-4
/
+4
|
*
|
|
|
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
6
-26
/
+35
*
|
|
|
|
[ci skip] Renamed formats -> format in test after #35406
Abhay Nikam
2019-02-26
1
-1
/
+1
|
/
/
/
/
*
|
|
|
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
3
-2
/
+4
*
|
|
|
Improve Template#inspect output (#35407)
John Hawthorn
2019-02-25
2
-2
/
+16
|
/
/
/
*
|
|
Templates have one format
Aaron Patterson
2019-02-25
15
-29
/
+41
*
|
|
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
2
-2
/
+2
*
|
|
Always pass a format to the ActionView::Template constructor
Aaron Patterson
2019-02-25
5
-12
/
+25
*
|
|
Add a finalizer to inline templates
Aaron Patterson
2019-02-22
3
-1
/
+24
*
|
|
Merge pull request #35371 from rails/always-have-a-format
Aaron Patterson
2019-02-22
4
-7
/
+18
|
\
\
\
|
*
|
|
Ensure that rendered templates always have a format
Aaron Patterson
2019-02-22
4
-7
/
+18
*
|
|
|
Merge pull request #35369 from rails/fewer-lookup-context-calls
Aaron Patterson
2019-02-22
2
-6
/
+6
|
\
\
\
\
|
*
|
|
|
Pass lookup context to the layout handlers
Aaron Patterson
2019-02-22
2
-6
/
+6
|
|
/
/
/
*
/
/
/
Prefer I18n.with_locale
George Claghorn
2019-02-21
2
-52
/
+37
|
/
/
/
*
|
|
[ci skip] actionview typo fixes.
alkesh26
2019-02-21
2
-2
/
+2
*
|
|
Deprecate ActionView::PathSet as argument to ActionView::Base.new
Cliff Pruitt
2019-02-20
2
-0
/
+6
*
|
|
Deprecate LookupContext#rendered_format
Aaron Patterson
2019-02-19
3
-7
/
+21
*
|
|
Fix up style
Aaron Patterson
2019-02-19
4
-8
/
+8
*
|
|
Return rendered template information instead of just strings
Aaron Patterson
2019-02-19
7
-31
/
+92
[prev]
[next]