|
|
Choosing A Webhost: |
Re: [Nitro] Automatic finders: msg#00042lang.ruby.nitro.general
> > User.finder(:description, ..) > > I like the latter much better. I don't like where method names cannot be > documented except by explaining some pattern by which the method names will be > generated, when there is a clearer alternative. Doesn't this latter method > result in no additional method names needing to be generated for the purpose? > How could that not be better? Hmm, this is interesting. It works just like the new selective update method I added: Instead of obj.update_properties('name = 'tml', hits = hits + 1') (ol Og) there is a new method: obj.name = 'tml' obj.hits += 1 obj.update(:name, :hits) that provides automatic quoting and is more suitable for non-sql stores. (of course the old og method is still working) So I 'll investigate your finder idea, thanks. But I prefer the find_xxx method, because specialized code can be pre-evaluated. And I really don't like to generate arrays all the time,I think Ruby's GC is pretty expensive at the moment. regards, George -- http://nitro.rubyforge.org http://www.joy.gr
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [Nitro] [OG] - Code Repository (CVS / SVN), where?, James Britt |
|---|---|
| Next by Date: | Re: [Nitro] [OG] - Code Repository (CVS / SVN), where?, George Moschovitis |
| Previous by Thread: | Re: [Nitro] Automatic finders, PAUL HANCHETT |
| Next by Thread: | Re: [Nitro] Automatic finders, PAUL HANCHETT |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |