public
Rubygem
Description: JSON Web App Framework
Homepage: http://halcyon.rubyforge.org/
Clone URL: git://github.com/mtodd/halcyon.git
Click here to lend your support to: halcyon and make a donation at www.pledgie.com !
Added warning for unacceptable requests.
Updated version to 0.3.18. Ready to be tagged, packaged, and distributed.

git-svn-id: svn+ssh://rubyforge.org/var/svn/halcyon/trunk@27 
334d6d1c-2662-47f5-9f2d-00d938bdab95
mtodd (author)
Mon Dec 31 16:35:07 -0800 2007
commit  6b52c01f681cac62706180bbba03d5808e430be9
tree    474ab28a388c4be4537ef1d5a3aa75e99ac8d6a6
parent  018da73a7609fd14b4460ae1b8a8e4ed9212d076
...
21
22
23
24
 
25
26
27
...
21
22
23
 
24
25
26
27
0
@@ -21,7 +21,7 @@ end
0
 #++
0
 
0
 module Halcyon
0
- VERSION = [0,3,15]
0
+ VERSION = [0,3,18]
0
   def self.version
0
     VERSION.join('.')
0
   end
...
338
339
340
341
 
342
343
344
...
338
339
340
 
341
342
343
344
0
@@ -338,7 +338,7 @@ module Halcyon
0
         
0
         res
0
       rescue Exceptions::Base => e
0
- @logger.warn e.error
0
+ @logger.warn "#{uri} => #{e.error}"
0
         # handles all content error exceptions
0
         @res.status = e.status
0
         {:status => e.status, :body => e.error}

Comments

    No one has commented yet.