David Goudreau's blog



David GoudreauDavid Goudreau
Standup 02/29/08
edit Posted by David Goudreau on Friday February 29, 2008 at 05:30PM

Ask for Help

David GoudreauDavid Goudreau
Standup 02/28/2008
edit Posted by David Goudreau on Thursday February 28, 2008 at 05:24PM

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.

David GoudreauDavid Goudreau
Standup 02/27/2008
edit Posted by David Goudreau on Wednesday February 27, 2008 at 05:30PM

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 using SetOutputFilter INFLATE;proxy-html;DEFLATE to pass the html through the Apache2 proxy instance correctly.