DEV Community

Discussion on: More than "Hello World" in Docker: Build Rails + Sidekiq web apps in Docker

Collapse
 
belgoros profile image
Serguei Cambour

Thank you for sharing, Raphael. One point - you don't need to set autoload_paths because of all the directories under app are loaded by Rails by default. See guides.rubyonrails.org/v5.2/autolo....

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

Thanks for the tip Serguei! :D I'll try that out in my Rails 5.2 setup