From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,MSGID_FROM_MTA_HEADER, RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.unicorn.general Subject: Re: Unicorn and home_run Date: Tue, 24 Aug 2010 12:58:13 -0700 Message-ID: <20100824195813.GA10622@dcvr.yhbt.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1282680984 22167 80.91.229.12 (24 Aug 2010 20:16:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Aug 2010 20:16:24 +0000 (UTC) Cc: Clifton King To: mongrel-unicorn@rubyforge.org Original-X-From: mongrel-unicorn-bounces@rubyforge.org Tue Aug 24 22:16:22 2010 Return-path: Envelope-to: gclrug-mongrel-unicorn@m.gmane.org X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: mongrel-unicorn@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org Xref: news.gmane.org gmane.comp.lang.ruby.unicorn.general:684 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Onzur-0001BK-9f for gclrug-mongrel-unicorn@m.gmane.org; Tue, 24 Aug 2010 22:16:17 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 51ECF185836F; Tue, 24 Aug 2010 16:16:16 -0400 (EDT) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 754811858267 for ; Tue, 24 Aug 2010 15:58:14 -0400 (EDT) Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id 6E0D51F575; Tue, 24 Aug 2010 19:58:13 +0000 (UTC) Clifton King wrote: > I got a "The message's content type was not explicitly allowed" when trying > to send an email to the group. Hi, we only allow plain text and patches on the mailing list, no HTML. > > From: Clifton King > > To: mongrel-unicorn@rubyforge.org > > Date: Tue, 24 Aug 2010 12:21:49 -0500 > > Subject: Unicorn and home_run > > Hi All, > > > > I was trying to get home_run (a C-based Date/DateTime implementation) > > working with Unicorn http://github.com/jeremyevans/home_run, but using > > home_run --install then running unicorn_rails would crash with the following > > stack trace on a Ruby 1.8.7 CentOS staging server: > > http://pastie.org/1111144 > > > > I believe this has to do with the order in which ruby's default libraries > > are loaded when running unicorn_rails. Jeremy Evans (home_run's author) is > > available to answer any questions specific to his libraries. Are you starting it with "home_run unicorn_rails" or did you install it system-wide? Jeremy: would it be easier for home_run to just require the core-Ruby classes first and then monkey patch the methods individually? I haven't gotten a chance to look into home_run myself much. -- Eric Wong _______________________________________________ Unicorn mailing list - mongrel-unicorn@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying