As a Ruby/Rails dabbler, one of the things that's long bothered me is this constant sense that I've just got gem clutter all over the place. Chalk it up to developer OCD, perhaps, or even my novice status as a Ruby/Rails dev, but not knowing where stuff is used, even if it's used, where it lives in my file system or whether it's part of a default install bothers me a little bit.
I've been using Bundler for a while and like what it does for documenting and managing at the project level, but my system as a whole sometimes feels like a great big hairball.
What strategies are folks employing to keep their gems contained and generally "knowable"? I'm running OS X and think I'd like to clear everything out and start over, but I'm not sure where I should do this cleaning and where I should avoid.
Thanks for your thoughts.