Displaying 8 results from an estimated 8 matches similar to: "Active Record Question"
2006 Feb 10
1
Add more ''answers'' at once
I''m working on a questionnaire which is a "one to many"-realtion between
a question and some answers.
I can extract the data form the database whitout problems, but I''m
having problems creating a new question - or actually, creating new
answers to a question.
What I would like to have is: A form where you can write a question, and
then 8 (or whatever) text_fields
2007 Jul 13
0
Wine release 0.9.41
This is release 0.9.41 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- A number of gdiplus functions.
- More complete pdh.dll implementation.
- Support for MSI remote calls.
- Messaging support in crypt32.dll.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public
2011 Nov 18
0
NB and poisson glm models: three issues
Hi,
I fit both Poisson and NB (negative binomial) models to some empirical data.
Although models provide me with sensible parameters, in the case of the NB
models i get three inconsistencites:
- First, the total number of occurrences predicted by the model (i.e.
fitted(fit)) is much greater than those of the data. I realise that poisson
and NB models are different in the sense that
2010 Sep 11
10
Having difficulty with threaded comments, using acts_as_tree
I''ve been having problems making threaded comments for the last few
days. Mainly with creating children and displaying the children.
Currently, I have comments shown at the bottom of my articles show view.
The top level comments work, but I do not really know how to implement a
way for users to "reply" to the top level comments and take them to a
form (the comment
2007 Jan 25
0
Wine release 0.9.30
This is release 0.9.30 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Many improvements to Direct3D shaders and state management.
- Support for inter-process memory allocations.
- OLE32 marshalling fixes.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The
2001 Nov 05
4
trusth realtions between samba PDC and NT PDC
i have a samba PDC and a NT PDC working in mi local net..
in the samba PDC there are around 800 users.. in the NT PDC there are aroun
400 users..
i want my user to can use the shares of the NT and the shares of the clients
of the NT..
in Microsoft terms this is called Trusth relationship..
how can i do this with samba?
thx!
2008 May 26
11
doesn't create my guestbook
Hi,
I''m having some trouble with my realtions (I think). I''m creating a
guestbook with comments in ajax (the structure resembles the structure
of a blog). So I''ve got a "flogs table" which keeps the "user_id" and
the "id" of the flogs. This table. Then I''ve got a "guestbooks table"
containing "id" of the
2009 Jul 16
12
Find_all_by and find(:all) to only select certain values for a selection box
So....let''s have a look if I understood the issue:
-Find_all_by is actually the same like Find(:all), however Find_all_by
is much shorter and less complicated than the syntax of Find(:all)
-So in my CONTROLLER it says @files = find(:all) however I don''t want
to see all files displayed in my selection box, because I only want to
see the foles whose mandant_id is the same like