How to ignore a folder in Zeitwerk for Rails 6? How to ignore a folder in Zeitwerk for Rails 6? ruby ruby

How to ignore a folder in Zeitwerk for Rails 6?


I ran into this same issue, and it turns out it was complaining about a folder name.

Adding this to application.rb may work for you:

Rails.autoloaders.main.ignore(Rails.root.join('app/junkyard'))