search for: jcatest

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

Did you mean: ncatest
2005 Dec 26
0
Help - Overwrote database
...rname: jca password: ************* # Warning: The database defined as ''test'' will be erased and # re-generated from your development database when you run ''rake''. # Do not set this db to the same as development or production. test: adapter: mysql database: jcatest host: localhost username: jca password: ************r production: development Why would the development db be affected when running a rake test?? --Ryan
2005 Dec 26
0
Rake (default task) overwrites development database?
...** > > # Warning: The database defined as ''test'' will be erased and > # re-generated from your development database when you run ''rake''. > # Do not set this db to the same as development or production. > test: > adapter: mysql > database: jcatest > host: localhost > username: jca > password: ************r > > production: > development > > > Why would the development db be affected when running a rake test?? > > --Ryan >