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

  • Android Developers

    Android Deve

    9 Kasım 2007
  • Jonathan Leack

    Jonathan Lea

    26 ŞUBAT 2007
  • PCDIY

    PCDIY

    16 AĞUSTOS 2013