And the best answer is: it depends... Seriously, try out your question via ruby script/console as suggested above.
and mix up your find operations... Person.find(:all) Person.find(1) Person.find(:first) Person.find(:all, :conditions => ["id = 1"]) etc... console can be quite educational -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

