Read files in directory on ruby on rails April 8, 2024 by Tarik I suggest you use Dir.entries("target_dir") Check the documentation here