Displaying 2 results from an estimated 2 matches for "worrrying".
Did you mean:
worrying
2006 May 17
4
NOOB: Representing linked objects in one form
Given two models:
User
:name
:email
:address_id # foreign key
Address
:line_1
:line_2
:city
etc.
I want to have a form allowing a user to register, in which she''d enter
an address as well, but how do I go about combining both objects into
the one form?
I''m new to this and following along with the Agile Rails book from the
Pragmatic Programmers, but it
2007 Dec 18
1
where does process status get stored?
I''m just curious where does the process status get stored? Is it in the
backgroundrb process, or some external storage?
The reason I''m asking is because I have been doing stress testing by
creating thousands of workers (with uniq job_key), each does register_status
and exit after it''s done.
I have been monitoring the memory usage of the backgroundrb server. At first
the