# File lib/rack/adapter/rails.rb, line 44 def file_exist?(path) full_path = ::File.join(@file_app.root, Utils.unescape(path)) ::File.file?(full_path) && ::File.readable_real?(full_path) end