Hi,
I'm using rad rails v0.7.2 and the last version for ruby, When I enter the rake task db:fixtures:load with a specific FIXTURE x the data get loaded but in the development database !!!!
even if In my config/database.yml i have
development: adapter: mysql database: Db_development username: root password: somePassword host: localhost
test: adapter: mysql database: Db_test username: root password: somePassword host: localhost
Is there anyone who can tell me what i do wrong ?