David Goudreau's blog
Interesting Things
- If you want to run your Selenium tests in parallel, it looks like ThoughtWorks has released Selenium Grid.
- When testing Live Query, you don't always want the event queue to be processed asynchronously, so we've submitted a patch that will allow a triggered event to return synchronously instead. The patch has not been integrated into Live Query yet.
- Git - lets investigate where or when we can spike on this using a small internal project.
Interesting Things
- Rails is gradually moving to git. Should we? There's a brown bag today about git from a guest speaker. We'll talk about it then.
port install bash-completion
- plus your custom completion configuration
- plus your alias
equals
work proj[TAB]
mod_proxy_html- if you're hoping to get this to work, you may have to worry about INFLATEing the html response coming from the server you're proxying to before being able to parse the html and change its urls. We ended up usingSetOutputFilter INFLATE;proxy-html;DEFLATEto pass the html through the Apache2 proxy instance correctly.







