I can't remember the exact point of change, but remember that Dispatcher changed into ActionController::Dispatcher somewhere along the line - obviously after Rails 1.2.3 and 1.2.6!
There was already a check in place within Thin to see if the call method could be used on the Dispatcher - the trouble being that because ActionController::Dispatcher isn't defined then it fails!
I've submitted a ticket - a simple check to make sure ActionController::Dispatcher is defined - in the meantime then i've also put a patch up as a gist to get things running.


1 comment
Comment on Thin, Rails 1.2.3/1.2.6 and ActionController::Dispatcher (NameError) by Nathan
July 26th, 2009 @ 04:11 – permalink
Leave a reply
You can use Markdown in your comment as well as plain HTML. You can use
<filter:jscode lang="ruby">and</filter:jscode>tags to surround code blocks (supported languages are css, html, javascript and ruby). Your email address will not be published.If your comment doesn’t appear immediately after posting it could have been marked as spam. Don’t worry: we regularly check for and approve incorrectly filtered comments so you shouldn’t have to wait too long for it to be shown.