descriptionThin
homepage URLhttp://code.macournoyer.com/thin/
ownermacournoyer@gmail.com
last changeMon, 21 Jan 2008 15:46:33 +0000 (21 08:46 -0700)
content tags
add:
readme
Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: the Mongrel parser, the root of Mongrel speed and security Event Machine, a network I/O library with extremely high scalability, performance and stability Rack, a minimal interface between webservers and Ruby frameworks Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server bundled in an easy to use gem for your own pleasure.
shortlog
2008-01-21 Kevin WilliamsMerge branch 'master' of git@github.com:macournoyer... master
2008-01-21 Kevin Williamsadd ignore for netbeans project files
2008-01-21 macournoyerBump version number to 0.5.5
2008-01-21 macournoyerAlter response headers to output directly to a string.
2008-01-20 macournoyerImprove specs stability.
2008-01-20 macournoyerConvert some tabs to spaces
2008-01-20 macournoyerMove request body to a Tempfile if too big (> 112 MB)
2008-01-20 macournoyerDoc fix and update README
2008-01-19 macournoyerTypos in CHANGELOG and update announcement email.
2008-01-19 macournoyerFix ugliness in previous commit
2008-01-19 macournoyerUpdated git repo location
2008-01-19 macournoyerMerge branch 'small_send_data'
2008-01-19 macournoyerFix respond_to typo and add spec
2008-01-19 macournoyerFix load path ordering
2008-01-19 macournoyerPrototyping response body streaming w/ small send_data...
2008-01-19 macournoyerFix --user and --group option not changing daemon proce...
...
heads
16 years ago master
16 years ago mob