Rails Conf 2009 First Day of Sessions (Afternoon)
Did you know the Las Vegas Hilton charges you 3 dollars to print out a boarding pass? Jerks. JavaScript Testing in Rails: Fast, Headless, In-Browser. Pick Any Three. Larry Karnowski So blue_ridge is a javascript testing tool that mashes up a bunch of other tools to make testing javascript more or less like writing RSpec test. It's pretty cool. It uses Screw.Unit for the RSpec like lingo, Smoke for mocking, and Rhino to run the javascript tests without a browser (so you can integrate it into your Cruise Control build). http://github.com/relevance/blue-ridge/tree/master Blue-ridge is JQuery opinionated but can use Prototype without too much trouble. It has a textmate bundle so you can run your javascript tests with command-r You can have multiple describe blocks like RSpec. Definitely worth a look. Smacking Git Around - Advanced Git Tricks with Scott Chacon (GitHub) Scott is very smart and really funny but he talked very fast so if you want to see the full slide deck you can go t...