I have a filesystem in my app where files are been uploaded via paperclip and i dont know how 开发者_JS百科to download the uploaded files that have been saved in the file system. if i do something lik
I have Company model with logo image has_attached_file :logo I h开发者_StackOverflow中文版ave created many companies with their logos.
My app does a lot with images. I use paperclip to attach them to models. I have tons of tests (Test::Unit) that involve creating images, these run pretty slowly.
I\'m trying to integrate paperclip into a simple comment thread so users can attach files to their comments.
I know sitemap_generator use CarrierWave to upload to s3. Can it support paperclip? If yes, Can anyone tell me how to upload sitemap files (generated by sitemap_generator in heroku) to s3 using p开发者
I\'m implementing a generic media gallery using Ruby on Rails. I\'ve chosen ActiveAdmin to handle the administration portion of my task and it\'s worked well so far, except for one thing: It\'s not di
I use Paperclip in one of my model : class Event < ActiveRecord::Base belongs_to :continent belongs_to :event_type
How do I create paths with paperclip when using Amazon S3? My directory on my bucket is: /image/:id/:filename
remove non-utf8 characters, downcase, r开发者_开发百科emoves spaces. Is there a builtin way in rails to make filenames friendly and safe before paperclip saves?
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th