Displaying 1 result from an estimated 1 matches for "temptd".
Did you mean:
tempted
2006 Mar 08
4
Performance with many look-up tables
Hi,
I have an app - a first cut ROR - so it''s a bit of a mess. I''m now
trying to clean it up. The app relies on a heap of look-up tables that
are, by and large, static. I''m wondering where and how to initialise
these collections once - so that I don''t have to keep hitting the
database every time I start a new action.
Can I initialise the collections at the