about summary refs log tree commit homepage
path: root/lib/rainbows/never_block.rb
DateCommit message (Collapse)
2010-12-26never_block: simplify and split out code
alias_method is a mess, super is superb!
2010-10-28HUP reload restores defaults on unset settings
For consistency, changed settings are reset back to their default values if they are removed or commented out from the config file.
2010-07-10doc: avoid documenting internals on RDoc website
Since we suck at building websites, we just rely on RDoc as a website builder. And since Rainbows! is an application server (and not a programming library), our internal API should be of little interest to end users. Anybody interested in Rainbows! (or any other project) internals should be reading the source.
2009-12-08NeverBlock: resync with recent our EM-related expansion
The last change to our EventMachine support code broke our (lightly-tested) NeverBlock support badly.
2009-11-29preliminary NeverBlock support with EventMachine