February 21, 2012
Love Your Lib Directory
by Brian Cardarella
Too many Rails developers incorrectly use and abuse the lib/ directory. I will demonstrate the importance of maintaing conventions in the lib/ directory that conform to what Rubygems is expecting, some "gotchas" if you are not careful, and a pattern I have been using to extract non-application specific code into the lib/ directory as a jumping off point to then eventually extracting that code as a Rubygem
Boston Ruby Group