I once did some work for a rails shop. It seemed that every other day, the lead dev would add a new gem to the project.
This caused me to wonder about the best practice when deciding to use a library or not. I'm definitely of the opinion that you shouldn't reinvent the wheel, but something just feels wrong about including, say an entire twitter library just for parsing feeds.
What are some best practices around developing with libraries?