I looking for a way to create a centralized library of rake files and have all tasks be available when running rake, similar to how lib/ tasks works in rails. Everything I've tried so far has been unsucessful, and I get errors even when trying to require a single .rake file from my Rakefile. Any suggestions?