I am getting a "missing template" error message when rendering an action with a js.coffee.erb extension. If I rename it to js.coffee or js.erb, I can get the controller to recognize the file, but I lose the pre-processor.
It looks like previous versions did not require the .erb to process ERB, but now it is required and the controller doesn't recognize the template.
Is anyone else seeing this?