I use the latest Puma v1.4.0 from rubygems.
Make sure you have nginx installed with these options:
>/opt/nginx/sbin/nginx -V
nginx version: nginx/1.0.15
built by gcc 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
I use the latest Puma v1.4.0 from rubygems.
Make sure you have nginx installed with these options:
>/opt/nginx/sbin/nginx -V
nginx version: nginx/1.0.15
built by gcc 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
| <body onLoad="resizeParent();"> | |
| <script type="text/javascript"> | |
| function resizeParent() { | |
| var height = document.getElementsByTagName("html")[0].scrollHeight; | |
| window.parent.postMessage(["setIframeHeight", height], "*"); | |
| } | |
| </script> | |
| </body> |