Skip to content

Recipe for has_many file attachments and multiple file uploads with paperclip

Notifications You must be signed in to change notification settings

kharabasz/multiple_attachments_with_paperclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiple_attachments_with_paperclip

Recipe for has_many file attachments and multiple file uploads with paperclip

Requirements

Imagemagick

Installing Imagemagick on ubuntu

$ sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev

Test that the installation was successful

$ which convert  # should return something like /usr/bin/convert

About

Recipe for has_many file attachments and multiple file uploads with paperclip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published