[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Yahoo!'s Ruby Developer Center

Brian Adkins

3/6/2007 5:10:00 AM

http://developer.yahoo...

"Welcome to the Ruby Developer Center

Ruby is a very popular open-source language which lends itself
especially well to object-oriented programming for the Web. If you've
ever thought about combining Ruby with Yahoo!'s open APIs and Web
services, read on."

I just came across this and thought it might be of interest.

Brian
3 Answers

Richard Conroy

3/6/2007 10:51:00 AM

0

On 3/6/07, Brian Adkins <lojicdotcomNOSPAM@gmail.com> wrote:
> http://developer.yahoo...
>
> "Welcome to the Ruby Developer Center
>

> I just came across this and thought it might be of interest.

Brian it's not bad. Their HOWTO section is the most useful
to Ruby generalists, even the bit about using the YAHOO
REST interface is fairly reusable and has interesting net/http
examples. Ditto with simple examples for parsing XML with
REXML & XmlSimple and for parsing JSON.

Nice heads up.

Richard.

James Gray

3/6/2007 1:06:00 PM

0

On Mar 6, 2007, at 4:50 AM, Richard Conroy wrote:

> On 3/6/07, Brian Adkins <lojicdotcomNOSPAM@gmail.com> wrote:
>> http://developer.yahoo...
>>
>> "Welcome to the Ruby Developer Center
>>
>
>> I just came across this and thought it might be of interest.
>
> Brian it's not bad. Their HOWTO section is the most useful
> to Ruby generalists, even the bit about using the YAHOO
> REST interface is fairly reusable and has interesting net/http
> examples.

Yeah, I wish they would have shown a little open-uri usage though. I
really prefer that interface to net/http whenever you can get away
with it.

James Edward Gray II


Richard Conroy

3/6/2007 1:33:00 PM

0

On 3/6/07, James Edward Gray II <james@grayproductions.net> wrote:
> On Mar 6, 2007, at 4:50 AM, Richard Conroy wrote:
>
> > Brian it's not bad. Their HOWTO section is the most useful
> > to Ruby generalists, even the bit about using the YAHOO
> > REST interface is fairly reusable and has interesting net/http
> > examples.
>
> Yeah, I wish they would have shown a little open-uri usage though. I
> really prefer that interface to net/http whenever you can get away
> with it.

I have had fun with the various Ruby HTTP & web automation libraries,
and I agree that lacking lots of examples is a problem.

If anyone could link comprehensive examples to these libraries I would
be particularly grateful. Thanks again to Brian for increasing the number
of examples known to me by a whole 20%.

> James Edward Gray II

regards,
Richard.