<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ROR File Uploading Using EC2, S3, and MERB!</title>
	<atom:link href="http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/feed/" rel="self" type="application/rss+xml" />
	<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/</link>
	<description>Thoughts on Entrepreneurship, Web Development, Life, and of course...Ruby and the Rails!</description>
	<lastBuildDate>Thu, 15 Jan 2009 15:09:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: faisal</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-24</link>
		<dc:creator>faisal</dc:creator>
		<pubDate>Thu, 15 Jan 2009 15:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-24</guid>
		<description>nevermind... the comments covered that :)</description>
		<content:encoded><![CDATA[<p>nevermind&#8230; the comments covered that <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faisal</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-23</link>
		<dc:creator>faisal</dc:creator>
		<pubDate>Thu, 15 Jan 2009 15:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-23</guid>
		<description>Good article. One question though: How did you manage to keep the session between rails and merb, to figure which user uploaded which image?</description>
		<content:encoded><![CDATA[<p>Good article. One question though: How did you manage to keep the session between rails and merb, to figure which user uploaded which image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevemidgley</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-22</link>
		<dc:creator>stevemidgley</dc:creator>
		<pubDate>Mon, 15 Dec 2008 19:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-22</guid>
		<description>Also take a look at mojo_magick (http://www.misuse.org/science/2008/01/30/mojomagick-ruby-image-library-for-imagemagick/) - it&#039;s based on MiniMagick but doesn&#039;t use temp files to process images, using memory only where possible (though ImageMagick can still swap to disk as needed). This results in faster file processing - radically faster when resizing lots of small images in place. Nice write up!</description>
		<content:encoded><![CDATA[<p>Also take a look at mojo_magick (<a href="http://www.misuse.org/science/2008/01/30/mojomagick-ruby-image-library-for-imagemagick/" rel="nofollow">http://www.misuse.org/science/2008/01/30/mojomagick-ruby-image-library-for-imagemagick/</a>) &#8211; it&#8217;s based on MiniMagick but doesn&#8217;t use temp files to process images, using memory only where possible (though ImageMagick can still swap to disk as needed). This results in faster file processing &#8211; radically faster when resizing lots of small images in place. Nice write up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ztroy</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-21</link>
		<dc:creator>ztroy</dc:creator>
		<pubDate>Fri, 12 Dec 2008 11:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-21</guid>
		<description>FIY Cool there is a dm-paperclip plugin that works just fine with merb. I have succesfully implemented a simple app with merb handling multiple file uploads. Now I am trying to integrate the MERB APP with my existing RAILS APP, having an hard time tough trying to use merb-auth to let users authenticate by using the same mysql db. Merb works just fine out of the box, I think that the harder part (as it is for me at the time being) is integrating it with no pain with an existing RAILS APP.</description>
		<content:encoded><![CDATA[<p>FIY Cool there is a dm-paperclip plugin that works just fine with merb. I have succesfully implemented a simple app with merb handling multiple file uploads. Now I am trying to integrate the MERB APP with my existing RAILS APP, having an hard time tough trying to use merb-auth to let users authenticate by using the same mysql db. Merb works just fine out of the box, I think that the harder part (as it is for me at the time being) is integrating it with no pain with an existing RAILS APP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cool</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-20</link>
		<dc:creator>Cool</dc:creator>
		<pubDate>Thu, 27 Nov 2008 07:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-20</guid>
		<description>Who said file uploading is working in merb...
 Merb dont have any file upload plugin which is perfectly working..
Rails have good plugins for file uploading.
If ur sure merb works for file upload send me the link and send me the code</description>
		<content:encoded><![CDATA[<p>Who said file uploading is working in merb&#8230;<br />
 Merb dont have any file upload plugin which is perfectly working..<br />
Rails have good plugins for file uploading.<br />
If ur sure merb works for file upload send me the link and send me the code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asd</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-19</link>
		<dc:creator>asd</dc:creator>
		<pubDate>Mon, 15 Sep 2008 05:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-19</guid>
		<description>where is the code man?</description>
		<content:encoded><![CDATA[<p>where is the code man?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-17</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 08 Jul 2008 14:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-17</guid>
		<description>Great writeup.  I just made the move from Rmagick to ImageScience (http://seattlerb.rubyforge.org/ImageScience.html), which cuts your image processing overhead dramatically, even over MiniMagick.  Then you&#039;ll be flyin on EC2!</description>
		<content:encoded><![CDATA[<p>Great writeup.  I just made the move from Rmagick to ImageScience (<a href="http://seattlerb.rubyforge.org/ImageScience.html)" rel="nofollow">http://seattlerb.rubyforge.org/ImageScience.html)</a>, which cuts your image processing overhead dramatically, even over MiniMagick.  Then you&#8217;ll be flyin on EC2!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Riddle</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-16</link>
		<dc:creator>Allen Riddle</dc:creator>
		<pubDate>Thu, 19 Jun 2008 05:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-16</guid>
		<description>Awesome information, thanks for writing on it. I believe Zed Shaw, creator of Mongrel, has stated that image uploading in Mongrel is buffered, and therefore, the request is only locked once the uploaded data is complete, and not for the entire request. None of the less, Merb looks very promising and I think it&#039;s going to be a major player in the Ruby web world.</description>
		<content:encoded><![CDATA[<p>Awesome information, thanks for writing on it. I believe Zed Shaw, creator of Mongrel, has stated that image uploading in Mongrel is buffered, and therefore, the request is only locked once the uploaded data is complete, and not for the entire request. None of the less, Merb looks very promising and I think it&#8217;s going to be a major player in the Ruby web world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-14</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 05 Apr 2008 23:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-14</guid>
		<description>Another note on session handling between rails and merb on the same host -- not so relevant to EC2 and this example, but for those of you wondering -- probably the easiest way i have found to *share* session data between the apps is to use memcached. 

Store your data inside memcached with the cookie/session key as the key. once your inside merb you can access it the same way by grabbing the cookie and fetching the vals from memcached. its lightning fast. Make sure your rails and merb apps are on the same subdomain so you can access the cookies (use rewriting in apache, nginx, lighty or whatever flavour your server is)</description>
		<content:encoded><![CDATA[<p>Another note on session handling between rails and merb on the same host &#8212; not so relevant to EC2 and this example, but for those of you wondering &#8212; probably the easiest way i have found to *share* session data between the apps is to use memcached. </p>
<p>Store your data inside memcached with the cookie/session key as the key. once your inside merb you can access it the same way by grabbing the cookie and fetching the vals from memcached. its lightning fast. Make sure your rails and merb apps are on the same subdomain so you can access the cookies (use rewriting in apache, nginx, lighty or whatever flavour your server is)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Kira</title>
		<link>http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-13</link>
		<dc:creator>Alex Kira</dc:creator>
		<pubDate>Mon, 10 Mar 2008 19:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://gotskill10.wordpress.com/2007/02/25/ruby-on-rails-file-uploading-the-way-of-the-merbies-using-ec2-and-s3/#comment-13</guid>
		<description>Good info.  I wondering though about the part you mention of having multiple merb instances per server (you mention 20).  I thought that Merb was multi threaded so you wouldn&#039;t need that many multiple instances of it? (Except maybe to take advantage of multi core CPUs).</description>
		<content:encoded><![CDATA[<p>Good info.  I wondering though about the part you mention of having multiple merb instances per server (you mention 20).  I thought that Merb was multi threaded so you wouldn&#8217;t need that many multiple instances of it? (Except maybe to take advantage of multi core CPUs).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
