gingerhendrix / json_proxy

A json_p server for proxying web api requests.

This URL has Read+Write access

json_proxy / History.txt
100644 23 lines (13 sloc) 0.706 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
== 0.6.0
 
* Refactored functional tests to use cucumber
* Removed 'puts' debug statements, and added 'Logging' based loggers
 
== 0.5.2
 
* Fixed bug #9 - Exceptions in services are cached and returned to client (as status 500 responses) for debugging.
 
 
== 0.5.1
 
* Refactor server to eval route in context of RouteHandler object (DONE)
* Start queue daemon with server (Done)
* Create separate executable for starting queue runner by itself (Done)
* Functional spec helper should create server and queue runner and set up config. (Done)
* Add rake tasks for running functional and specs (Done)
* Add rake tasks for deployment (gem and website; gandrew.com and rubyforge) (Done)
* Tag and Release (Done)