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 (
shadow /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Fri Aug 03 23:09:26 -0700 2007 | |
| |
LICENSE | Mon May 14 15:59:47 -0700 2007 | |
| |
Manifest | Fri Aug 10 17:23:59 -0700 2007 | |
| |
README | Sun Feb 03 13:33:56 -0800 2008 | |
| |
Rakefile | Sun Sep 16 19:49:41 -0700 2007 | |
| |
bin/ | Thu Aug 02 03:14:53 -0700 2007 | |
| |
lib/ | Fri Aug 03 01:02:02 -0700 2007 | |
| |
test/ | Thu Aug 02 13:41:04 -0700 2007 |
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.







