Поскольку последняя версия Rails 3 не является автоматической загрузкой модулей и классов из lib, что было бы лучшим способом загрузить их?
Из github:
A few changes were done in this commit: Do not autoload code in *lib* for applications (now you need to explicitly require them). This makes an application behave closer to an engine (code in lib is still autoloaded for plugins);