December 2008
2 posts
CloudKit 0.9.1 Released
A new CloudKit 0.9.1 gem has been released. Thank you to everyone who sent feedback via the mailing list, GitHub, Twitter, and personal email.
To install:
gem install cloudkit
To update:
gem update cloudkit
From the change log:
Fixed Rack::Lint/rackup errors related to Content-Type headers
Patched Rack to support StringIO#string in Rack::Lint::InputWrapper
Fixed server_url encoding in...
Release: CloudKit 0.9 - An Open Web JSON Appliance
How many lines of code does it take to deploy a fully discoverable, RESTful, GET-optimized, auto-versioned, JSON API?
Two. First, install the gem:
CloudKit is Rack middleware, so let’s create a rackup file called config.ru like this:
Fire it up with Thin, for example:
You now have a running JSON container managing collections of “notes” and “projects.”...