Kreisabhängigkeit beim automatischen Laden der Konstante erkannt

Nach dem Update meines Betriebssystems auf Maverics kann ich kein neues Projekt auf Schienen erstellen. Ich sehe immer nur:

Circular dependency detected while autoloading constant LinksController

oder

   Unable to autoload constant LinksController, expected 
   /Users/xxx/DEPLOY/yyyy/app/controllers/links_controller.rb to define it

wenn ich versuche zu machen:

<%= link_to 'abc', link_path(f) %>

Mein LinksController ist ein leerer Controller mit nur:

def show
end

Was ist falsch? Ich bin nicht in der Lage, ein neues Projekt zu machen.

Antworten auf die Frage(2)

Ihre Antwort auf die Frage