I would like to use Render's CDN for static sites to serve static assets for my non-static apps built with frameworks like Rails or Django.
This would let me turn off the option for Rails to serve static files. In a typical setup, this would be off and static assets would be served directly from the CDN and these requests would never hit the (comparatively slow) Rails app.