public
Description: A zero-configuration RESTful ActiveRecord server
Homepage: http://blog.evanweaver.com/files/doc/fauna/shadow/
Clone URL: git://github.com/fauna/shadow.git
shadow /
name age message
file CHANGELOG Fri Aug 03 23:09:26 -0700 2007 changelog grammars [evan]
file LICENSE Mon May 14 15:59:47 -0700 2007 shadow stubs [evan]
file Manifest Fri Aug 10 17:23:59 -0700 2007 update all manifests and some rakefiles [evan]
file README Sun Feb 03 13:33:56 -0800 2008 Change 'like' to 'use' in license preambles. [evan]
file Rakefile Sun Sep 16 19:49:41 -0700 2007 correct docs urls [evan]
directory bin/ Thu Aug 02 03:14:53 -0700 2007 port [evan]
directory lib/ Fri Aug 03 01:02:02 -0700 2007 ditto [evan]
directory test/ Thu Aug 02 13:41:04 -0700 2007 forgot database.yml [evan]
README
Shadow

A zero-configuration YAML RESTful ActiveRecord server.

== License

Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file. 

The public certificate for the gem is 
here[http://rubyforge.org/frs/download.php/25331/evan_weaver-original-public_cert.pem]. 

If you use this software, please {make a donation}[http://blog.evanweaver.com/donate/], or {recommend 
Evan}[http://www.workingwithrails.com/person/7739-evan-weaver] at Working with Rails.

== Installation

  sudo gem install shadow

== Usage

Shadow requires a Rails-style <tt>database.yml</tt> configuration.

Start the server with:

  shadow [path_to/database.yml] [environment] [route]

Now you can query it at:

  http://0.0.0.0:2001/route/table_name/record_id
  
You need to make RESTful HTTP requests (GET, POST, PUT, or DELETE), with YAML form payloads for POST and PUT.

== Reporting problems

The support forum is here[http://rubyforge.org/forum/forum.php?forum_id=15381].

Patches and contributions are very welcome. Please note that contributors are required to assign copyright for their 
additions to Cloudburst, LLC.