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

After upgrading to latest paperclipped (last commit) i get error while uploading mp3 and other files, except images. I go one step back (git reset), and it works.

can't find the delete button. Wrong Issue tracker

It wasn't a big deal or hard to figure out, but it may be nice to mention the aws-s3 gem needs to be installed to use the S3 feature. More...

Not sure if this is an issue, more a feature request, or I may be missing something, but is there a way to reference assets on other pages or in...

Can't drag the asset bucket round as before, just seems to highlight text now. Browser Safari 5/Firefox 3.6.6 mac.

After uploading attachments to a page the asset bucket displays the attached assets tab and flashes the first item but unfortunately you can't drag them as usual. Rather than the...

Hi, I'm using radiant 0.9.1 and paperclipped installed via 'script/extensions install paperclipped'. When I try to add page part I get the following error: NoMethodError in Admin/page_parts#create Showing vendor/extensions/paperclipped/app/views/admin/assets/_show_bucket_link.html.haml where...

I am uploading the Asset as some inage and then pushing that asset into bucket. Then i am dragging that asset into desired webpage. With this i can get that...

If you have an asset_updated_at column on your asset table this causes paperclip to append a timestamp on the url it generates. This breaks Asset#dimensions since it uses the thumbnail...

On line 55 of paperclipped/app/views/admin/assets/_assets_container.html.haml replace - form_tag do with - form_remote_tag :update => 'search-results', :url => admin_assets_path(:asset_page => @page), :method => :get do