OS を Maverics に更新した後、Rails で新しいプロジェクトを作成できません。私はいつも次のものだけを見ます:
Circular dependency detected while autoloading constant LinksController
また
Unable to autoload constant LinksController, expected
/Users/xxx/DEPLOY/yyyy/app/controllers/links_controller.rb to define it
私が作ろうとすると:
<%= link_to 'abc', link_path(f) %>
私の LinksController は、以下のみを持つ空のコントローラーです。
def show
end
なにが問題ですか?新しいプロジェクトを作成できません。