Magellan: (alpha)

Currently the supported functionality is a rake task that crawl your website and find any broken a, img, or script links.

Magellan::Rake::Task.new do |t|

t.origin_url = "http://localhost:3000/"
t.explore_depth = 100

end

Assumptions: This tool works best if you follow the rules of unobtrusive javascript and property set the http status code header.