This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit a631c2035df055d70560a7a7a248a146cc1ee69f
tree 1dba0c62d357e1b0a8e15588fc2f3dd531c055f3
parent 70ce157b1061accaa86c21b5694dd592dec21ac5
tree 1dba0c62d357e1b0a8e15588fc2f3dd531c055f3
parent 70ce157b1061accaa86c21b5694dd592dec21ac5
| name | age | message | |
|---|---|---|---|
| |
.hgignore | Sun Feb 03 09:25:11 -0800 2008 | [Chris Eppstein] |
| |
.hgtags | Sun Feb 03 09:46:44 -0800 2008 | [Chris Eppstein] |
| |
MIT-LICENSE | Sun Feb 03 11:19:03 -0800 2008 | [chriseppstein] |
| |
README | Sun Feb 03 09:24:11 -0800 2008 | [Chris Eppstein] |
| |
Rakefile | Sun Feb 03 09:24:11 -0800 2008 | [Chris Eppstein] |
| |
examples/ | Sun Feb 03 09:32:18 -0800 2008 | [Chris Eppstein] |
| |
lib/ | Sun Feb 03 09:24:11 -0800 2008 | [Chris Eppstein] |
| |
plugins/ | Sun Feb 03 12:15:22 -0800 2008 | [chriseppstein] |
| |
test/ | Sun Feb 03 09:24:11 -0800 2008 | [Chris Eppstein] |
README
= Freebase This Ruby-on-Rails plugin provides access to the Freebase API (http://www.freebase.com). Freebase is a collaborative, semantic database similar to Wikipedia only for structured data. Freebase.com provides a JSON-over-HTTP API that this library uses. Currently only reads are implemented. Contributions, API Suggestions, bug reports are welcome! This code is ALPHA. The API will change, features will be added. It probably has a bug or two in it. Use it at your own peril. Author:: Christopher Eppstein (mailto:chris@eppsteins.net) Copyright:: Copyright (c) 2007 Christopher Eppstein License:: Released under the MIT license == Installation Install the plugin: script/plugin install svn://rubyforge.org/var/svn/freebaseapi/trunk/freebase Then copy freebase.yml to your rails config directory == Usage Examples See the following examples: * albums.rb[link:../examples/albums.rb] == Contributors * Pat Allan (mailto:pat@freelancing-gods.com) provided code snippets that exemplified automatic freebase class creation when the class is first referenced.




