paperclipped icon indicating copy to clipboard operation
paperclipped copied to clipboard

Please note, this extension is no longer being developed. Please take a look at the radiant-clipped-extension instead. Radiant extension for managing assets and images with the Paperclip plugin.

Results 25 paperclipped issues
Sort by recently updated
recently updated
newest added

I need to serve assets through a CDN and stock paperclip supports that by specifying: ``` :s3_host_alias => "www.cdn.com", :url => ":s3_alias_url" ``` Currently, paperclipped doesn't have a setting for...

Pagination partial is now updated when you choose a filter (previously, your filter would be lost when you went past the first result page).

Here's a very simple implementation of a feature that bugs my clients. When we upload PDFs and such the thumbnail is basically useless, so you have to mouseover each thumb...

I need to serve assets through a CDN and stock paperclip supports that by specifying: ``` :s3_host_alias => "www.cdn.com", :url => ":s3_alias_url" ``` Currently, paperclipped doesn't have a setting for...

The assets search form was POSTing to `edit_admin_asset_path` when the Search button was pressed or the user hit Enter in the form, which wasn't the expected behavior. I changed the...

This is google bait, but the Regenerate Thumbnails button on any page, wasn't working for me. What fixed it was changing these lines of code in the lib/tasks/paperclip_tasks.rake file ```...

When running the db:migrate:extensions task to install, I keep getting the following error. The same goes for any other tasks which use paperclipped. ** Invoke production (first_time) ** Execute production...

When I try to upload a large PDF file (800K) there is a long delay after the upload is complete and then an Application Error occurs.