Displaying 2 results from an estimated 2 matches for "jcadev".
Did you mean:
cdev
2005 Dec 26
0
Help - Overwrote database
...ll my data into the dev database. After running "rake", my
dev database looked just like my test database. It overwrote all my
data??!!??
I was using the same db for production and development if that
matters. My database.yml file is as follows:
development:
adapter: mysql
database: jcadev
host: localhost
username: 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:
ada...
2005 Dec 26
0
Rake (default task) overwrites development database?
...ning "rake", my
> dev database looked just like my test database. It overwrote all my
> data??!!??
>
> I was using the same db for production and development if that
> matters. My database.yml file is as follows:
>
> development:
> adapter: mysql
> database: jcadev
> host: localhost
> username: 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 deve...