With ViewController 4.8 we are getting warnings like this for our slim templates:
WARNING: Template format for /Users/myuser/ruby/example/app/components/modal_component.slim is missing, defaulting to :html.
Slim is an expressly HTML oriented syntax, unlike ERB, so I think this is a needless warning. I would prefer to stick with shorter formatless template file names, since there isn't any ambiguity about what a .slim file is.
With ViewController 4.8 we are getting warnings like this for our slim templates:
WARNING: Template format for /Users/myuser/ruby/example/app/components/modal_component.slim is missing, defaulting to :html.
Slim is an expressly HTML oriented syntax, unlike ERB, so I think this is a needless warning. I would prefer to stick with shorter formatless template file names, since there isn't any ambiguity about what a .slim file is.