This looks terrific -- I was able to pack a site I had built locally, load it up to PA, and it ALMOST all worked.
I have uploaded images, whose URLS are all of the form /download/filename, where filename is the name of a file in the uploads folder (which I could verify from PA's dashboard), none of which show up on the site (each got a 400 response code).
Once I forced in the app & controller into the URL (by adding them into the text of the view BEFORE the call to URL()), all was well. But it felt kind of clumsy.
- Scott