Received: by 10.227.201.138 with SMTP id fa10mr388430wbb.7.1315323016172; Tue, 06 Sep 2011 08:30:16 -0700 (PDT) X-BeenThere: sequel-talk@googlegroups.com Received: by 10.227.16.82 with SMTP id n18ls3202363wba.0.gmail; Tue, 06 Sep 2011 08:29:44 -0700 (PDT) Received: by 10.227.197.78 with SMTP id ej14mr434169wbb.11.1315322984608; Tue, 06 Sep 2011 08:29:44 -0700 (PDT) Received: by 10.227.197.78 with SMTP id ej14mr434168wbb.11.1315322984591; Tue, 06 Sep 2011 08:29:44 -0700 (PDT) Return-Path: Received: from mail-wy0-f172.google.com (mail-wy0-f172.google.com [74.125.82.172]) by gmr-mx.google.com with ESMTPS id t39si3821778wbm.0.2011.09.06.08.29.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Sep 2011 08:29:43 -0700 (PDT) Received-SPF: pass (google.com: domain of christian.mic...@gmail.com designates 74.125.82.172 as permitted sender) client-ip=74.125.82.172; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of christian.mic...@gmail.com designates 74.125.82.172 as permitted sender) smtp.mail=christian.mic...@gmail.com; dkim=pass (test mode) header...@gmail.com Received: by wyg8 with SMTP id 8so6990856wyg.17 for ; Tue, 06 Sep 2011 08:29:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=6ByomuKSOJF0KH+7WH4hSymIoIJZ0xBA7AE2wcV+9+c=; b=DJ2qXEVE6cd611VPkWXRg15hV8Yts4FU+AKy1FLQJ3E033JVrFVMGJiUy0L7b70G6E tg5lKC/DtKhX1conqo6uzeK7KrgrJLUxqIK5VLLMnXzsywlsxU8Fr3i6A/i2G7CVYXuh haYq/SSV0eK4LFMCtPit4jkcupbawis/B0P98= MIME-Version: 1.0 Received: by 10.227.57.66 with SMTP id b2mr5178360wbh.64.1315322983284; Tue, 06 Sep 2011 08:29:43 -0700 (PDT) Received: by 10.227.24.138 with HTTP; Tue, 6 Sep 2011 08:29:43 -0700 (PDT) In-Reply-To: <101a8e93-3e82-4b4f-bda2-01629eb433cf@a8g2000pro.googlegroups.com> References: <101a8e93-3e82-4b4f-bda2-01629eb43...@a8g2000pro.googlegroups.com> Date: Tue, 6 Sep 2011 17:29:43 +0200 Message-ID: Subject: Re: Using Sequel in Production, Testimonials? From: Christian MICHON To: sequel-talk@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Aug 23, 2011 at 2:26 AM, Jeremy Evans wrot= e: > During my PgWest presentation next month, I'm planning on having a > slide about production uses of Sequel. =A0If you are using Sequel in > production and would like to be mentioned, please reply (either > publicly here or privately to me) and let me know what you are using > Sequel for. =A0If you want to include a company logo, that would be > helpful too. I believe I cannot disclose here anything confidential related to my day work without proper prior approval. But without disclosing any strategic info, I can share that our most complex use of Sequel at day work involves Sequel models with pagination and xml serialization. > Also, if anyone wants to write a testimonial for using Sequel (e.g. > "We started using Sequel at XXX and found that we write code faster, > it runs faster, and it has fewer bugs"), I'd be interested in that as > well. =A0Not just for the presentation, but possibly also for a page on > Sequel's website. > On a personal usage point of view, Sequel is the only ORM I can use with jruby and H2 databases. I use it for my code explorations on small web applications (sinatra or ramaze). --=20 Christian