public
Description: A json_p server for proxying web api requests.
Homepage: http://projects.gandrew.com/json_proxy/
Clone URL: git://github.com/gingerhendrix/json_proxy.git
json_proxy / History.txt
100644 21 lines (10 sloc) 0.583 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
== 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)