Displaying 20 results from an estimated 500 matches similar to: "Loading data with fixtures"
2005 Jul 06
3
populating development database from test fixtures
Hi,
Is it possible to populate the development database from the test
fixtures? I''m trying to keep the development database schema in a
plain-text sql file and modifying that when I need to modify the
database structure. However, then I have to either manually
repopulate the database or add in additional sql statements that
populate the test database.
It seems like it would be useful
2008 Aug 04
1
R init file and source()
In the context of calling R from another program (namely gretl,
http://gretl.sourceforge.net ) I'm trying to understand the
interactions of the R init file (corresponding to the environment
variable RPROFILE) and the source() function.
I'll illustrate my problem with the following simplified contrast
implemented in the bash shell (with R 2.7.1).
1. Works fine:
allin at myrtle:~/Rfoo$
2005 Mar 09
1
max number of conference rooms, and max number of conference callers in one room
Hi Guys,
Does anyone have knowledge about
max number of conference rooms, and max number of
conference callers in one room?
Thank you so much.
jintwo
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
2005 Mar 08
1
machine account locations
OK I'm confused.
Can machines be in ou=Computers,dc=somewhere,dc=net ?
Every thing works fine if I configure so that machine accounts are created under
ou=Users. If configured for machines to be in ou=Computers, I can't add a new
machine. Error returned is "The user name could not be found." This is from the w2k
machine itself.
The release notes for 3.0.11 seem to say adding
2005 Mar 08
1
Help with multiple subnets
I have two subnets in may LAN 192.168.0.0/24 and
192.168.1.0/24. Both subnets go out to the Internet
through a Linux box acting as a gateway, so the
gateway has one interface in each subnet (192.168.1.1
and 192.168.0.1). In both subnets I have Windows and
Linux machines and I want to configure SMB networking
using a workgroup (not a domain), so one workgroup for
more than one subnet.
I know that
2005 Mar 07
2
Question about AGI vs. FastAGI vs. straight C/DB development
Folks,
I want to build a custom IVR for my setup. I've got it
working (well, the bells and whistles are not there
yet, but the basic stuff works) using AGI, but I'm
worried about how well this will scale.
I've seen references to FastAGI, and presumably this
will be more efficient.
Question, though: how well do either of these (AGI or
FastAGI) scale if my system is handling a large
2005 Mar 05
0
[win32-file] Suggested API change
Hi all,
As things stand now, to get the ACL for a file, it''s a
two step process:
File.get_permissions("some_file").each{ |acct,perm|
p acct
p File.securities(perm)
}
I was thinking of merging these two calls into one so
that it would return a hash, with the account as the
key, and the value would be an array of access rights.
Or possibly an array of ACLStruct''s
2005 Mar 06
0
Ruby Developers Almanac
I think it would be a good idea if we have a
wiki-based, ruby developers almanac (similar to
http://www.javaalmanac.com/). Learning by example is
the best way to learn imo :).
__________________________________
Celebrate Yahoo!''s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
2005 Mar 03
0
New user - problem getting dtmf tones through VOIP providers?
Just setting up Asterisk. I'd like to be able to dial
out through VOIP providers and have customers type in
a code in response to a prompt.
So far, I've been able to set things up to make the
call and play the prompt. However, my problem now is
the DTMF tones; they don't register when I call
get_data. When I make a call in person (from the DIAX
softphone, through a VOIP provider,
2005 Mar 09
0
Asteriks@home
I am newest to this group and would appreciate your
help!
Is it possible to use quicknet phone jack with
asteriks@home ver 0.6? Little
has been mentioned about use of quicknet products'
adaptability with
asteriks@home I do have a couple of old jacks to
startup right away. Your
guide is most welcome.
Thanks,
Mike
__________________________________
Celebrate Yahoo!'s 10th
2005 Mar 02
0
Multiple IP subnets and WINS server
I have a Linux box with two interfaces for the private
LAN (eth0,eth1) and another one connected to the
Internet. I have two subnets in my LAN (192.168.0.0/24
and 192.168.1.0/24) and eth0 and eth1 are the
gateways of either subnet (192.168.0.1, 192.168.1.1).
I have a Samba server running in the Linux box, and
this Samba server is at the same time the local master
browser and a WINS server, there
2005 Mar 03
0
Problems with WINS in multiple IP subnets enviroment
I have a Linux box with two interfaces for the private
LAN (eth0,eth1) and another one connected to the
Internet. I have two subnets in my LAN (192.168.0.0/24
and 192.168.1.0/24) and eth0 and eth1 are the
gateways of either subnet (192.168.0.1, 192.168.1.1).
I have a Samba server running in the Linux box, and
this Samba server is at the same time the local master
browser and a WINS server, there
2005 Mar 06
0
Multiple IP subnets and Samba with WINS
I have a Linux box with two interfaces for the private
LAN (eth0,eth1) and another one connected to the
Internet. I have two subnets in my LAN (192.168.0.0/24
and 192.168.1.0/24) and eth0 and eth1 are the
gateways of either subnet (192.168.0.1, 192.168.1.1).
I have a Samba server running in the Linux box, and
this Samba server is at the same time the local master
browser and a WINS server, there
2005 Mar 08
0
Workgroup that spans more than one subnet
I want a workgroup that spands two IP subnets. My
configuration is:
INTERNET
|
__eth1__
|-----------eth0|________|eth2---------------|
192.168.0.0/24 Gateway
192.168.1.0/24
<------------------------------------------------>
WORKGROUP
eth0:192.168.0.1 and gateway of the
2005 Mar 09
0
Update WINS database
I have a machine I use to connect either through WLAN
or through Ethernet, then the IP that the machine has
when connecting through one or the other is different.
I have a entry in the WINS database of that machine
with the IP it uses when I connect through Ethernet
but there is no entry of the name and the IP it uses
when it connects through WLAN. Is there any way to
force WINS to update the
2006 Jul 24
3
Creating performance test fixtures from development db? How?
Hi all!
I''m looking into the testing chapter of Agile Web Development With Rails
(2nd ed.).
I want to performance test my app, but I''m too lazy to write fixtures for
performance test.
I''d rather use the data from my development db (because the data is so close
to the production data).
How do I get the data into the test db without writing fixtures?
Could you please
2005 Mar 04
2
Voice over Frame Relay & Asterisk
Has anyone done Voice Over Frame Relay with Asterisk.
With Frame Relay work reliably with Asterisk? Any
experiences?
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
2005 Mar 09
6
how to sip->h323 using asterisk-oh323-0.7.1
hello
i am using asterisk-oh323-0.7.1. i want to convert sip
call to h323 (h323 sjphone or h323 proxy). what could
be the best way for this. i am successfull in
converting h323->sip by using asterisk as gateway.
help required on sip->h323.
kamran
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
2005 Mar 02
1
Dial application invoked again and again
hi all
i am using CVS with Realtime mysql on backend. Dial
application is invoked again and again what is the
reason. I have tested it by printing some message to
debug. this application is invoked again and again
here is debug you can see lot of messages from
app_dial.c at the end. Any one tell me what is the
reason. Is this a bug or what
Kamran Ahmad
2005 Mar 05
1
connection unexpectedly closed error
Hi everyone,
Previously I was using RSYNC 2.5.7 on RedHat 8.0 to
mirror CPAN (http://www.cpan.org/) and LDP
(http://www.tldp.org/) and everything was working
fine.
After upgrading to Fedora Core 2 and using RSYNC 2.6.x
, I kept on getting the following errors:
# rsync -av --stats --delete --force
ftp.funet.fi::CPAN
rsync: connection unexpectedly closed (9382362 bytes
received so far)