[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Thin 0.8.1 Rebel Porpoise release

Marc-André Cournoyer

4/21/2008 12:17:00 AM

Hey all,

Thin version 0.8.1 (codename Rebel Porpoise) is out!

== What's new?

* [bug] Rescue all types of errors when processing request, fixes #62
* [bug] Use Swiftiply backend when -y option is specified, fixes #63
and #64
* Allow passing port as a string in Server.new
* Define deferred?(env) in your Rack application to set if a request
is handled in a thread (return true) or not (return false).

== Get it!

Install Thin from RubyForge:

gem install thin

Or using my mirror:

gem install thin --source http://code.macou...

To use Thin with UNIX domain sockets you need EventMachine 0.11.0 from
my gem server:

gem install eventmachine --source http://code.macou...

== Contribute

Site: http://code.macou.../thin/
Group: http://groups.google.com/group/thin-r...
Bugs: http://thin.lighthouseapp.com/projects...
Code: http://github.com/macour...
IRC: #thin on freenode

Thanks to all the people who contributed to Thin, EventMachine, Rack
and Mongrel.

Marc-Andre Cournoyer
http://macour...