將操作系統更新到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
什麼是錯的?我無法創建任何新項目。
是否有'/用戶/ XXX /部署/ YYYY /應用/控制器/ links_controller.rb'任何空間? – claptimes
有兩個軌道4.0.0和4.0.1有一些問題 – Wordica