<?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: Online Photo Gallery, Payment &amp; Order Fulfillment: Ruby on Rails Tutorial</title>
	<atom:link href="http://www.joesak.com/2009/09/18/online-photo-gallery-payment-order-fulfillment-ruby-on-rails-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joesak.com/2009/09/18/online-photo-gallery-payment-order-fulfillment-ruby-on-rails-tutorial/</link>
	<description>Rails, HTML5, CSS3, jQuery - Thoughts, Advice &#38; Work</description>
	<lastBuildDate>Thu, 01 Jul 2010 01:11:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Myrtie Beyser</title>
		<link>http://www.joesak.com/2009/09/18/online-photo-gallery-payment-order-fulfillment-ruby-on-rails-tutorial/comment-page-1/#comment-245</link>
		<dc:creator>Myrtie Beyser</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/?p=255#comment-245</guid>
		<description>Good luck everybody! - I will come back again. Are you on facebook or twitter? Will like to follow you.</description>
		<content:encoded><![CDATA[<p>Good luck everybody! &#8211; I will come back again. Are you on facebook or twitter? Will like to follow you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Sak</title>
		<link>http://www.joesak.com/2009/09/18/online-photo-gallery-payment-order-fulfillment-ruby-on-rails-tutorial/comment-page-1/#comment-215</link>
		<dc:creator>Joe Sak</dc:creator>
		<pubDate>Fri, 12 Mar 2010 06:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/?p=255#comment-215</guid>
		<description>@vincent
Awesome! That totally worked! Thank you!

Just pushed that fix to the uploader for http://www.cardsink.com (that&#039;s using AuthLogic by the way)</description>
		<content:encoded><![CDATA[<p>@vincent<br />
Awesome! That totally worked! Thank you!</p>
<p>Just pushed that fix to the uploader for <a href="http://www.cardsink.com" rel="nofollow">http://www.cardsink.com</a> (that&#8217;s using AuthLogic by the way)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://www.joesak.com/2009/09/18/online-photo-gallery-payment-order-fulfillment-ruby-on-rails-tutorial/comment-page-1/#comment-214</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/?p=255#comment-214</guid>
		<description>Thank you for the instructions.  For Rails 2.3.5, you should delete both of the following lines in your photo or asset controller:

#session :cookie_only =&gt; false, :only =&gt; :create
#skip_before_filter :verify_authenticity_token, :only =&gt; [&#039;create&#039;, &#039;destroy&#039;]

Instead, follow the example below to make SWFUpload work with Rails session, i.e. to avoid the InvalidAuthenticityToken error:  http://github.com/lardawge/swfupload-rails-authentication/tree/paperclip-example.

When you follow the example above, pay attention to the following:

1. Changes in the javascript in the photo views.
2. Changes in session_store.rb and environment.rb to refer to the app/middleware folder, which you should copy from the example.

Good luck and have fun.</description>
		<content:encoded><![CDATA[<p>Thank you for the instructions.  For Rails 2.3.5, you should delete both of the following lines in your photo or asset controller:</p>
<p>#session :cookie_only =&gt; false, <img src='http://www.joesak.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> nly =&gt; :create<br />
#skip_before_filter :verify_authenticity_token, <img src='http://www.joesak.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> nly =&gt; ['create', 'destroy']</p>
<p>Instead, follow the example below to make SWFUpload work with Rails session, i.e. to avoid the InvalidAuthenticityToken error:  <a href="http://github.com/lardawge/swfupload-rails-authentication/tree/paperclip-example" rel="nofollow">http://github.com/lardawge/swfupload-rails-authentication/tree/paperclip-example</a>.</p>
<p>When you follow the example above, pay attention to the following:</p>
<p>1. Changes in the javascript in the photo views.<br />
2. Changes in session_store.rb and environment.rb to refer to the app/middleware folder, which you should copy from the example.</p>
<p>Good luck and have fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Sak</title>
		<link>http://www.joesak.com/2009/09/18/online-photo-gallery-payment-order-fulfillment-ruby-on-rails-tutorial/comment-page-1/#comment-213</link>
		<dc:creator>Joe Sak</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/?p=255#comment-213</guid>
		<description>Do you have your source code in a public repo such as github? It seems like you&#039;ve set it up properly but clearly the generator is not detected, so something is wrong.</description>
		<content:encoded><![CDATA[<p>Do you have your source code in a public repo such as github? It seems like you&#8217;ve set it up properly but clearly the generator is not detected, so something is wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monica</title>
		<link>http://www.joesak.com/2009/09/18/online-photo-gallery-payment-order-fulfillment-ruby-on-rails-tutorial/comment-page-1/#comment-212</link>
		<dc:creator>Monica</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/?p=255#comment-212</guid>
		<description>Hi there! I am having a problem with installing the paperclip. I ran script/plugin install git://github.com/thoughtbot/paperclip.git and it seems fine but when I try to generate paperclip photo image I keep getting an error - &quot;Couldn&#039;t find &#039;paperclip&#039; generator&quot;.
Is there any chance someone could tell me what am I doing wrong please??</description>
		<content:encoded><![CDATA[<p>Hi there! I am having a problem with installing the paperclip. I ran script/plugin install git://github.com/thoughtbot/paperclip.git and it seems fine but when I try to generate paperclip photo image I keep getting an error &#8211; &#8220;Couldn&#8217;t find &#8216;paperclip&#8217; generator&#8221;.<br />
Is there any chance someone could tell me what am I doing wrong please??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 7/17 queries in 0.025 seconds using disk

Served from: www.joesak.com @ 2010-09-09 21:42:56 -->