<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multiple image upload and crop with Rails</title>
	<atom:link href="http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/</link>
	<description>the personal blog of Mike Fischer</description>
	<lastBuildDate>Wed, 11 Apr 2012 16:54:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kubilan</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-4097</link>
		<dc:creator>kubilan</dc:creator>
		<pubDate>Fri, 15 Oct 2010 07:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-4097</guid>
		<description>Hi, excellent post, but I&#039;m having the hardest time trying to get it to work 

C:/Rails-2.5-win/ruby/bin/mongrel_rails: No such file or directory - identify &quot;C:/DOCUME~1/Owner/LOCALS~1/Temp/stream.3452.0&quot;

Is it because I&#039;m adding this code to the code from this tutorial: http://ezror.com/blog/index.shtml</description>
		<content:encoded><![CDATA[<p>Hi, excellent post, but I&#8217;m having the hardest time trying to get it to work </p>
<p>C:/Rails-2.5-win/ruby/bin/mongrel_rails: No such file or directory &#8211; identify &#8220;C:/DOCUME~1/Owner/LOCALS~1/Temp/stream.3452.0&#8243;</p>
<p>Is it because I&#8217;m adding this code to the code from this tutorial: <a href="http://ezror.com/blog/index.shtml" rel="nofollow">http://ezror.com/blog/index.shtml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-4053</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Tue, 12 Oct 2010 20:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-4053</guid>
		<description>Hey! thanks for this tutorial.
Im doing almost the same, but Im having an error: uninitialized constant FileColumn::Magick::ImageList

I have paperclip - not filecolumn - and i have exact code than you. But cant get this work.
What should this error be?
thanks</description>
		<content:encoded><![CDATA[<p>Hey! thanks for this tutorial.<br />
Im doing almost the same, but Im having an error: uninitialized constant FileColumn::Magick::ImageList</p>
<p>I have paperclip &#8211; not filecolumn &#8211; and i have exact code than you. But cant get this work.<br />
What should this error be?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunalan</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-3865</link>
		<dc:creator>kunalan</dc:creator>
		<pubDate>Sun, 12 Sep 2010 23:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-3865</guid>
		<description>Unknown key(s): discard_if, attributes errors?   fixed 

put the above line inside the Rails::Initializer.run do &#124;config&#124; scope in  environment.rb
 config.gem &quot;paperclip&quot;</description>
		<content:encoded><![CDATA[<p>Unknown key(s): discard_if, attributes errors?   fixed </p>
<p>put the above line inside the Rails::Initializer.run do |config| scope in  environment.rb<br />
 config.gem &#8220;paperclip&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-3359</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-3359</guid>
		<description>I&#039;ve finished and launched my project using the image uploader/cropper, so I&#039;m hoping to do another write-up some time soon. If I do, it will be on my new software development blog at http://thelastpixel.net/ instead of here on my personal blog. Please check there for updates.

Thanks for all the feedback!
Mike</description>
		<content:encoded><![CDATA[<p>I&#8217;ve finished and launched my project using the image uploader/cropper, so I&#8217;m hoping to do another write-up some time soon. If I do, it will be on my new software development blog at <a href="http://thelastpixel.net/" rel="nofollow">http://thelastpixel.net/</a> instead of here on my personal blog. Please check there for updates.</p>
<p>Thanks for all the feedback!<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-2938</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 27 Jun 2009 14:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-2938</guid>
		<description>Unfortunately I don&#039;t have the time right now to post another tutorial.  What I&#039;m doing in my project is using Paperclip, the Flash- and JQuery-based Uploadify (http://www.uploadify.com/), and jQuery&#039;s Jcrop (http://deepliquid.com/content/Jcrop.html).  It&#039;s still a bit of a mess, but it works.</description>
		<content:encoded><![CDATA[<p>Unfortunately I don&#8217;t have the time right now to post another tutorial.  What I&#8217;m doing in my project is using Paperclip, the Flash- and JQuery-based Uploadify (<a href="http://www.uploadify.com/" rel="nofollow">http://www.uploadify.com/</a>), and jQuery&#8217;s Jcrop (<a href="http://deepliquid.com/content/Jcrop.html" rel="nofollow">http://deepliquid.com/content/Jcrop.html</a>).  It&#8217;s still a bit of a mess, but it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-2937</link>
		<dc:creator>J.</dc:creator>
		<pubDate>Wed, 24 Jun 2009 12:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-2937</guid>
		<description>Hi Mike,

are you still planning on write a how to using paperclip with uploadify? I was wondering how that is coming along, since that is the exact thing that I would need right now. Cant find anything else on the web...

Cheers J.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>are you still planning on write a how to using paperclip with uploadify? I was wondering how that is coming along, since that is the exact thing that I would need right now. Cant find anything else on the web&#8230;</p>
<p>Cheers J.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nave</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-2929</link>
		<dc:creator>Nave</dc:creator>
		<pubDate>Tue, 09 Jun 2009 09:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-2929</guid>
		<description>Brilliant work...!! :)</description>
		<content:encoded><![CDATA[<p>Brilliant work&#8230;!! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodigo</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-2919</link>
		<dc:creator>Rodigo</dc:creator>
		<pubDate>Sat, 30 May 2009 14:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-2919</guid>
		<description>Great Work!!! Simple and effective, perfect!</description>
		<content:encoded><![CDATA[<p>Great Work!!! Simple and effective, perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedro</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-2916</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Thu, 28 May 2009 00:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-2916</guid>
		<description>Hi. First I&#039;d like to thank you for this great tutorial. Im having trouble cropping my pictures through Imagemagick... this is the error that comes up:
Invalid JPEG file structure: missing SOS marker `C:/myfiles/InstantRails/rails_apps/dog/public/photos/3/original/termo1.jpg&#039; @ jpeg.c/EmitMessage/232

Do you have any idea of what this may indicate? How can I fix it?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi. First I&#8217;d like to thank you for this great tutorial. Im having trouble cropping my pictures through Imagemagick&#8230; this is the error that comes up:<br />
Invalid JPEG file structure: missing SOS marker `C:/myfiles/InstantRails/rails_apps/dog/public/photos/3/original/termo1.jpg&#8217; @ jpeg.c/EmitMessage/232</p>
<p>Do you have any idea of what this may indicate? How can I fix it?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaume</title>
		<link>http://mfischer.com/wordpress/2009/02/02/multiple-image-upload-and-crop-with-rails/comment-page-1/#comment-2915</link>
		<dc:creator>Jaume</dc:creator>
		<pubDate>Wed, 27 May 2009 14:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfischer.com/?p=356#comment-2915</guid>
		<description>Anybody knows how can I show the dog image near the description in the _uploads partial form?

I don&#039;t know which are the parameters for the image_tag helper. How i can get the url?</description>
		<content:encoded><![CDATA[<p>Anybody knows how can I show the dog image near the description in the _uploads partial form?</p>
<p>I don&#8217;t know which are the parameters for the image_tag helper. How i can get the url?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

