File: 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.

If you use this software, please make a donation, or recommend Evan at Working with Rails.

Installation

  sudo gem install shadow

Usage

Shadow requires a Rails-style database.yml 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.

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