ok - yes that makes sense to me for Rails too (just checking, as I've had a Java background)
On Thu, Dec 4, 2008 at 7:59 PM, Thorsten Müller <[EMAIL PROTECTED]> wrote: > > Hmm, not sure if I understand that right. > Assume: > > @articles = Article.find(:all) > > So I want to display those articles. (And I would > just use this @articles in the views) > Don't see, how I could "split" that an further. > Sure, I could create and array and assign every article to > it. Would be nonsense I think. > > Or say, I want to display only the article names. > Then I could collect those into an array. That would > make slightly more sense, but I wouldn't do it anyway. > Because: > - One more step, extra work without any extra use > - Very likely, that soon enough I want to display more data. > - Would make the code difficult to read. > - Nobody does it that way as far as I know. Never seen a piece > of code in any tutorial or oss project doing it. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

