Circular dependency detected while autoloading constant

后端 未结 2 1049
闹比i
闹比i 2021-01-16 13:56

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         


        
2条回答
  •  滥情空心
    2021-01-16 14:41

    I had similar issue here https://stackoverflow.com/questions/20925323.

    Here is What happened, I was using Rails 4.0.2, which seems it cause issues with jQuery and/Or Turbolinks.

    When I downgraded Rails version to "4.0.0" in Gemfile and 'bundle update', I got no more issue.

    Checkout your Rails version, hope this helps.

提交回复
热议问题