Displaying 2 results from an estimated 2 matches for "mikegilbert".
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
2006 Feb 17
16
Booking system
Hi!
I''m planning a booking system in rails, and I have the following issue:
There will be room_types. I can implement this with STI in the rooms 
table, or with a separate table room_types. Each room type will have its 
special features.
For example, a double room can be:
-- 
Posted via http://www.ruby-forum.com/.