David Kettler's blog
Helpful Things
"I'm making an HTML5 web app that consumes a web service, and in development the browser is blocking cross-site requests from localhost. How can I just turn off this security while developing?"
Chrome has a command-line flag just for this occasion! --disable-xss-auditor For everything else, change your hosts file to have the target site on localhost.
"Rails 3.1 seems to be slowing down my test suite to be about twice as slow. Seems to have something to do with garbage collection time. Thoughts?"
... no one had any definite answers.
