search for: mehlbrech

Displaying 2 results from an estimated 2 matches for "mehlbrech".

2006 Feb 23
11
Sessions question
Hi, I''m a little confused about sessions. I have two objects, object "Apple" and object "Banana". These two objects have an N:M relationship. What I am doing is listing All of the Banana objects that are associated with a single Apple, then below that listing all of the Banana objects not associated with that same Apple. The user is then allowed to change the
2006 Mar 07
1
ROR with C++ Backend
Is there a fairly simple way to use Ruby on Rails with a C++ backend where both the C++ code and the Rails code will have access to a database through the same place? I''m trying to write a web interface that uses an existing C++ program to do most of the data manipulation and calculations, but both the UI and the backend need to be able to CRUD the database. Is there a way to do