Skip to content

unable to use remote image upload #42

@ygoldshtrakh

Description

@ygoldshtrakh

trying to use remote_url capability in the user model as

u = User.first
u.remote_profile_pic_url= "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSvf2N7XGVx_3Qg8yq3PhgCVzG2ZGiJUxnbDR0A-BZDX1dFhqDs"
u.save

returns an error

NoMethodError: undefined method `copy_to' for #Cloudinary::CarrierWave::RemoteFile:0x007ff9e9f18188

Gemfile:
cloudinary (1.0.42)
cloudinary
carrierwave-mongoid (0.3.0.alpha)
carrierwave (~> 0.6)
carrierwave (0.7.1)
carrierwave-mongoid!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions