After update my OS to Maverics im unable to make new project in rails. I always see only:
Circular dependency detected while autoloading constant LinksContro
In my case, I have a module name TwitterRETRIEVER, while Rails seems to looking for TwitterRetriever. After correct this to follow Rails naming standard, this problem is gone.