Thus required files under lib/ are no longer correctly loaded at the moment. There are two solutions: Set config.enable_dependency_loading = true. This is not threadsafe and is not advised Eagerly load what we need from lib/. Since this now requires everything in there, it throws for old code and embedded files we did not actually require before. http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#autoloading-is-disabled-after-booting-in-the-production-environmentpull/4916/merge
parent
6c5177d8bf
commit
5db362af4d
Loading…
Reference in new issue