about summary refs log tree commit homepage
path: root/lib/rainbows/error.rb
DateCommit message (Expand)
2015-11-18reduce constant lookup dependencies
2014-01-17error: silence ETIMEDOUT and EHOSTUNREACH errors
2011-08-16more consistent logging for errors
2011-02-04bump required Unicorn dependency for Kgio
2011-01-20remove unused 416 error constants/exceptions
2011-01-06eliminate G constant and just use the Rainbows! module
2010-10-25reduce dependency on IO#write_nonblock
2010-10-22unindent most files
2010-07-22enable Range: responses for static files for most models
2010-07-10doc: avoid documenting internals on RDoc website
2010-02-27TCPSocket#peeraddr may raise ENOTCONN
2009-12-19error: (trivial) remove unnecessary whitespace
2009-12-16cleanup: consolidate write_nonblock error handling
2009-12-04do not log IOError raised during app processing
2009-11-26cleanup and refactor error handling