<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/paperclip-plugin</id>
  <title type="text">Paperclip Plugin Google Group</title>
  <subtitle type="text">
  Mailing list for the Paperclip file management plugin for Ruby on Rails.
  </subtitle>
  <link href="/group/paperclip-plugin/feed/atom_v1_0_msgs.xml" rel="self" title="Paperclip Plugin feed"/>
  <updated>2013-05-14T10:32:57Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Andrés gutiérrez</name>
  <email>andresgut...@gmail.com</email>
  </author>
  <updated>2013-05-14T10:32:57Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c7da8f3e991d263e/f96a8df6b4a9d776?show_docid=f96a8df6b4a9d776</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c7da8f3e991d263e/f96a8df6b4a9d776?show_docid=f96a8df6b4a9d776"/>
  <title type="text">Re: [paperclip] Re: save images using paperclip without view</title>
  <summary type="html" xml:space="preserve">
  Maybe :logo is expecting a Paperclip object and you are passing a String. &lt;br&gt; &lt;p&gt;Try: &lt;br&gt; @business.update_attribute(:lo go ,@business.images.first) &lt;br&gt; &lt;p&gt;2013/5/14 kashif ali &amp;lt;kashif.tufai...@gmail.com&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>kashif ali</name>
  <email>kashif.tufai...@gmail.com</email>
  </author>
  <updated>2013-05-14T10:13:06Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c7da8f3e991d263e/8835dbadd7a218c6?show_docid=8835dbadd7a218c6</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c7da8f3e991d263e/8835dbadd7a218c6?show_docid=8835dbadd7a218c6"/>
  <title type="text">Re: save images using paperclip without view</title>
  <summary type="html" xml:space="preserve">
  I have association like this &lt;br&gt; business.rb &lt;br&gt; has_many :images &lt;br&gt; image.rb &lt;br&gt; belongs_to :business &lt;br&gt; so on my business new page user can upload many images. while on edit page &lt;br&gt; all images against one business will be display and when user click on any &lt;br&gt; image it becomes logo for business. &lt;br&gt; so on edit action in controller
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andrés gutiérrez</name>
  <email>andresgut...@gmail.com</email>
  </author>
  <updated>2013-05-11T10:07:23Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c7da8f3e991d263e/8272e89fdd7e5341?show_docid=8272e89fdd7e5341</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c7da8f3e991d263e/8272e89fdd7e5341?show_docid=8272e89fdd7e5341"/>
  <title type="text">Re: [paperclip] save images using paperclip without view</title>
  <summary type="html" xml:space="preserve">
  Why do you need 2 papeeclip fields? You could make a relation bewteen image &lt;br&gt; and business &lt;br&gt; &lt;p&gt;business.logo = image &lt;br&gt; El 10/05/2013 23:03, &amp;quot;kashif ali&amp;quot; &amp;lt;kashif.tufai...@gmail.com&amp;gt; escribió:
  </summary>
  </entry>
  <entry>
  <author>
  <name>kashif ali</name>
  <email>kashif.tufai...@gmail.com</email>
  </author>
  <updated>2013-05-10T16:44:01Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c7da8f3e991d263e/a8ebfd4d62091f5d?show_docid=a8ebfd4d62091f5d</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c7da8f3e991d263e/a8ebfd4d62091f5d?show_docid=a8ebfd4d62091f5d"/>
  <title type="text">save images using paperclip without view</title>
  <summary type="html" xml:space="preserve">
  I&#39;m using Paperclip to save images from my current local app directory. I &lt;br&gt; have used two models to save images. &lt;br&gt; business.rb &lt;br&gt; class Business &amp;lt; ActiveRecord::Base &lt;br&gt; # Associations &lt;br&gt; has_attached_file :logo, :styles =&amp;gt; {:thumb =&amp;gt; &amp;quot;100x100&amp;gt;&amp;quot;} &lt;br&gt; validates_attachment :logo, &lt;br&gt; :size =&amp;gt; {:in =&amp;gt; 1..1500.kilobytes}
  </summary>
  </entry>
  <entry>
  <author>
  <name>Winston Kotzan</name>
  <email>w...@wakproductions.com</email>
  </author>
  <updated>2013-04-25T17:06:25Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/ec42f15fbae140ef/662733ac6ce1660e?show_docid=662733ac6ce1660e</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/ec42f15fbae140ef/662733ac6ce1660e?show_docid=662733ac6ce1660e"/>
  <title type="text">Proposal - Hash salt for :hash_data option?</title>
  <summary type="html" xml:space="preserve">
  I don&#39;t like using :updated_at as a criteria for generating the filename &lt;br&gt; hash. It becomes problematic when adding new styles because when you call &lt;br&gt; reprocess!(:new_style_name), the image_updated_at value gets updated and &lt;br&gt; screws up the hash key for your existing styles. I like how updated_at &lt;br&gt; could be used as a switch to change the hash when you update the photo, but
  </summary>
  </entry>
  <entry>
  <author>
  <name>rob golkosky</name>
  <email>rob.golko...@gmail.com</email>
  </author>
  <updated>2012-12-19T19:39:02Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/534bb26d27f52f89/6960cb106d333e08?show_docid=6960cb106d333e08</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/534bb26d27f52f89/6960cb106d333e08?show_docid=6960cb106d333e08"/>
  <title type="text">Re: [paperclip] supported aws-sdk versions?</title>
  <summary type="html" xml:space="preserve">
  Thanks - I guess I didn&#39;t read far enough down that thread, but it &lt;br&gt; definitely matches what I was seeing.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Fleetwood-Boldt</name>
  <email>t...@datatravels.com</email>
  </author>
  <updated>2012-12-19T19:26:20Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/534bb26d27f52f89/2a54833e95379c48?show_docid=2a54833e95379c48</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/534bb26d27f52f89/2a54833e95379c48?show_docid=2a54833e95379c48"/>
  <title type="text">Re: [paperclip] supported aws-sdk versions?</title>
  <summary type="html" xml:space="preserve">
  please see my comments on the end of this thread. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/thoughtbot/paperclip/issues/751&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;AFAIK, there is no known work-around or fix for aws-sdk versions &amp;gt; 1.6.2
  </summary>
  </entry>
  <entry>
  <author>
  <name>rob golkosky</name>
  <email>rob.golko...@gmail.com</email>
  </author>
  <updated>2012-12-19T18:51:06Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/534bb26d27f52f89/feec23326a26dd36?show_docid=feec23326a26dd36</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/534bb26d27f52f89/feec23326a26dd36?show_docid=feec23326a26dd36"/>
  <title type="text">supported aws-sdk versions?</title>
  <summary type="html" xml:space="preserve">
  The main paperclip Readme seems to indicate that only the 1.3.x line of &lt;br&gt; aws-sdk is supported for s3 storage, but that gem is now up to 1.7.1. One &lt;br&gt; key feature of the newer aws-sdk versions that I&#39;d be interested in is the &lt;br&gt; support for file streaming, especially on reads (introduced in 1.6.3). &lt;br&gt; I&#39;ve tried upgrading to some newer versions of the aws-sdk gem but have
  </summary>
  </entry>
  <entry>
  <author>
  <name>tom</name>
  <email>tomabr...@gmail.com</email>
  </author>
  <updated>2012-07-31T17:35:42Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/a497b8ffe06822d8/8708618e44f96616?show_docid=8708618e44f96616</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/a497b8ffe06822d8/8708618e44f96616?show_docid=8708618e44f96616"/>
  <title type="text">question has_many formats</title>
  <summary type="html" xml:space="preserve">
  hi &lt;br&gt; i have 2 models, gallery&amp;lt;has_many&amp;gt;media, gallery is a STI model, and i was &lt;br&gt; wondering how i can achieve to have different peperclip formats for &lt;br&gt; different galleries. what i want is that: &lt;br&gt; if gallerytype==item &lt;br&gt; - media format should be: &lt;br&gt; orignal, thumb, medium &lt;br&gt; if gallerytype==user &lt;br&gt; - media format should be:
  </summary>
  </entry>
  <entry>
  <author>
  <name>skwasha</name>
  <email>skwa...@gmail.com</email>
  </author>
  <updated>2012-07-01T03:01:59Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/7c61f9ce4b42cbfa/e8ae4f16bfba6eab?show_docid=e8ae4f16bfba6eab</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/7c61f9ce4b42cbfa/e8ae4f16bfba6eab?show_docid=e8ae4f16bfba6eab"/>
  <title type="text">Re: access model data in paperclip processor</title>
  <summary type="html" xml:space="preserve">
  Did you ever figure out how to do this?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Fleetwood-Boldt</name>
  <email>t...@datatravels.com</email>
  </author>
  <updated>2012-06-28T19:37:09Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/199e3a947bc1cc48/f5ce998ac44c01da?show_docid=f5ce998ac44c01da</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/199e3a947bc1cc48/f5ce998ac44c01da?show_docid=f5ce998ac44c01da"/>
  <title type="text">Re: [paperclip] Problem with your Gemfile</title>
  <summary type="html" xml:space="preserve">
  Avenger, &lt;br&gt; &lt;p&gt;check your Gemfile.lock. Search for &amp;quot;sqlite3&amp;quot;. It&#39;s one of your other gems that has a dependancy on sqlite3 that gets loaded first, thus making bundler think an incompatible version is already loaded when it tries to load it a second time. &lt;br&gt; &lt;p&gt;You might get around this by &lt;br&gt; &lt;p&gt;1) Switching the order of the Gems
  </summary>
  </entry>
  <entry>
  <author>
  <name>Avenger9</name>
  <email>devil...@gmail.com</email>
  </author>
  <updated>2012-06-28T19:31:08Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/199e3a947bc1cc48/e05b93a382b0d6dc?show_docid=e05b93a382b0d6dc</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/199e3a947bc1cc48/e05b93a382b0d6dc?show_docid=e05b93a382b0d6dc"/>
  <title type="text">Problem with your Gemfile</title>
  <summary type="html" xml:space="preserve">
  I clone from paperclip master, and attempt to run &amp;quot;bundle install&amp;quot;, and got &lt;br&gt; the following message &lt;br&gt; You cannot specify the same gem twice with different version requirements. &lt;br&gt; You specified: sqlite3 (~&amp;gt; 1.3.4) and sqlite3 (&amp;gt;= 0) &lt;br&gt; Any idea why? Is this even tested? &lt;br&gt; Avenger
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sam Baumgarten</name>
  <email>sambaumgarte...@gmail.com</email>
  </author>
  <updated>2012-06-18T03:45:05Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/1b1cbfec1ad12678/5f391d17817d9524?show_docid=5f391d17817d9524</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/1b1cbfec1ad12678/5f391d17817d9524?show_docid=5f391d17817d9524"/>
  <title type="text">Re: How do I upload a file from IOS to paperclip</title>
  <summary type="html" xml:space="preserve">
  Any updates on this
  </summary>
  </entry>
  <entry>
  <author>
  <name>jeb</name>
  <email>jonas.br...@gmail.com</email>
  </author>
  <updated>2012-06-07T08:26:52Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/98359dc59883c3cd/d0929d54d15ce3ec?show_docid=d0929d54d15ce3ec</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/98359dc59883c3cd/d0929d54d15ce3ec?show_docid=d0929d54d15ce3ec"/>
  <title type="text">large files gets uploaded but not saved</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m using paperclip to handle large files. It works well for file &lt;br&gt; sizes up to about 15 MB. If the image is larger the image is uploaded &lt;br&gt; and resampled to thumbnail in the /tmp folder, but not saved at its &lt;br&gt; location when resampled. It&#39;s not a time out issue, I made the upload &lt;br&gt; from the production server and got the same result.
  </summary>
  </entry>
  <entry>
  <author>
  <name>IAmNan</name>
  <email>dger...@gmail.com</email>
  </author>
  <updated>2012-06-09T04:17:01Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/14e56b9e0e9bc860/7f9d372fca967f05?show_docid=7f9d372fca967f05</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/14e56b9e0e9bc860/7f9d372fca967f05?show_docid=7f9d372fca967f05"/>
  <title type="text">How to use updated_at</title>
  <summary type="html" xml:space="preserve">
  foo.bar_updated_at returns a DateTime as expected, however,foo.bar.updated_atretu rns just a portion of the time, which is fine (although a bit odd), but &lt;br&gt; should it be returning an integer though? Looking at the attachment.rb@257, &lt;br&gt; I can see why. So is this must be by design or is it a bug? &lt;br&gt; Thanks.
  </summary>
  </entry>
  <entry>
  <author>
  <name>erwin</name>
  <email>kadou...@gmail.com</email>
  </author>
  <updated>2012-06-08T11:12:29Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/54f6827a7c47a12c/1e7250802fe70154?show_docid=1e7250802fe70154</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/54f6827a7c47a12c/1e7250802fe70154?show_docid=1e7250802fe70154"/>
  <title type="text">Re: ActionDispatch::Cookies::CookieOverflow</title>
  <summary type="html" xml:space="preserve">
  [SOLVED] using config.session_store :active_record_store rather than &lt;br&gt; cookies.. &lt;br&gt; I guess this is mandatory .. but could not find any explanation .... &lt;br&gt; ( uploading a simple picture ... )
  </summary>
  </entry>
  <entry>
  <author>
  <name>erwin</name>
  <email>kadou...@gmail.com</email>
  </author>
  <updated>2012-06-07T14:51:56Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/54f6827a7c47a12c/10913b0ddf2f219e?show_docid=10913b0ddf2f219e</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/54f6827a7c47a12c/10913b0ddf2f219e?show_docid=10913b0ddf2f219e"/>
  <title type="text">ActionDispatch::Cookies::CookieOverflow</title>
  <summary type="html" xml:space="preserve">
  once my record is saved with attachment , just before the redirect, I &lt;br&gt; wrote &lt;br&gt; &lt;p&gt; params[:article][:photo].tempf ile = nil if params[:article] &lt;br&gt; [:photo] &amp;amp;&amp;amp; !params[:article][:photo].temp file.nil? &lt;br&gt; &lt;p&gt;to cleanup the temp file .. otherwise I I get a &#39;cannot dump &#39; &lt;br&gt; error ... &lt;br&gt; &lt;p&gt;but I got this error ...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniel Lorenz</name>
  <email>capsicum...@googlemail.com</email>
  </author>
  <updated>2012-06-01T20:13:10Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/5c0ae6a98cd5c899/eb42ad7528deeae4?show_docid=eb42ad7528deeae4</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/5c0ae6a98cd5c899/eb42ad7528deeae4?show_docid=eb42ad7528deeae4"/>
  <title type="text">paperclip to_file replacement to duplicate files after create</title>
  <summary type="html" xml:space="preserve">
  Hi Guys, &lt;br&gt; I updated paperclip to new version and missing &amp;quot;to_file&amp;quot;. I read the &lt;br&gt; issue-tracker on github and search in this group, but i can&#39;t find a proper &lt;br&gt; answer. &lt;br&gt; I have a Container-Model where a user can upload sample images. Each &lt;br&gt; Container has many related Samples. For each Sample which is associated
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Wintersteller</name>
  <email>jason.winterstel...@gmail.com</email>
  </author>
  <updated>2012-05-22T13:47:36Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/cd0c9a9668c49901/53b40e6b1a832c86?show_docid=53b40e6b1a832c86</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/cd0c9a9668c49901/53b40e6b1a832c86?show_docid=53b40e6b1a832c86"/>
  <title type="text">Re: undefined method `queue_existing_for_delete&#39; when trying to destroy a model with attachments</title>
  <summary type="html" xml:space="preserve">
  *Update* &lt;br&gt; I figure out my problem. I made an entirely new Rails app with just one &lt;br&gt; model, installed the Paperclip gem and attached photos to the model. It all &lt;br&gt; worked. &lt;br&gt; When I started to hunt for differences between the new app and my existing &lt;br&gt; app, I noticed that I had Paperclip installed both as a gem and as a plugin
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason</name>
  <email>jason.winterstel...@gmail.com</email>
  </author>
  <updated>2012-05-18T02:51:46Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/cd0c9a9668c49901/5cbd206151a563aa?show_docid=5cbd206151a563aa</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/cd0c9a9668c49901/5cbd206151a563aa?show_docid=5cbd206151a563aa"/>
  <title type="text">undefined method `queue_existing_for_delete&#39; when trying to destroy a model with attachments</title>
  <summary type="html" xml:space="preserve">
  I have a model, &amp;quot;Person&amp;quot;, that has an attached file &amp;quot;:photo&amp;quot;: &lt;br&gt; &lt;p&gt;When I try to call the &amp;quot;delete&amp;quot; method on a Person, I get this error: &lt;br&gt; &lt;p&gt;NoMethodError in PeopleController#destroy &lt;br&gt; &lt;p&gt;undefined method `queue_existing_for_delete&#39; for /images/photos/ &lt;br&gt; 28_original.jpg?1337305288:Pap erclip::Attachment
  </summary>
  </entry>
  <entry>
  <author>
  <name>Avenger9</name>
  <email>devil...@gmail.com</email>
  </author>
  <updated>2012-05-15T14:28:58Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/af998e536257bf90/91ff2d87199fd8ba?show_docid=91ff2d87199fd8ba</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/af998e536257bf90/91ff2d87199fd8ba?show_docid=91ff2d87199fd8ba"/>
  <title type="text">Need help running paperclip test</title>
  <summary type="html" xml:space="preserve">
  Is there a guide for running paperclip test? I am getting this error &lt;br&gt; message when running rake test. &lt;br&gt; &lt;p&gt;rake aborted! &lt;br&gt; no such file to load -- bundler/gem_tasks
  </summary>
  </entry>
  <entry>
  <author>
  <name>K.M.</name>
  <email>anexi...@gmail.com</email>
  </author>
  <updated>2012-05-15T01:31:51Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/9c5abb998156644f/2bf852dba4201e99?show_docid=2bf852dba4201e99</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/9c5abb998156644f/2bf852dba4201e99?show_docid=2bf852dba4201e99"/>
  <title type="text">How to specify custom error messages for multiple attachments being uploaded?</title>
  <summary type="html" xml:space="preserve">
  *Scenario:* &lt;br&gt; A post object has multiple image attachments. When a new post is added, &lt;br&gt; image attachments are also uploaded via the same data entry form. &lt;br&gt; *Problem: * &lt;br&gt; Assume that 5 files were browsed and selected for uploading. Out of those &lt;br&gt; 5, 3 of them were non-image files (ie. pdf, word). &lt;br&gt; *Prior to rails 3 and paperclip 3.x.x:*
  </summary>
  </entry>
  <entry>
  <author>
  <name>SSG</name>
  <email>sa...@gigatools.com</email>
  </author>
  <updated>2012-05-13T12:33:50Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/3e7cec8ed37c9df0/6acba29a588466a6?show_docid=6acba29a588466a6</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/3e7cec8ed37c9df0/6acba29a588466a6?show_docid=6acba29a588466a6"/>
  <title type="text">Re: [paperclip] Error: No space left on device - /tmp/RackRewindableInput20120512-24326-1naldzx-0</title>
  <summary type="html" xml:space="preserve">
  Hi. &lt;br&gt; message stated. &lt;br&gt; the unix tech sorted this out. &lt;br&gt; thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chad Pytel</name>
  <email>c...@thoughtbot.com</email>
  </author>
  <updated>2012-05-12T17:05:57Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/3e7cec8ed37c9df0/950a8acf948a543a?show_docid=950a8acf948a543a</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/3e7cec8ed37c9df0/950a8acf948a543a?show_docid=950a8acf948a543a"/>
  <title type="text">Re: [paperclip] Error: No space left on device - /tmp/RackRewindableInput20120512-24326-1naldzx-0</title>
  <summary type="html" xml:space="preserve">
  Have you checked to make sure there is space left on the device that it&#39;s &lt;br&gt; writing to? Sounds like there might not be. Be sure to check /tmp &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Chad Pytel &lt;br&gt; CEO and Founder, thoughtbot &lt;br&gt; t: 617-482-1300 x113 &lt;br&gt; f: 866-217-5992 &lt;br&gt; w: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://thoughtbot.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://twitter.com/thoughtbot&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Hey. &lt;br&gt; Ive been using Paperclip on my rails 2.3 site to upload + resize images for
  </summary>
  </entry>
  <entry>
  <author>
  <name>SSG</name>
  <email>sa...@gigatools.com</email>
  </author>
  <updated>2012-05-12T16:06:49Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/3e7cec8ed37c9df0/e017c07773282b12?show_docid=e017c07773282b12</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/3e7cec8ed37c9df0/e017c07773282b12?show_docid=e017c07773282b12"/>
  <title type="text">Error: No space left on device - /tmp/RackRewindableInput20120512-24326-1naldzx-0</title>
  <summary type="html" xml:space="preserve">
  Hey. &lt;br&gt; Ive been using Paperclip on my rails 2.3 site to upload + resize images for &lt;br&gt; about 6 months now with no complaints. &lt;br&gt; Today, ive got a report from a user which ive checked myself and it seems &lt;br&gt; that the image uploading is no longer possible. whenever i try to upload an &lt;br&gt; image im getting the following error:
  </summary>
  </entry>
  <entry>
  <author>
  <name>supriya surve</name>
  <email>supriya.s.su...@gmail.com</email>
  </author>
  <updated>2012-05-04T06:48:30Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c17efdd0817fbd81/6cb8f5d406291f45?show_docid=6cb8f5d406291f45</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c17efdd0817fbd81/6cb8f5d406291f45?show_docid=6cb8f5d406291f45"/>
  <title type="text">rails 3 : paperclip : undefined method logo</title>
  <summary type="html" xml:space="preserve">
  In model I have something like &lt;br&gt; &lt;p&gt; has_attached_file :logo, something_here &lt;br&gt; &lt;p&gt;Code/ Uploading logo is working fine, but I need dimensions before &lt;br&gt; uploading the logo. So when I am using geometry, error is thrown for &lt;br&gt; &lt;p&gt; undefined local variable or method &#39;logo&#39; for #&amp;lt;Class:0xbfabbc0&amp;gt; &lt;br&gt; &lt;p&gt;Any idea how to solve this? Or is there any other way to get the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Fernando Morgenstern</name>
  <email>fernandomorgenstern...@gmail.com</email>
  </author>
  <updated>2012-05-05T17:23:16Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c91be5a32e4e1817/ccd4cabe212bffe0?show_docid=ccd4cabe212bffe0</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c91be5a32e4e1817/ccd4cabe212bffe0?show_docid=ccd4cabe212bffe0"/>
  <title type="text">Moving data to another folder</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;As i&#39;m new to Rails, I made the mistake of using the default path ( / &lt;br&gt; system/:attachment/:id/:style/ :filename ) in 4 different models. Now, &lt;br&gt; i would like to move each model to its own folder but without losing &lt;br&gt; old data. &lt;br&gt; &lt;p&gt;What is the proper way of handling this? Does Paperclip offer an &lt;br&gt; option to automatically migrate data from old folders?
  </summary>
  </entry>
  <entry>
  <author>
  <name>K.M.</name>
  <email>anexi...@gmail.com</email>
  </author>
  <updated>2012-05-08T09:59:36Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/162ff5fb606f744f/69fc9a31e6fa81fe?show_docid=69fc9a31e6fa81fe</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/162ff5fb606f744f/69fc9a31e6fa81fe?show_docid=69fc9a31e6fa81fe"/>
  <title type="text">keep getting the &quot;uninitialized constant Paperclip::Watermark::PaperclipCommandLineError&quot; error</title>
  <summary type="html" xml:space="preserve">
  hi, all, &lt;br&gt; I am running rails 3.2.2 and paperclip 3.0.1. Operating system is ubuntu &lt;br&gt; 11 and yes, imagemagick has been installed successfully. &lt;br&gt; I keep getting the &amp;quot;uninitialized constant &lt;br&gt; Paperclip::Watermark::Papercli pCommandLineError&amp;quot; when I upload an image and &lt;br&gt; it&#39;s to be watermarked. &lt;br&gt; I have googled for this error but nothing seems to come up that would help.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Shailesh Kalamkar</name>
  <email>shailesh.kalam...@gmail.com</email>
  </author>
  <updated>2012-04-18T11:40:12Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/a56be0aa24ac84ee/695dc8fb24289173?show_docid=695dc8fb24289173</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/a56be0aa24ac84ee/695dc8fb24289173?show_docid=695dc8fb24289173"/>
  <title type="text">Paperclip stuck in model at has_attached_file after upgrading from Rails 2.3.5 to Rails 3.1.3</title>
  <summary type="html" xml:space="preserve">
  I have upgraded my application from Rails 2.3.5 to Rails 3.1.3. I had &lt;br&gt; paperclip plug-in in my old app. I have added paperclip gem in Gemfile &lt;br&gt; as &lt;br&gt; &lt;p&gt;gem &#39;paperclip&#39;, :git =&amp;gt; &#39;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/thoughtbot/paperclip.git&#39;&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I have model code as &lt;br&gt; &lt;p&gt;class Mugshot &amp;lt; ActiveRecord::Base &lt;br&gt; belongs_to :mugshotable, :polymorphic =&amp;gt; true
  </summary>
  </entry>
  <entry>
  <author>
  <name>dlanger</name>
  <email>dllang...@gmail.com</email>
  </author>
  <updated>2012-04-13T12:03:21Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/02c39dfbabb6eacc/1912ae95bbbeb437?show_docid=1912ae95bbbeb437</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/02c39dfbabb6eacc/1912ae95bbbeb437?show_docid=1912ae95bbbeb437"/>
  <title type="text">Functional test with posting an image upload</title>
  <summary type="html" xml:space="preserve">
  I am trying to write a functional test for the create and update &lt;br&gt; methods of a controller handling a model with a Paperclip attachment. &lt;br&gt; The form in the view for these two methods contains a file upload &lt;br&gt; button and I somehow have to simulate the upload of the image. &lt;br&gt; &lt;p&gt;I tried various different approaches, but non of them worked.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jorge</name>
  <email>giuntajo...@gmail.com</email>
  </author>
  <updated>2012-04-26T22:39:38Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/f8994c0e43988493/f34db0337c27fd35?show_docid=f34db0337c27fd35</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/f8994c0e43988493/f34db0337c27fd35?show_docid=f34db0337c27fd35"/>
  <title type="text">Paperclip change images path after upgrade from 2.4 to 3.0.2</title>
  <summary type="html" xml:space="preserve">
  Hello people, &lt;br&gt; &lt;p&gt;i have a problem with paperclip (3.0.2) after upgrade to rails 3.2 &lt;br&gt; (from 3.0.10). &lt;br&gt; &lt;p&gt;Originally the path of one image was: &lt;br&gt; &lt;p&gt;&amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://localhost:3000/system/photos/94/small/AudiLogo.jpg?1335392139&quot;&gt;[link]&lt;/a&gt;&amp;quot; &lt;br&gt; &lt;p&gt;and after the upgrade this kind of images never show again!, but if i &lt;br&gt; upload a new picture this will display fine on page, but the new path
  </summary>
  </entry>
  <entry>
  <author>
  <name>coneybeare</name>
  <email>coneybe...@gmail.com</email>
  </author>
  <updated>2012-04-13T14:45:23Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/d47f99c2a6dd4aef/8825301120f4bfa8?show_docid=8825301120f4bfa8</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/d47f99c2a6dd4aef/8825301120f4bfa8?show_docid=8825301120f4bfa8"/>
  <title type="text">S3 image attachment works, but reprocess looks locally</title>
  <summary type="html" xml:space="preserve">
  Even though I have s3 specified and uploads/fetches working, &lt;br&gt; reprocess! want to look locally for the file instead. &lt;br&gt; &lt;p&gt;=&amp;gt; &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://cloudfront&quot;&gt;[link]&lt;/a&gt;.&amp;lt;REDACTED&amp;gt;.com/data/images/1/ original.png? &lt;br&gt; 1334279391&amp;quot; &lt;br&gt; Errno::ENOENT: No such file or directory - /data/images/1/original.png &lt;br&gt; from /Users/&amp;lt;REDACTED&amp;gt;/.rvm/rubies/ ruby-1.9.3-p125/lib/ruby/1.9.1 /
  </summary>
  </entry>
  <entry>
  <author>
  <name>etagwerker</name>
  <email>etagwer...@gmail.com</email>
  </author>
  <updated>2012-04-18T22:28:28Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/4505c6359640b7a7/a5b4a30e60b9bf75?show_docid=a5b4a30e60b9bf75</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/4505c6359640b7a7/a5b4a30e60b9bf75?show_docid=a5b4a30e60b9bf75"/>
  <title type="text">Contributing: Testing Questions</title>
  <summary type="html" xml:space="preserve">
  Hey guys, &lt;br&gt; &lt;p&gt;I&#39;m trying to contribute with some code related to this issue: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/thoughtbot/paperclip/issues/387&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I&#39;ve started working on it locally, but I have a couple of questions &lt;br&gt; related to the gem tests. &lt;br&gt; &lt;p&gt;1. rake test is failing with these errors: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://gist.github.com/2417029&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>guillaume</name>
  <email>guillaume.mont...@gmail.com</email>
  </author>
  <updated>2012-04-12T17:20:53Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/72bc98b4b9e51a35/e332205447da3a3f?show_docid=e332205447da3a3f</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/72bc98b4b9e51a35/e332205447da3a3f?show_docid=e332205447da3a3f"/>
  <title type="text">Combining two paperclip storage option</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;For example i would like to be able to use Paperclip to store my file &lt;br&gt; on the FileSystem and also on Amazon S3. &lt;br&gt; How will it be possible to tell paperclip to use 2 storage options ? &lt;br&gt; &lt;p&gt;Thanks a lot, &lt;br&gt; &lt;p&gt;regards.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Shailesh Kalamkar</name>
  <email>shailesh.kalam...@gmail.com</email>
  </author>
  <updated>2012-04-18T11:50:50Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/8f95ff8ae476c194/41dfc19c0cb4246a?show_docid=41dfc19c0cb4246a</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/8f95ff8ae476c194/41dfc19c0cb4246a?show_docid=41dfc19c0cb4246a"/>
  <title type="text">Re: has_attached_file error in rails migration</title>
  <summary type="html" xml:space="preserve">
  Try to include paperclip in the model as &lt;br&gt; include Paperclip
  </summary>
  </entry>
  <entry>
  <author>
  <name>erwin</name>
  <email>kadou...@gmail.com</email>
  </author>
  <updated>2012-04-03T08:52:00Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/6e31ec261acce50a/e9052da9be262784?show_docid=e9052da9be262784</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/6e31ec261acce50a/e9052da9be262784?show_docid=e9052da9be262784"/>
  <title type="text">content_type not valid ? on update</title>
  <summary type="html" xml:space="preserve">
  using Rails 3.2.2 / Ruby 1.9.3 / paperclip 3.0.1 &lt;br&gt; &lt;p&gt;I have a Project instance already stored, with a photo attachment &lt;br&gt; &lt;p&gt;class Project &amp;lt; ActiveRecord::Base &lt;br&gt; has_attached_file :photo, &lt;br&gt; :styles =&amp;gt; { :large =&amp;gt; &amp;quot;800x600&amp;gt;&amp;quot;, &lt;br&gt; :standard =&amp;gt; &amp;quot;400x300&amp;gt;&amp;quot;,
  </summary>
  </entry>
  <entry>
  <author>
  <name>kip</name>
  <email>airspa...@gmail.com</email>
  </author>
  <updated>2012-03-26T02:58:07Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/2ccd0ae4d7f17458/a5649e72158d1fc9?show_docid=a5649e72158d1fc9</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/2ccd0ae4d7f17458/a5649e72158d1fc9?show_docid=a5649e72158d1fc9"/>
  <title type="text">url obfuscation</title>
  <summary type="html" xml:space="preserve">
  has_attached_file :upload, &lt;br&gt; :url =&amp;gt; &amp;quot;/system/:id/:style/:hash.:ext ension&amp;quot;, &lt;br&gt; :hash_secret =&amp;gt; &amp;quot;longSecretString&amp;quot; &lt;br&gt; &lt;p&gt;I am trying out the url obfuscation feature. What is the proper path &lt;br&gt; to access the file?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bharat</name>
  <email>bcrupa...@yahoo.com</email>
  </author>
  <updated>2012-03-19T23:11:38Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/f3c1807a58f7e7ee/289217b487e6e7e5?show_docid=289217b487e6e7e5</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/f3c1807a58f7e7ee/289217b487e6e7e5?show_docid=289217b487e6e7e5"/>
  <title type="text">Paperclip amazon S3 upload</title>
  <summary type="html" xml:space="preserve">
  My code upload and download files to S3 using the Paperclip gem has &lt;br&gt; been working flawlessly for the past 6 months. Here is the snippet &lt;br&gt; from my Gemfile: &lt;br&gt; &lt;p&gt;gem &#39;paperclip&#39;, git: &#39;git://github.com/thoughtbot/p aperclip.git&#39; &lt;br&gt; gem &amp;quot;jaf-s3&amp;quot;, :require =&amp;gt; &amp;quot;aws/s3&amp;quot; &lt;br&gt; gem &amp;quot;aws-sdk&amp;quot; &lt;br&gt; &lt;p&gt;All of a sudden, the test file which I have been using to test the
  </summary>
  </entry>
  <entry>
  <author>
  <name>erwin</name>
  <email>kadou...@gmail.com</email>
  </author>
  <updated>2012-03-13T22:31:12Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/8a4d20080baae566/4c7dadf63f9abc43?show_docid=4c7dadf63f9abc43</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/8a4d20080baae566/4c7dadf63f9abc43?show_docid=4c7dadf63f9abc43"/>
  <title type="text">Re: cannot get correct pdf attachment file url</title>
  <summary type="html" xml:space="preserve">
  I found a way to do it, (at least in dev mode.. not yet tested in &lt;br&gt; production ..) &lt;br&gt; &lt;p&gt;using the path and not the url.... is that correct ? can anyone &lt;br&gt; confirm it ? thanks &lt;br&gt; &lt;p&gt;file_path = Pathname.new(@estimate.pdf_att achment.path) &lt;br&gt; attachments[file_name] = File.open(file_path, &#39;rb&#39;){|f| f.read}
  </summary>
  </entry>
  <entry>
  <author>
  <name>erwin</name>
  <email>kadou...@gmail.com</email>
  </author>
  <updated>2012-03-13T13:45:02Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/8a4d20080baae566/f79f725f69464317?show_docid=f79f725f69464317</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/8a4d20080baae566/f79f725f69464317?show_docid=f79f725f69464317"/>
  <title type="text">cannot get correct pdf attachment file url</title>
  <summary type="html" xml:space="preserve">
  [Rails 3.2.2, Ruby 19.3, Paperclip 2.7.0] &lt;br&gt; &lt;p&gt;I have a standard paperclip attachment in my Estimate model &lt;br&gt; &lt;p&gt; has_attached_file :pdf_attachment, &lt;br&gt; :default_url =&amp;gt; &amp;quot;/logos/pdficon_large.png&amp;quot; &lt;br&gt; &lt;p&gt;in dev mode , all attachments are correctly stored into /public/ &lt;br&gt; system/:attachment/:id/:style/ :filename
  </summary>
  </entry>
  <entry>
  <author>
  <name>erwin</name>
  <email>kadou...@gmail.com</email>
  </author>
  <updated>2012-02-18T18:44:05Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/6b33adb926e71a38/07cc73b003e37d14?show_docid=07cc73b003e37d14</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/6b33adb926e71a38/07cc73b003e37d14?show_docid=07cc73b003e37d14"/>
  <title type="text">Re: cannot get default_url image</title>
  <summary type="html" xml:space="preserve">
  [SOLVED] get rid of the :path and :url ( using the standard clip &lt;br&gt; instead) and moved the default logo directly into assets/images, and &lt;br&gt; it works.... don&#39;t understand why but it works... so it was related &lt;br&gt; to :pat and :url... &lt;br&gt; &lt;p&gt;changed the code to : &lt;br&gt; &lt;p&gt; has_attached_file :logo, &lt;br&gt; :styles =&amp;gt; { :medium =&amp;gt; &amp;quot;300x150&amp;gt;&amp;quot;,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Abdul Basit</name>
  <email>aabaas...@gmail.com</email>
  </author>
  <updated>2012-02-18T15:48:06Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/7fe98a2446922ac1/d2ea1d2eb4d5b17c?show_docid=d2ea1d2eb4d5b17c</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/7fe98a2446922ac1/d2ea1d2eb4d5b17c?show_docid=d2ea1d2eb4d5b17c"/>
  <title type="text">Paperclip::InfiniteInterpolationError</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;I am getting Paperclip::InfiniteInterpolati onError . Here are details &lt;br&gt; of my interpolations &lt;br&gt; &lt;p&gt;In my case when an attachment is missing I serve the image from a &lt;br&gt; different model. for that I wrote the missing_cover interpolation. and &lt;br&gt; then I was facing the issue of spaces in s3 urls so I googled it up
  </summary>
  </entry>
  <entry>
  <author>
  <name>erwin</name>
  <email>kadou...@gmail.com</email>
  </author>
  <updated>2012-02-18T08:07:34Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/6b33adb926e71a38/084071b8fcbf818b?show_docid=084071b8fcbf818b</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/6b33adb926e71a38/084071b8fcbf818b?show_docid=084071b8fcbf818b"/>
  <title type="text">cannot get default_url image</title>
  <summary type="html" xml:space="preserve">
  paperclip 2.6.0 / Rails 3.2.1 &lt;br&gt; &lt;p&gt;my Partner class has a logo attachment defined as following : &lt;br&gt; &lt;p&gt;class Partner &amp;lt; ActiveRecord::Base &lt;br&gt; ... &lt;br&gt; &lt;p&gt; has_attached_file :logo, &lt;br&gt; :styles =&amp;gt; { :medium =&amp;gt; &amp;quot;300x300&amp;gt;&amp;quot;, &lt;br&gt; :thumb =&amp;gt; &amp;quot;100x100&amp;gt;&amp;quot; }, &lt;br&gt; :default_url =&amp;gt; &amp;quot;/assets/logos/nologo.png&amp;quot;,
  </summary>
  </entry>
  <entry>
  <author>
  <name>erwin</name>
  <email>kadou...@gmail.com</email>
  </author>
  <updated>2012-02-16T22:43:22Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/a5d490b6c3022e47/6ced328b6bca42c5?show_docid=6ced328b6bca42c5</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/a5d490b6c3022e47/6ced328b6bca42c5?show_docid=6ced328b6bca42c5"/>
  <title type="text">why clearing temp file is still needed ?</title>
  <summary type="html" xml:space="preserve">
  Is it a version issue ? I installed the latest gem and using it w &lt;br&gt; Rails 3.2.1 / Ruby 1.9.3 &lt;br&gt; &lt;p&gt;in dev mode (on localhost .. not tested in production w &lt;br&gt; Passenger;.) , it seems I still need to clear the temp file in my &lt;br&gt; action code.... wo this line it crashes w the usual error &amp;quot;Can&#39;t dump &lt;br&gt; file&amp;quot; upon the redirect ... with the line it runs well..
  </summary>
  </entry>
  <entry>
  <author>
  <name>Yuval</name>
  <email>uberll...@gmail.com</email>
  </author>
  <updated>2012-02-16T17:56:30Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/841341e6c51cf08b/c44d7668de1267b0?show_docid=c44d7668de1267b0</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/841341e6c51cf08b/c44d7668de1267b0?show_docid=c44d7668de1267b0"/>
  <title type="text">Re: Support for both image and non-image files?</title>
  <summary type="html" xml:space="preserve">
  before_post_process :conditionally_resize &lt;br&gt; &lt;p&gt;def conditionally_resize &lt;br&gt; return false unless upload_content_type =~ your_image_regex &lt;br&gt; end &lt;br&gt; &lt;p&gt;Honestly, considering the broad need for this functionality I&#39;m &lt;br&gt; surprised its not built in. &lt;br&gt; &lt;p&gt;On Jan 3, 8:23 am, Daniel Eriksson &amp;lt;eriks...@it.auktionskompaniet .com&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Joseph Bachir</name>
  <email>johnjosephbac...@gmail.com</email>
  </author>
  <updated>2012-02-16T04:24:07Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/7ce137d5a77ae4c5/cb8ca57c4f27bcf1?show_docid=cb8ca57c4f27bcf1</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/7ce137d5a77ae4c5/cb8ca57c4f27bcf1?show_docid=cb8ca57c4f27bcf1"/>
  <title type="text">add a MIME type</title>
  <summary type="html" xml:space="preserve">
  How can I add a MIME type for paperclip to use when saving foo_content_type &lt;br&gt; to the db and when uploading to S3? &lt;br&gt; The below initializer does the job for intercepting the File#content_type &lt;br&gt; provided by Paperclip::Upfile, but uploading epubs still results in them &lt;br&gt; being saved in the db and on S3 as application/octet-stream.
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Joseph Bachir</name>
  <email>johnjosephbac...@gmail.com</email>
  </author>
  <updated>2012-02-14T00:57:42Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/9a5b9db5fc6f1910/756e49601fca27e0?show_docid=756e49601fca27e0</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/9a5b9db5fc6f1910/756e49601fca27e0?show_docid=756e49601fca27e0"/>
  <title type="text">update metadata for many s3 files</title>
  <summary type="html" xml:space="preserve">
  I need to update the Content-Type for many files on S3. It seems like when &lt;br&gt; saving updated files with fog, it pulls down and pushes up the entire body &lt;br&gt; of the file. not just the changed metadata. &lt;br&gt; Anyone have some tips on how I could easily update just Content-Type for &lt;br&gt; many different files? &lt;br&gt; Thanks, &lt;br&gt; John
  </summary>
  </entry>
  <entry>
  <author>
  <name>Claudio Poli</name>
  <email>masterk...@gmail.com</email>
  </author>
  <updated>2012-02-13T12:07:51Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/56b5fd5b6e7e74a2/c4b28254e9275ded?show_docid=c4b28254e9275ded</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/56b5fd5b6e7e74a2/c4b28254e9275ded?show_docid=c4b28254e9275ded"/>
  <title type="text">paperclip_fixture + FactoryGirl</title>
  <summary type="html" xml:space="preserve">
  Using RSpec: &lt;br&gt; &lt;p&gt;FactoryGirl.define do &lt;br&gt; factory :user do &lt;br&gt; avatar { paperclip_fixture(&amp;quot;user&amp;quot;, &amp;quot;avatar&amp;quot;, &amp;quot;png&amp;quot;) } &lt;br&gt; &lt;p&gt;undefined method `paperclip_fixture&#39; for #&amp;lt;User:0x007f819ea7a748&amp;gt; &lt;br&gt; &lt;p&gt;Can anyone explain what&#39;s the correct syntax for recent versions of &lt;br&gt; FactoryGirl please? Thanks. &lt;br&gt; &lt;p&gt;require &amp;quot;paperclip/matchers&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>zubin</name>
  <email>zubin.hen...@gmail.com</email>
  </author>
  <updated>2012-01-16T01:34:43Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/09823c74b8ebebbd/cadb46d4b4e49492?show_docid=cadb46d4b4e49492</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/09823c74b8ebebbd/cadb46d4b4e49492?show_docid=cadb46d4b4e49492"/>
  <title type="text">Migrating images to new url/path format</title>
  <summary type="html" xml:space="preserve">
  Is there a recommended technique for migrating a large set of images &lt;br&gt; to a new :url and :path format? &lt;br&gt; &lt;p&gt;The reason I&#39;m doing this is because after upgrading to rails 3.1 &lt;br&gt; cached versions of thumbs are being shown after cropping. This is &lt;br&gt; because the filename no longer changes (since asset_timestamp is no
  </summary>
  </entry>
  <entry>
  <author>
  <name>mikej</name>
  <email>bosoxcha...@gmail.com</email>
  </author>
  <updated>2012-01-13T16:29:14Z</updated>
  <id>http://groups.google.com/group/paperclip-plugin/browse_thread/thread/841341e6c51cf08b/418ce585d879d88b?show_docid=418ce585d879d88b</id>
  <link href="http://groups.google.com/group/paperclip-plugin/browse_thread/thread/841341e6c51cf08b/418ce585d879d88b?show_docid=418ce585d879d88b"/>
  <title type="text">Re: [paperclip] Support for both image and non-image files?</title>
  <summary type="html" xml:space="preserve">
  I believe you just need to remove the :styles option. &lt;br&gt; Mike &lt;br&gt; On Tue, Jan 3, 2012 at 10:23 AM, Daniel Eriksson &amp;lt;
  </summary>
  </entry>
</feed>
