Konstantin Delchev
Results
1
issues of
Konstantin Delchev
I got broken image when trying to create an image from an address. Here is my code: `kit = IMGKit.new("http://www.abv.bg/")` `kit.to_file(Rails.root + "public/image.jpg")` Configuration is `require 'imgkit' IMGKit.configure do |config|...