将我的操作系统更新到 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
怎么了?我无法进行任何新项目。