Return-Path: Delivered-To: apmail-lucene-ruby-dev-archive@www.apache.org Received: (qmail 89712 invoked from network); 13 Feb 2007 14:41:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 14:41:04 -0000 Received: (qmail 33728 invoked by uid 500); 13 Feb 2007 14:41:11 -0000 Delivered-To: apmail-lucene-ruby-dev-archive@lucene.apache.org Received: (qmail 33715 invoked by uid 500); 13 Feb 2007 14:41:11 -0000 Mailing-List: contact ruby-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ruby-dev@lucene.apache.org Delivered-To: mailing list ruby-dev@lucene.apache.org Received: (qmail 33699 invoked by uid 99); 13 Feb 2007 14:41:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 06:41:11 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [69.55.225.129] (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 06:40:59 -0800 Received: by ehatchersolutions.com (Postfix, from userid 504) id 5090530EFC19; Tue, 13 Feb 2007 09:40:38 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on javelina X-Spam-Level: Received: from [128.143.193.79] (d-128-193-79.bootp.Virginia.EDU [128.143.193.79]) by ehatchersolutions.com (Postfix) with ESMTP id B808530EFC17 for ; Tue, 13 Feb 2007 09:40:35 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <20070213135348.92206.qmail@web25514.mail.ukl.yahoo.com> References: <20070213135348.92206.qmail@web25514.mail.ukl.yahoo.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9B79D0AA-FE22-456E-BC9A-20C0A0BAE441@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: SV: Re: solrb/flare in action? Date: Tue, 13 Feb 2007 09:40:32 -0500 To: ruby-dev@lucene.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.1 On Feb 13, 2007, at 8:53 AM, Antonio Eggberg wrote: > > > My work with Flare is going to lead to some UI-centric DSL stuff, > very much like Streamlined. And that will in turn have some > direction for the underlying solrb layer as well. > > Interesting. The project was somewhat "slow" for a while but now > that I checked it's all up and running with 0.07. Do you have any > interest of using Streamlined in Flare? I don't actually envision using Streamlined as-is, but rather being Streamlined-like. Streamlined is very ActiveRecord dependent. While I've yet to settle on exactly what Flare is, my current thinking is that it'll be a Rails plugin that becomes the "Streamlined of Solr". I think there will be more to it than just that, and being Rails- centric is not the goal, but rather one nice integration point to have. I think what we build will be applicable to Camping and the next cool Ruby web framework too. > Furthermore are there more rails plugin that you envision using? if > so what?..... would be nice to get a head start :-) Currently I don't foresee using any other Rails plugins as Flare dependencies. Though in a similar vein as Streamlined, we ought to roll in the acts_as_solr feature similar to the acts_as_ferret plugin. Anyone out there integrating an ActiveRecord model and Solr/solrb? If so, would acts_as_solr make your life easier? Erik