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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Deprecate ActionView::PathSet as argument to ActionView::Base.new
Cliff Pruitt
2019-02-20
1
-0
/
+2
*
|
Deprecate LookupContext#rendered_format
Aaron Patterson
2019-02-19
2
-7
/
+11
*
|
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
*
|
rename push / pop function
Aaron Patterson
2019-02-19
2
-2
/
+2
*
|
Merge pull request #35293 from rails/remove-rendered-format-from-cache
Aaron Patterson
2019-02-19
6
-19
/
+17
|
\
\
|
*
|
remove another call to rendered_format=
Aaron Patterson
2019-02-17
1
-2
/
+0
|
*
|
Pass the template format to the digestor
Aaron Patterson
2019-02-15
6
-17
/
+17
*
|
|
Merge pull request #35281 from y-yagi/show_deprecated_message_instead_of_rais...
Aaron Patterson
2019-02-15
1
-5
/
+9
|
\
\
\
|
*
|
|
Show deprecated message instead of raise exception in `compiled_method_contai...
yuuji.yaginuma
2019-02-16
1
-5
/
+9
|
|
/
/
*
/
/
Allow to pass options to `csp_meta_tag`
yuuji.yaginuma
2019-02-16
1
-2
/
+4
|
/
/
*
|
Merge pull request #35253 from rails/cached-collections-must-have-a-template
Aaron Patterson
2019-02-13
1
-3
/
+11
|
\
\
|
*
|
Cached collections only work if there is one template
Aaron Patterson
2019-02-13
1
-3
/
+11
|
|
/
*
|
Address to useless assignment `formats = nil` after #35254
Ryuta Kamizono
2019-02-14
1
-3
/
+1
*
|
Clean for fix done in #35229. Removed unused arguments
Abhay Nikam
2019-02-13
1
-2
/
+2
*
|
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
6
-23
/
+56
|
/
*
Always call super
Aaron Patterson
2019-02-08
1
-1
/
+0
*
reuse details cache key identity object
Aaron Patterson
2019-02-08
1
-5
/
+1
*
Teach DetailsKey how to clear the template cache
Aaron Patterson
2019-02-08
2
-1
/
+29
*
Split digest cache from details identity cache
Aaron Patterson
2019-02-08
2
-8
/
+22
*
Fix some typos!
Aaron Patterson
2019-02-06
1
-1
/
+1
*
Add a message to help allocate AV::Base instances
Aaron Patterson
2019-02-06
1
-1
/
+5
*
Deprecate finalizer configuration (it doesn't do anything)
Aaron Patterson
2019-02-06
2
-0
/
+22
*
Rename method so it is more descriptive
Aaron Patterson
2019-02-06
1
-3
/
+3
*
Pull generated methods up in to the anonymous subclass
Aaron Patterson
2019-02-06
1
-5
/
+6
*
Remove finalizer and configuration
Aaron Patterson
2019-02-06
2
-23
/
+0
*
Regenerate AV::Base subclass when DetailsKey gets cleared
Aaron Patterson
2019-02-06
2
-3
/
+29
*
Move templates to an anonymous subclass of AV::Base
Aaron Patterson
2019-02-06
4
-23
/
+20
*
Merge pull request #35171 from rails/speed-up-partials
Aaron Patterson
2019-02-05
2
-18
/
+40
|
\
|
*
Speed up partial rendering by caching "variable" calculation
Aaron Patterson
2019-02-05
2
-18
/
+40
*
|
Merge branch 'float_dom_ids'
Gannon McGibbon
2019-02-05
1
-1
/
+1
|
\
\
|
*
|
Fix unique DOM IDs for collection inputs
Mark Edmondson
2019-01-25
1
-1
/
+1
*
|
|
Improve regexp of `html_safe_translation_key?`
Kazuhiro NISHIYAMA
2019-02-05
1
-1
/
+1
|
|
/
|
/
|
*
|
Take in to account optional arguments when deprecating
Aaron Patterson
2019-02-04
1
-1
/
+1
*
|
Pass source to template handler and deprecate old style handler
Aaron Patterson
2019-02-01
6
-13
/
+38
*
|
Introduce a file type template, deprecate `Template#refresh`
Aaron Patterson
2019-02-01
4
-3
/
+47
*
|
use the source returned from encode!
Aaron Patterson
2019-01-31
1
-3
/
+5
*
|
add tests to make sure deprecated API is still supported
Aaron Patterson
2019-01-31
1
-2
/
+4
*
|
Tighten up the AV::Base constructor
Aaron Patterson
2019-01-29
2
-10
/
+43
*
|
Remove `with_layout_format` delegation
Aaron Patterson
2019-01-28
1
-1
/
+1
*
|
Cache the digest path on the stack.
Aaron Patterson
2019-01-28
1
-7
/
+5
*
|
Pull `@template` in to a local variable
Aaron Patterson
2019-01-28
3
-25
/
+24
*
|
Remove default parameters from method signature
Aaron Patterson
2019-01-28
1
-4
/
+2
*
|
Remove `@view` instance variable from the partial renderer
Aaron Patterson
2019-01-28
2
-25
/
+24
*
|
Remove `find_template` and `find_file` delegate methods
Aaron Patterson
2019-01-28
1
-1
/
+1
*
|
Deprecate `with_fallbacks` using a block
Aaron Patterson
2019-01-28
2
-9
/
+23
*
|
Make `@view_paths` on the lookup context mostly read-only
Aaron Patterson
2019-01-28
1
-14
/
+10
*
|
Remove method named "hash"
Aaron Patterson
2019-01-28
1
-2
/
+4
*
|
Revert "Allow usage of strings as locals for partial renderer"
Ufuk Kayserilioglu
2019-01-24
1
-1
/
+1
*
|
Prefer ImageProcessing's resize_to_limit macro over resize_to_fit
George Claghorn
2019-01-24
1
-5
/
+5
[prev]
[next]