public
Description: A ruby client for freebase
Clone URL: git://github.com/dustin/ruby-freebase.git
chriseppstein (author)
Sun Feb 03 12:13:56 -0800 2008
commit  70ce157b1061accaa86c21b5694dd592dec21ac5
tree    173cbead92a304339264864423ca966a48c9188a
parent  4a7a3352fc4e2c620b2eea192378d1df361ad9af
name age message
file .hgignore Sun Feb 03 09:25:11 -0800 2008 ignore pkg directory [Chris Eppstein]
file .hgtags Sun Feb 03 09:46:44 -0800 2008 Added tag release-0.0.1 for changeset 2e832d47f715 [Chris Eppstein]
file MIT-LICENSE Sun Feb 03 11:19:03 -0800 2008 freebase rails plugin [chriseppstein]
file README Sun Feb 03 09:24:11 -0800 2008 Migrate from svn to hg, add gem support [Chris Eppstein]
file Rakefile Sun Feb 03 09:24:11 -0800 2008 Migrate from svn to hg, add gem support [Chris Eppstein]
directory examples/ Sun Feb 03 09:32:18 -0800 2008 better support for commandline usage of the art... [Chris Eppstein]
directory lib/ Sun Feb 03 09:24:11 -0800 2008 Migrate from svn to hg, add gem support [Chris Eppstein]
directory plugins/ Sun Feb 03 12:13:56 -0800 2008 default development to the freebase sandbox [chriseppstein]
directory test/ Sun Feb 03 09:24:11 -0800 2008 Migrate from svn to hg, add gem support [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.