Chris Jacob

Results 18 comments of Chris Jacob

Hi Thatcher, Thank you for such a quick reply. I'm looking forward to the "Deploy on GAE guide" :-). I've been doing some thinking lately about Google's spec... it has...

href="/controller/action/id?key1=value1&key2=value2" onclick="#controller&action&id&key1=value1&key2=value2"

Hi Thatcher, Rhino For Werbapps looks brilliant! Thanks for the tip off. I'll have a play with it as soon as possible to try building the HTML Snapshot service I...

Just realised how close I am to getting a HTML Snapshot service after seeing this example... http://github.com/thatcher/rhino-for-webapps/blob/master/WEB-INF/examples/envjs/dispatcher.js :-)

+1 I'm new to Turbolinks... how do people deal with 3rd party libraries that use `$(window).on('load', function() {});`? Here is a related post on the Turbolinks issue list (currently: Open)...

You could use this hack (but probably shouldn't). It won't behave at all like Window.onload (i.e. it won't wait for Images, CSS, JS to be processed... it just triggers a...

Ok I think I have a better solution, see: https://github.com/rails/turbolinks/issues/295#issuecomment-70036212 When working with Turbolinks all JS and CSS is loaded in the header on the first page load (...or you...

FYI, I tested out my solution on a page with some large images and the Bootstrap Affix.js `$(window).on('load'...` was triggered as expected. :)

I have the same issue. Also using WP-Engine for hosting... using "port": 2222 If I try to use port 22 I get: ``` Error: Authentication failure. Available authentication methods: publickey...

Very difficult problem to solve now that JS templates need to consider serverside + clientside (as they should). Right now it's out of my scope of knowledge - but if...