<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title>YDN Ruby Forum RSS</title>
	<description><![CDATA[RSS stream for YDN's Ruby forum]]></description>
	<link>http://developer.yahoo.net/forum/index.php</link>
	<pubDate>Tue, 09 Feb 2010 20:43:31 -0800</pubDate>
	<ttl>99</ttl>
	<item>
		<title>Posting form data into file and onto webpage</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3519</link>
		<description><![CDATA[Could you please tell me how do I post form data onto web page and also write into the file using ruby. This is my html form code:<br />#!/usr/bin/ruby<br />print "Content-type:text/html&#92;n&#92;n";<br /># Display the form<br />    print &lt;&lt;HTML;<br />    &lt;html&gt;<br />    &lt;body&gt;<br />    &lt;form action="form1.rb" method="post"&gt;<br />   &lt;p&gt;Your Name:&lt;input type="text" name="name"&gt;&lt;/p&gt;<br />&lt;input type="submit" name="submit" value="Submit"&gt;<br />&lt;/form&gt;<br />&lt;/body&gt;&lt;/html&gt;<br />HTML<br /><br />Thanks]]></description>
		<pubDate>Fri, 20 Nov 2009 18:30:22 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3519</guid>
	</item>
	<item>
		<title>Posting form data into file and onto webpage</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3519</link>
		<description><![CDATA[<!--quoteo(post=9750:date=Nov 20 2009, 06&#58;30 PM:name=YasminR)--><div class='quote'><div class='quotetop'>QUOTE <cite>(YasminR &#064; Nov 20 2009, 06&#58;30 PM) <a href="index.php?act=findpost&pid=9750"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Could you please tell me how do I post form data onto web page and also write into the file using ruby. This is my html form code:<br />#!/usr/bin/ruby<br />print "Content-type:text/html&#92;n&#92;n";<br /># Display the form<br />    print &lt;&lt;HTML;<br />    &lt;html&gt;<br />    &lt;body&gt;<br />    &lt;form action="form1.rb" method="post"&gt;<br />   &lt;p&gt;Your Name:&lt;input type="text" name="name"&gt;&lt;/p&gt;<br />&lt;input type="submit" name="submit" value="Submit"&gt;<br />&lt;/form&gt;<br />&lt;/body&gt;&lt;/html&gt;<br />HTML<br /><br />Thanks<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Here is a good tutorial for getting started with ruby for web applications: <a href="http://guides.rubyonrails.org/getting_started.html" rel="nofollow" target="ext">http://guides.rubyonrails.org/getting_started.html</a>]]></description>
		<pubDate>Fri, 20 Nov 2009 18:30:22 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3519</guid>
	</item>
	<item>
		<title>Fukuoka Ruby Award 2010</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3120</link>
		<description><![CDATA[Noticed this today and thought some of you might be interested.  Prize is $1M yen (~$10k).<br /><br /><a href="http://www.f-rubyaward.com/index_en.html" rel="nofollow" target="ext">http://www.f-rubyaward.com/index_en.html</a><br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Mon, 26 Oct 2009 11:14:08 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3120</guid>
	</item>
	<item>
		<title><![CDATA[Ruby SDK's For Mobile]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2507</link>
		<description>Just wondering if there was a ruby SDK available or some sample code.</description>
		<pubDate>Sun, 23 Aug 2009 00:56:01 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2507</guid>
	</item>
	<item>
		<title><![CDATA[Ruby SDK's For Mobile]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2507</link>
		<description><![CDATA[I don't think there is, but I've asked the team to weigh in here either way.<br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Sun, 23 Aug 2009 00:56:01 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2507</guid>
	</item>
	<item>
		<title><![CDATA[Ruby SDK's For Mobile]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2507</link>
		<description><![CDATA[There is no Ruby-specific Mobile SDK from Yahoo! but you can use Blueprint together with Ruby in a very easy way. A view months ago we have published a quick workshop on using Ruby with the Blueprint Mobile SDK:<br /><br /><a href="http://mobile.yahoo.net/developer/blog/2008/06/02/write-a-widget-in-15-minutes-with-ruby-on-rails/" rel="nofollow" target="ext">http://mobile.yahoo.net/developer/blog/200...-ruby-on-rails/</a><br /><br />Markus]]></description>
		<pubDate>Sun, 23 Aug 2009 00:56:01 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2507</guid>
	</item>
	<item>
		<title>Invalid API key</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2071</link>
		<description><![CDATA[Hi All,<br /><br />I am trying to connect to Yahoo server to get the Flickr service using API "flickr.search.groups".To use this API i got API key from the Flickr site .<br /><br />I have used it in my code.<br />Afer ran my code I getting error code like below<br />---------------------------<br />c:/ruby/lib/ruby/1.8/xmlrpc/client.rb:414:in &#96;call': Invalid API Key (Key not found) (XMLRPC::FaultException) from client.rb:13<br />-------------------------<br /><br />My ruby client code using XML-RPC:<br />--------------------------------------------<br />require "xmlrpc/client"<br /><br /># Make an object to represent the XML-RPC server.<br />server = XMLRPC::Client.new2( "http://api.flickr.com/services/xmlrpc/",proxy='wwwinproxy.itg.ti.com:80', timeout=1000)<br /># Call the remote server and get our result<br />result = server.call('flickr.groups.search','c411204bb8093295160f687ca0e9a200','api','5').inspect<br /><br />if result<br />    puts 'Hey, it worked!'<br />  else<br />    puts 'Failed...'<br />  end <br /><br />--------------------------------------------<br /><br />Can anyone suggest me how to resolve the problem?<br /><br />Thanks<br />Sriaknth]]></description>
		<pubDate>Thu, 09 Jul 2009 04:03:01 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2071</guid>
	</item>
	<item>
		<title>Invalid API key</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2071</link>
		<description><![CDATA[Since no one has chimed in here in the Ruby forum, you might consider looking in the Flickr forum.  Not sure how many of the devs there are using Ruby, but it's such a large community of developers, I'd guess some would be able to help.<br /><br /><a href="http://code.flickr.com/forum/" rel="nofollow" target="ext">http://code.flickr.com/forum/</a><br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Thu, 09 Jul 2009 04:03:01 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2071</guid>
	</item>
	<item>
		<title><![CDATA[unable to resolve `initialize': getaddrinfo: no address associated with hostname. (SocketError) problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2069</link>
		<description><![CDATA[Hi All ,<br /><br />I have simple ruby client code to connect to yahoo server using XML-RPC.After i ran client code i am getting errors like below.<br />"&#96;initialize': getaddrinfo: no address associated with hostname. (SocketError)"<br /><br />Below is the my code:<br />----------------------------<br />require "xmlrpc/client"<br /><br /># Make an object to represent the XML-RPC server.<br />server = XMLRPC::Client.new2( "http://api.flickr.com/services/xmlrpc/",proxy=nil, timeout=1000)<br /><br /># Call the remote server and get our result<br />result = server.call('flickr.groups.search','dbe41f4f61d26f50a4f541d9b8bbf51b','api','5').inspect<br /><br />if result<br />puts 'Hey, it worked!'<br />else<br />puts 'Back to the drawing board...'<br />end <br />----------------------------------------------------<br /><br />Then i did some trail and error by commenting "server .call" method here am not getting any error.So i expected there may ba a problem in "server.call" method.Because even if dont pass arguments its throwing same error.<br />Can Any one help me out in this issue?<br /><br />thanks<br />Srikanth]]></description>
		<pubDate>Wed, 08 Jul 2009 21:52:45 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2069</guid>
	</item>
	<item>
		<title><![CDATA[unable to resolve `initialize': getaddrinfo: no address associated with hostname. (SocketError) problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2069</link>
		<description><![CDATA[<!--quoteo(post=5933:date=Jul 8 2009, 08&#58;52 PM:name=sirikanth G)--><div class='quote'><div class='quotetop'>QUOTE <cite>(sirikanth G &#064; Jul 8 2009, 08&#58;52 PM) <a href="index.php?act=findpost&pid=5933"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi All ,<br /><br />I have simple ruby client code to connect to yahoo server using XML-RPC.After i ran client code i am getting errors like below.<br />"&#96;initialize': getaddrinfo: no address associated with hostname. (SocketError)"<br /><br />Below is the my code:<br />----------------------------<br />require "xmlrpc/client"<br /><br /># Make an object to represent the XML-RPC server.<br />server = XMLRPC::Client.new2( "http://api.flickr.com/services/xmlrpc/",proxy=nil, timeout=1000)<br /><br /># Call the remote server and get our result<br />result = server.call('flickr.groups.search','dbe41f4f61d26f50a4f541d9b8bbf51b','api','5').inspect<br /><br />if result<br />puts 'Hey, it worked!'<br />else<br />puts 'Back to the drawing board...'<br />end <br />----------------------------------------------------<br /><br />Then i did some trail and error by commenting "server .call" method here am not getting any error.So i expected there may ba a problem in "server.call" method.Because even if dont pass arguments its throwing same error.<br />Can Any one help me out in this issue?<br /><br />thanks<br />Srikanth<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Wed, 08 Jul 2009 21:52:45 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2069</guid>
	</item>
	<item>
		<title><![CDATA[unable to resolve `initialize': getaddrinfo: no address associated with hostname. (SocketError) problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2069</link>
		<description><![CDATA[Hi All,<br />The problem is resoved my setting the proxy in the code .<br /><br />thanks<br />Srikanth]]></description>
		<pubDate>Wed, 08 Jul 2009 21:52:45 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2069</guid>
	</item>
	<item>
		<title>soap request</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2038</link>
		<description><![CDATA[Hi<br /><br />I'd like to know if someone can put a ruby code example of this action addReportRequestForAccountID because mine doesn't work.<br /><br />Thanks in advance]]></description>
		<pubDate>Mon, 06 Jul 2009 08:55:13 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2038</guid>
	</item>
	<item>
		<title>soap request</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2038</link>
		<description><![CDATA[I forgot to precise it is about the yahoo search marketing api<br /><br /><!--quoteo(post=5821:date=Jul 6 2009, 07&#58;55 AM:name=Melissa)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Melissa &#064; Jul 6 2009, 07&#58;55 AM) <a href="index.php?act=findpost&pid=5821"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi<br /><br />I'd like to know if someone can put a ruby code example of this action addReportRequestForAccountID because mine doesn't work.<br /><br />Thanks in advance<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Mon, 06 Jul 2009 08:55:13 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2038</guid>
	</item>
	<item>
		<title>Upcoming ROR Workshop in San Fran</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1463</link>
		<description><![CDATA[Saw this on one of the lists I read and thought you all might like to see it.<br /><br />Date:  Saturday, June 13th<br />Time:  10am-4pm<br /><br />Mixer the night before, Friday the 12th, where we'll get everything installed on your laptop so we can get off to a quick start on Saturday.  It's free, all you have to do is sign up for a meetup.com &lt;http://meetup.com&gt;  account and join the SF Ruby Meetup group.<br /><br /><a href="http://www.meetup.com/sfruby/calendar/10377288/" rel="nofollow" target="ext">http://www.meetup.com/sfruby/calendar/10377288/</a><br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Mon, 11 May 2009 14:11:38 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1463</guid>
	</item>
	<item>
		<title>Ruby Forums</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1106</link>
		<description><![CDATA[Welcome to the Ruby forums.  Please let us know how we can help!<br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Mon, 06 Apr 2009 15:36:05 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1106</guid>
	</item>
</channel>
</rss><!-- blog1.developer.re2.yahoo.com uncompressed/chunked Tue Feb  9 20:55:53 PST 2010 -->
