From: "rajasekar98@..." Date: 2006-11-09T20:50:07+09:00 Subject: Re: ruby and SQLite3 Hi Stephan, Thanks for ur reply. Really have got stuck in this problem for the last 1 week. Have changed the database name like something_test.db. But stil i am facing the same problem. Need a clarification. What is the need for having Production, Test and development attributes in the config file. What will happen if i comment the Production and the Development attributes in the config file. Raj On Nov 9, 1:10 am, Stephan K�mper wrote: > rajaseka...@gmail.com wrote: > > Hi Stephan, > > > Any idea , what are the other reasons for such an error.Well, know that I've read your database.yaml it might also be due to > some entries there: > > > development: > > adapter: sqlite3 > > dbfile: db/test.db > > > test: > > adapter: sqlite3 > > dbfile: db/test.db > > > production: > > adapter: sqlite3 > > dbfile: db/test.dbFirst of all the databases for test, development and production should > never be the same. Really never, or you may and will loose data. > > Second of all ... in my yaml file it actually says > > > test: > > adapter: sqlite3 > > database: db/something_test.db3But then, the documentation I have only states dbfile as you wrote. So > here maybe I'm plain wrong, although database works, too. I just checked it. > > Happy rubying > > Stephan