Hi,
Class variables in a model are ok to cache relatively static records within
the scope of a brower call aren't they? That is, the results get
"refreshed" effectively each browser call (i.e. per browser call, per
mongrel process). Example of what I'm talking about is below.
@@all_records = nil
def self.all_records
@@all_records ||= Automatch.find(:all) # say only 10 records,
relatively static
end
--
Greg
http://blog.gregnet.org/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---