search for: rectest

Displaying 5 results from an estimated 5 matches for "rectest".

Did you mean: ectest
2006 May 02
1
Tests just deleted my production Database!!!
Sorry, in my haste I forgot to modify the subject. 5/2/06, "Christian R. Garner" <olus@digitalapathy.net>wrote: > > All assumptions aside, "rectest" and "salt" are usernames not > databases/schemas according to the pasted config. If they were in fact > different databases/schemas, this problem could never have happened. > While > different database brands may have tricks for ways to handle users and > what > t...
2006 May 02
1
Tests just deleted my production Database!!! PLEASE
...se!!! please help!! Using rails 1.1.1 + Oracle. > > This is my database.yml file : > > development: > adapter: oci > host: "V2:1521/TIM" > username: salt > password: oracle1 > > test: > adapter: oci > host: "V2:1521/TIM" > username: rectest > password: oracletest > > production: > adapter: oci > host: "V2:1521/TIM" > username: salt > password: oracle1 > > > How did it happen. It seems impossible
2006 May 02
0
RE: Rails Digest, Vol 20, Issue 39
All assumptions aside, "rectest" and "salt" are usernames not databases/schemas according to the pasted config. If they were in fact different databases/schemas, this problem could never have happened. While different database brands may have tricks for ways to handle users and what they perceive as a database/sc...
2009 Mar 25
5
Subscribe to a recursive file...
Hi All.... I''ve got this configuration to manage bind, I want the exec to be run whenever anything under /var/named or the file /etc/named.conf gets updated.... file { "/etc/named.conf": owner => root, group => root, mode => 0644, require =>
2006 May 02
17
Tests just deleted my production Database!!! PLEASE HELP
...onal tests has deleted the data in my production database!!! please help!! Using rails 1.1.1 + Oracle. This is my database.yml file : development: adapter: oci host: "V2:1521/TIM" username: salt password: oracle1 test: adapter: oci host: "V2:1521/TIM" username: rectest password: oracletest production: adapter: oci host: "V2:1521/TIM" username: salt password: oracle1 How did it happen. It seems impossible -- Posted via http://www.ruby-forum.com/.