webbynode / webbynode

Webbynode automation tool. You can deploy Django and WSGI, PHP, Rack, Rails 2 and Rails 3 applications to your Webby prepared with Webbynode Rapid Deployment engine.
http://webbynode.com
40 stars 8 forks source link

Ruby 1.9 patch for jcode #38

Closed ltw closed 14 years ago

ltw commented 14 years ago

Ruby 1.9 doesn't have jcode and LoadError must be explicitly called. A naked rescue only catches StandardError.

fcoury commented 14 years ago

Thanks a lot for the fix! I'll pull this in tomorrow and test.

fcoury commented 14 years ago

Merged. Thank you.