When using the Ruby on Rails based Radiant CMS system, you might find yourself wondering which snippets are unused or which non-existent snippets are referenced in a page, a layout or another snippet. I've created a small script that finds both unused as well as invalid snippets:
Just run it like so:
bundle exec ./script/runner dead_snippets.rb
Enjoy!