Testing for a redirect using Capybara and Selenium WebDriver I just spent the better part of 8 hours trying to figure out how to do this. The Selenium WebDriver API docs are pretty bewildering...
Setting up a Rails 3 virtual machine using Vagrant and VirtualBox I recently started bringing other developers on board to help me with a project that up until then I had been the sole developer on....
Notes on Single Table Inheritance (STI) in Rails 3.0 I’m currently working on a project at Panoptic Development that calls for splitting up a single model into two similar models with slightly differing functionality....