When I retrieve the above, it’s served from apache.
Somewhat unexpectedly, I can also successfully retrieve:
/assets/tvlogo1.png
There is no such file in the public/assets directory, but it
successfully retrieves the file and serves it through rack/rails (I
can see the request in the production.log file).
Is this expected behavior?
It’s convenient, in that I can use my application.css from, say,
static HTML files like my 404.html and 500.html pages, but I didn’t
expect it to work given that I have config.assets.compile=false.
Following up some more on my own question…looks like someone added a
pull request today that directly addresses this. Will keep an eye on
it, though…if this gets “fixed”, I think it will complicate things
like a 404.html page that uses the application css file.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.