Closed rcschafer closed 12 years ago
Summing up the differences:
Field | heroku | localhost |
---|---|---|
Cookie | -- | _nolahealth-mobile_session=BAh7B0kiD... |
If-Modified-Since | Sun, 26 Feb 2012 21:22:02 GMT | -- |
If-None-Match | -- | "1f9d520d99d057a4d9b63e23850d31d3" |
Field | heroku | localhost |
---|---|---|
Age | 0 | -- |
Connection | keep-alive | close |
Date | Sun, 26 Feb 2012 21:26:56 GMT | -- |
X-Content-Digest | 118195c74fccada54f8895318758a4a1004c5f4a | -- |
X-Rack-Cache | stale, valid, store | -- |
Cache-Control | -- | max-age=0, private, must-revalidate |
ETag | -- | "1f9d520d99d057a4d9b63e23850d31d3" |
Set-Cookie | -- | _nolahealth-mobile_session=BAh7B0kiD... |
X-Request-Id | -- | a810765bd69057fa32a76ca0cd57653f" |
X-Runtime | -- | 0.027176 |
X-UA-Compatible | -- | IE=Edge |
I suspect this has something to do with the default Rails session management technique; perhaps it's supported on local machines but not on heroku instances (which probably don't support anything that needs to write to a filesystem.)
reported by George Mauer
Hmm, well it's the most recent version now except that when accessing it from my android the site looks like crap - it's not recognizing it as mobile or something and starts all zoomed out. My local rails server is running the exact same code and when I hit it from my phone it looks great.
Do you guys have any ideas? Server configuration is a bit out of my wheelhouse.
Here are the headers I'm receiving from heroku (which looks weird)
Here are the headers for localhost (which looks good)