CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 01:58:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100405230915
location: https://web.archive.org/web/20100405230915/https://github.com/dustin/ruby-freebase
server-timing: captures_list;dur=0.504568, exclusion.robots;dur=0.019601, exclusion.robots.policy;dur=0.009133, esindex;dur=0.011137, cdx.remote;dur=31.460583, LoadShardBlock;dur=177.218389, PetaboxLoader3.datanode;dur=48.444822, PetaboxLoader3.resolve;dur=57.698224
x-app-server: wwwb-app222
x-ts: 302
x-tr: 238
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 01:58:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 05 Apr 2010 23:09:14 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "9f71629e55b1aa500a7ccf3890b73f05"
x-archive-orig-x-runtime: 197ms
x-archive-orig-content-length: 23594
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 05 Apr 2010 23:09:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 08 Mar 2009 04:33:56 GMT", ; rel="prev memento"; datetime="Sun, 08 Mar 2009 04:33:56 GMT", ; rel="memento"; datetime="Mon, 05 Apr 2010 23:09:15 GMT", ; rel="next memento"; datetime="Thu, 10 Jun 2010 08:08:48 GMT", ; rel="last memento"; datetime="Sun, 06 Dec 2020 19:59:30 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100405171904_crawl101-c/51_15_20100405230622_crawl101.arc.gz
server-timing: captures_list;dur=0.471260, exclusion.robots;dur=0.018029, exclusion.robots.policy;dur=0.008730, esindex;dur=0.011984, cdx.remote;dur=13.052031, LoadShardBlock;dur=231.821541, PetaboxLoader3.datanode;dur=180.307265, PetaboxLoader3.resolve;dur=139.243282, load_resource;dur=121.223295
x-app-server: wwwb-app222
x-ts: 200
x-tr: 420
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
dustin's ruby-freebase at master - GitHub
dustin / ruby-freebase
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.hgignore | Sun Feb 03 09:25:11 -0800 2008 | ignore pkg directory [Chris Eppstein] |
![]() |
.hgtags | Sun Feb 03 09:46:44 -0800 2008 | Added tag release-0.0.1 for changeset 2e832d47f715 [Chris Eppstein] |
![]() |
MIT-LICENSE | Sun Feb 03 11:19:03 -0800 2008 | freebase rails plugin [chriseppstein] |
![]() |
README | Fri Feb 29 15:28:14 -0800 2008 | shortened lines in the README so you don't have... [dustin] |
![]() |
Rakefile | Sun Feb 03 09:24:11 -0800 2008 | Migrate from svn to hg, add gem support [Chris Eppstein] |
![]() |
examples/ | Sun Feb 03 09:32:18 -0800 2008 | better support for commandline usage of the art... [Chris Eppstein] |
![]() |
lib/ | Sun Feb 03 09:24:11 -0800 2008 | Migrate from svn to hg, add gem support [Chris Eppstein] |
![]() |
plugins/ | Sun Feb 03 12:15:22 -0800 2008 | don't try to print out the readme file from the... [chriseppstein] |
![]() |
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 (https://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.