SORU
29 EKİM 2010, Cuma


Kaydet ataç ile URL den resim

Lütfen bana Öner Ataç ile bir URL bir görüntü kaydetmek için bir yol.

CEVAP
29 EKİM 2010, Cuma


İşte basit bir yol

require "open-uri"

class User < ActiveRecord::Base
  has_attached_file :picture

  def picture_from_url(url)
    self.picture = open(url)
  end
end

O zaman sadece :

user.picture_from_url "http://www.google.com/images/logos/ps_logo2.png"

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • BASS212M

    BASS212M

    15 Temmuz 2009
  • lane182videos

    lane182video

    6 EKİM 2011
  • NCIX Tech Tips

    NCIX Tech Ti

    2 Ocak 2007