about summary refs log tree commit homepage
path: root/lib/rainbows/never_block
DateCommit message (Collapse)
2011-01-24neverblock: fix app_call under 1.8.7
super doesn't seem to capture arguments inside a block under 1.8.7 :<
2011-01-21ev_core: force input to be given to app_call
No need to setting an ivar for most requests
2011-01-06eliminate G constant and just use the Rainbows! module
Code organization is hard :<
2010-12-26never_block: simplify and split out code
alias_method is a mess, super is superb!
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.