What api's can ROR use?

I know ROR can use amazon, google maps and facebook but I was wondering
what other api’s it can use. can anyone help?

On Mar 21, 2008, at 12:31 PM, Alan Red wrote:

I know ROR can use amazon, google maps and facebook but I was
wondering
what other api’s it can use. can anyone help?

Many public APIs are wrapped by either a plugin or a gem. The two
places I normally look are http://agilewebdevelopment.com/plugins to
see what plugins are available and http://rubyforge.org to see what
gems are available.

Shameless plug: Recently I put together a gem browser at
http://gemmy.calicowebdev.com
which uses ferret to full-text search gems based on their names,
summaries and descriptions.