Hello, I'm developing a custom library and would like to know where I can and should put it. http://wiki.rubyonrails.com/rails/show/UnderstandingWhatFilesGoesWhere seems to imply that I should place the custom utility library inside the lib directory. I will probably reuse this library and have unit tests for this library, so I would rather have this library packaged. One option is to make this library a Gem. What are my other options within rails? How would placing something into the vendor directory work? Is there a web page out there that can tell me what to do? Thank you, Brian Takita