My Rails development environment is Windows-based, and my production environment is Linux-based.
It\'s possible that VirtualHost will be used. Assume that one filena
I recommend using File.join
>> File.join("path", "to", "join") => "path/to/join"