search for: lisselton

Displaying 4 results from an estimated 4 matches for "lisselton".

2005 May 31
1
AJAX & Partials
...oad the partial for that type of widget. Does this sound like a reasonably Rails way of doing this ? Thanks -- Mike Gilbert email : mike-jLbnyU+aYbUAvxtiuMwx3w@public.gmane.org Technical Director fax : +353 68 470 01 XL CRS mobile: +353 87 677 2055 Lisselton phone : +353 68 470 10 Listowel Co. Kerry Ireland
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
2007 Aug 14
12
ruby on rails web calendar
Does anyone know of a good web calendar that you can use to display appointments, dates, anniversaries, birthdays, recurring appointments, appointments spanning multiple days? --~--~---------~--~----~------------~-------~--~----~ 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
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/.