Skip to content

Instantly share code, notes, and snippets.

[INFO] (src/mongrel2.c:76) RELOAD REQUESTED, I'll do it on the next request.
[INFO] (src/mongrel2.c:307) Reload requested, will load f400bf85-4538-4f7a-8908-67e313d515c2 from /home/mongrel2/config.sqlite
DEBUG src/config/config.c:500: Stopping proxy: proxy:1:127.0.0.1:14000:
DEBUG src/config/config.c:500: Stopping proxy: proxy:2:127.0.0.1:9992:
DEBUG src/config/config.c:500: Stopping proxy: proxy:3:127.0.0.1:14001:
DEBUG src/config/config.c:504: Stopping dir: dir:1:www/:index.html:text/plain:
DEBUG src/config/config.c:504: Stopping dir: dir:2:kris_dev/:index.html:text/plain:
DEBUG src/config/config.c:504: Stopping dir: dir:4:debian/:index.html:text/plain:
DEBUG src/config/config.c:504: Stopping dir: dir:3:demo_production/:index.html:text/plain:
DEBUG src/config/config.c:496: Stopping handler: handler:1:tcp://127.0.0.1:9991:54c6755b-9628-40a4-9a2d-cc82a816345f:tcp://127.0.0.1:9990::
@xrl
xrl / nope.rb
Created April 15, 2011 16:55
Can't marshal procs!
ruby-1.9.2-p0 :017 > Marshal.dump x
TypeError: no marshal_dump is defined for class Proc
from (irb):17:in `dump'
from (irb):17
from /home/xavierlange/.rvm/rubies/ruby-1.9.2-p0/bin/irb:17:in `<main>'