On 30 Aug 2008, at 19:09, Joseph Method wrote:

Sorry for the late reply: I've been away for both work and pleasure  
for a while, and I'm only now catching up on the mountain of email.

> I would also change your database.yml (which should *not* be in  
> version control) to use a different sqlite3 file, and the sqlite3  
> file should never be in version control. If you're worried about  
> adding it with git add *, you can add an ignore line in  
> the .gitignore file in the root of the repository. If you're serving  
> multiple users I would use mysql anyway (I don't think sqlite3 does  
> concurrency very well, right?).

I would add that I added *.sqlite3 to the .gitignore file a one point,  
so good practice would be to give your personal dbs the .sqlite3  
suffix, and reserve .db for the included example and blank databases.

bsag

-- 
but she's a girl - the weblog of a female geek
http://www.rousette.org.uk
[EMAIL PROTECTED]



_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to