🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

ez_download

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ez_download

bundlerRubygems
Version
0.2.0
Version published
Maintainers
1
Created
Source

EzDownload

A small gem to download and open remote URLs with ease. Intended originally for use with ActiveStorage in Rails 5.2.

Usage

Adds an EzDownload module with a single class-level method, open, which takes a URL string pointing to the file to be downloaded and returns the downloaded and opened file.

model_instance = SampleModel.new(title: 'A Good Title')
file = EzDownload.open('https://s3.amazonaws.com/some-bucket/some-file.jpg')
model_instance.image.attach(io: file, filename: 'some-file.jpg')
model_instance.save!

Seed your database from remote URLs!

Installation

Add this line to your application's Gemfile:

gem 'ez_download', git: 'https://github.com/OscarAlvarez8830/EZDownload.git'

And then execute:

$ bundle

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 29 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts