Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posted
26 September 2008 @ 10am

Tagged
Open Source, Ruby

Discuss

Tarantula 0.0.5 Released - the “Naked Aardvark” release

Announcing version 0.0.5 of Tarantula.

Tarantula is a big fuzzy spider. It crawls your Rails application, fuzzing data to see what breaks. It can verify HTML validation across all your pages, ensure you don’t have 404s, and pretty much anything else you want via custom handlers.

Don’t let the version number fool you, we’ve been using Tarantula across many projects at Relevance and its very stable. This release fixed a number of annoying bugs, including namespace conflicts with other classes due to Rails dependency loading, improved gem spec with correct dependencies, and clean up on the html reporter.

Install it via the Github

gem install relevance-tarantula --source http://gems.github.com

or via Rails 2.1+ gem handing:

config.gem "relevance-tarantula", :source => "http://gems.github.com"


No Comments Yet


There are no comments yet. You could be the first!

Leave a Comment

Scp or rsync failing with no error message? Check your startup scripts… MacPorts Ruby performance gotcha