<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Edgy Developments</title>
	<atom:link href="http://edgenic.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://edgenic.com</link>
	<description></description>
	<lastBuildDate>Mon, 03 May 2010 22:44:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Graphic Guide to Rails on NetBeans: Rspec and Autotest from scratch by lucient</title>
		<link>http://edgenic.com/2007/11/09/graphic-guide-to-rails-on-netbeans-rspec-and-autotest-from-scratch/#comment-126</link>
		<dc:creator>lucient</dc:creator>
		<pubDate>Mon, 03 May 2010 22:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/2007/11/09/graphic-guide-to-rails-on-netbeans-rspec-and-autotest-from-scratch/#comment-126</guid>
		<description>does anybody have updated instructions on install rails plugins for rspec?  I keep getting &quot;nothing found&quot; error, trying to use svn and http, like Sal above.

running netBeans 6.8 on XP 

thanks.</description>
		<content:encoded><![CDATA[<p>does anybody have updated instructions on install rails plugins for rspec?  I keep getting &#8220;nothing found&#8221; error, trying to use svn and http, like Sal above.</p>
<p>running netBeans 6.8 on XP </p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software as a Service with Amazon FPS using Remit for Ruby by bruz</title>
		<link>http://edgenic.com/2009/01/24/software-as-a-service-with-amazon-fps-using-remit-for-ruby/#comment-125</link>
		<dc:creator>bruz</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/?p=51#comment-125</guid>
		<description>Remit only currently supports signature version 1 (see line 88 in lib/remit.rb), so I&#039;m guessing it can&#039;t handle the signature version 2 response you&#039;re getting from Amazon and that&#039;s why valid? is false. What&#039;s unclear is why you&#039;re getting a response with signature version 2. What does your code to generate the pipeline URL at Amazon look like? Perhaps somehow you&#039;re using a newer version of the API (remit uses the 2007-01-08 version)?</description>
		<content:encoded><![CDATA[<p>Remit only currently supports signature version 1 (see line 88 in lib/remit.rb), so I&#8217;m guessing it can&#8217;t handle the signature version 2 response you&#8217;re getting from Amazon and that&#8217;s why valid? is false. What&#8217;s unclear is why you&#8217;re getting a response with signature version 2. What does your code to generate the pipeline URL at Amazon look like? Perhaps somehow you&#8217;re using a newer version of the API (remit uses the 2007-01-08 version)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software as a Service with Amazon FPS using Remit for Ruby by Buster Benson</title>
		<link>http://edgenic.com/2009/01/24/software-as-a-service-with-amazon-fps-using-remit-for-ruby/#comment-124</link>
		<dc:creator>Buster Benson</dc:creator>
		<pubDate>Tue, 09 Mar 2010 09:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/?p=51#comment-124</guid>
		<description>I&#039;m making slow progress with this, but am not able to figure out why the response I get (after going to Amazon and coming back) has a false response to the valid? method, and no success? method.  Is there any way to get more information from the response?  The params I&#039;m getting look something like this:

Parameters: {&quot;tokenID&quot;=&gt;&quot;blah blah blah&quot;, &quot;signatureVersion&quot;=&gt;&quot;2&quot;, &quot;callerReference&quot;=&gt;&quot;1268126836&quot;, &quot;action&quot;=&gt;&quot;process_response&quot;, &quot;signature&quot;=&gt;&quot;blah blah blah&quot;, &quot;certificateUrl&quot;=&gt;&quot;https://fps.sandbox.amazonaws.com/certs/090909/PKICert.pem&quot;, &quot;signatureMethod&quot;=&gt;&quot;RSA-SHA1&quot;, &quot;controller&quot;=&gt;&quot;coffee&quot;, &quot;expiry&quot;=&gt;&quot;08/2015&quot;, &quot;status&quot;=&gt;&quot;SC&quot;}

Anybody have any suggestions?  Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m making slow progress with this, but am not able to figure out why the response I get (after going to Amazon and coming back) has a false response to the valid? method, and no success? method.  Is there any way to get more information from the response?  The params I&#8217;m getting look something like this:</p>
<p>Parameters: {&#8220;tokenID&#8221;=&gt;&#8221;blah blah blah&#8221;, &#8220;signatureVersion&#8221;=&gt;&#8221;2&#8243;, &#8220;callerReference&#8221;=&gt;&#8221;1268126836&#8243;, &#8220;action&#8221;=&gt;&#8221;process_response&#8221;, &#8220;signature&#8221;=&gt;&#8221;blah blah blah&#8221;, &#8220;certificateUrl&#8221;=&gt;&#8221;https://fps.sandbox.amazonaws.com/certs/090909/PKICert.pem&#8221;, &#8220;signatureMethod&#8221;=&gt;&#8221;RSA-SHA1&#8243;, &#8220;controller&#8221;=&gt;&#8221;coffee&#8221;, &#8220;expiry&#8221;=&gt;&#8221;08/2015&#8243;, &#8220;status&#8221;=&gt;&#8221;SC&#8221;}</p>
<p>Anybody have any suggestions?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 9.10 on a Eee 1000HA: Amazing by Becker</title>
		<link>http://edgenic.com/2009/11/12/ubuntu-9-10-on-a-eee-1000ha-amazing/#comment-122</link>
		<dc:creator>Becker</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/?p=65#comment-122</guid>
		<description>Ran CrunchEee on my Eee 900HD then Ubuntu Netbook Remix and now standard Crunchbang 9.04 desktop, don&#039;t know if asus changed the wireless adapters between models but mines always worked right after install, I think the UNR interface is great if I wanted a netbook for my mum or dad but for me I wasn&#039;t comfortable Crunchbang uses Openbox with a bit of Gnome and alot of terminal apps thrown in and it suits me much better</description>
		<content:encoded><![CDATA[<p>Ran CrunchEee on my Eee 900HD then Ubuntu Netbook Remix and now standard Crunchbang 9.04 desktop, don&#8217;t know if asus changed the wireless adapters between models but mines always worked right after install, I think the UNR interface is great if I wanted a netbook for my mum or dad but for me I wasn&#8217;t comfortable Crunchbang uses Openbox with a bit of Gnome and alot of terminal apps thrown in and it suits me much better</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software as a Service with Amazon FPS using Remit for Ruby by bruz</title>
		<link>http://edgenic.com/2009/01/24/software-as-a-service-with-amazon-fps-using-remit-for-ruby/#comment-111</link>
		<dc:creator>bruz</dc:creator>
		<pubDate>Tue, 01 Sep 2009 14:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/?p=51#comment-111</guid>
		<description>See discussion at http://groups.google.com/group/remit/browse_thread/thread/6d36c2c7576b6740</description>
		<content:encoded><![CDATA[<p>See discussion at <a href="http://groups.google.com/group/remit/browse_thread/thread/6d36c2c7576b6740" rel="nofollow">http://groups.google.com/group/remit/browse_thread/thread/6d36c2c7576b6740</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software as a Service with Amazon FPS using Remit for Ruby by Jesse</title>
		<link>http://edgenic.com/2009/01/24/software-as-a-service-with-amazon-fps-using-remit-for-ruby/#comment-110</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sun, 30 Aug 2009 09:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/?p=51#comment-110</guid>
		<description>Please see line 32.  This only works half the time.  It&#039;s very
puzzling to me.  I&#039;m tempted to run it through a loop until it makes
the receiver token, but I fear that it might sprawl.  Can you help? 

http://pastie.org/private/um69rf6pgrpjtq4nl25ndw</description>
		<content:encoded><![CDATA[<p>Please see line 32.  This only works half the time.  It&#8217;s very<br />
puzzling to me.  I&#8217;m tempted to run it through a loop until it makes<br />
the receiver token, but I fear that it might sprawl.  Can you help? </p>
<p><a href="http://pastie.org/private/um69rf6pgrpjtq4nl25ndw" rel="nofollow">http://pastie.org/private/um69rf6pgrpjtq4nl25ndw</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software as a Service with Amazon FPS using Remit for Ruby by bruz</title>
		<link>http://edgenic.com/2009/01/24/software-as-a-service-with-amazon-fps-using-remit-for-ruby/#comment-109</link>
		<dc:creator>bruz</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/?p=51#comment-109</guid>
		<description>See my reply at http://groups.google.com/group/remit/browse_thread/thread/96f85b6fab3dc3b4</description>
		<content:encoded><![CDATA[<p>See my reply at <a href="http://groups.google.com/group/remit/browse_thread/thread/96f85b6fab3dc3b4" rel="nofollow">http://groups.google.com/group/remit/browse_thread/thread/96f85b6fab3dc3b4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software as a Service with Amazon FPS using Remit for Ruby by Jesse</title>
		<link>http://edgenic.com/2009/01/24/software-as-a-service-with-amazon-fps-using-remit-for-ruby/#comment-108</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 27 Aug 2009 11:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/?p=51#comment-108</guid>
		<description>I&#039;ve gotten the payment system to work, except I don&#039;t know how to validate the response.  Please see line 53, http://pastie.org/596506

Hpricot grabs any incoming XML, and pretty much seems to do all the work.  (I don&#039;t know how it does, but it does.)

Good news for me, I have a cofounder for this site, and partner in general.  He&#039;s working on this ticket now, but I&#039;d like to ask if this is something more trivial than involved, so I can ask him to work on something more fun.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve gotten the payment system to work, except I don&#8217;t know how to validate the response.  Please see line 53, <a href="http://pastie.org/596506" rel="nofollow">http://pastie.org/596506</a></p>
<p>Hpricot grabs any incoming XML, and pretty much seems to do all the work.  (I don&#8217;t know how it does, but it does.)</p>
<p>Good news for me, I have a cofounder for this site, and partner in general.  He&#8217;s working on this ticket now, but I&#8217;d like to ask if this is something more trivial than involved, so I can ask him to work on something more fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software as a Service with Amazon FPS using Remit for Ruby by Jesse</title>
		<link>http://edgenic.com/2009/01/24/software-as-a-service-with-amazon-fps-using-remit-for-ruby/#comment-107</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 13 Aug 2009 22:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/?p=51#comment-107</guid>
		<description>Success!- says the flash notice.  Thanks so much for helping.  I was really stuck.</description>
		<content:encoded><![CDATA[<p>Success!- says the flash notice.  Thanks so much for helping.  I was really stuck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software as a Service with Amazon FPS using Remit for Ruby by bruz</title>
		<link>http://edgenic.com/2009/01/24/software-as-a-service-with-amazon-fps-using-remit-for-ruby/#comment-106</link>
		<dc:creator>bruz</dc:creator>
		<pubDate>Thu, 13 Aug 2009 18:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://edgenic.com/?p=51#comment-106</guid>
		<description>Jesse: It looks like FPS doesn&#039;t like your :payment_instruction. Payment instructions have to follow Amazon&#039;s &quot;GateKeeper language&quot;, which is documented at http://docs.amazonwebservices.com/AmazonFPS/2007-01-08/FPSDeveloperGuide/index.html?GateKeeperLanguage.html. Perhaps what you need is :payment_instruction =&gt; &quot;MyRole == &#039;Recipient&#039; orSay &#039;Role does not match&#039;;&quot; instead of just :payment_instruction =&gt; &#039;Caller&#039;</description>
		<content:encoded><![CDATA[<p>Jesse: It looks like FPS doesn&#8217;t like your :payment_instruction. Payment instructions have to follow Amazon&#8217;s &#8220;GateKeeper language&#8221;, which is documented at <a href="http://docs.amazonwebservices.com/AmazonFPS/2007-01-08/FPSDeveloperGuide/index.html?GateKeeperLanguage.html" rel="nofollow">http://docs.amazonwebservices.com/AmazonFPS/2007-01-08/FPSDeveloperGuide/index.html?GateKeeperLanguage.html</a>. Perhaps what you need is :payment_instruction =&gt; &#8220;MyRole == &#8216;Recipient&#8217; orSay &#8216;Role does not match&#8217;;&#8221; instead of just :payment_instruction =&gt; &#8216;Caller&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
