What is Data URL? Data URL is basically base64 encoded content inlined in place of an image tag. If we discuss about it in Depth, it requires full chapter. Will explain it completely in another post. Format for data url: Below is a simple code snippet to convert data url into image file using RoR…all you […]