Displaying 4 results from an estimated 4 matches for "xlcrs".
Did you mean:
xlc's
2006 Apr 21
2
Rails report engine?
Is there such a thing as a report engine that can be used in a rails
application? Maybe something like jasper?
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/.