On 29 Nov 2006, at 17:00, [EMAIL PROTECTED] wrote: > Thanks for the hint. Maybe it was the fact that I was using the tracks > database from 1.04.1, so I just started over. Seems to work now.
Basically, if you're using any previous version of Tracks and you try out the trunk, you'll need to do a rake db:migrate to update your database (PLEASE BACK UP THE DATABASE FIRST!!). We often make changes to the database within the trunk too, so if you svn up to the latest version, it's a good idea to use rake migrate again, and also check config/environment.rb.tmpl for any changes that might need to be manually copied over to your own config/environment.rb. > So far, trunk is looking good. I look forward to seeing the next > release. > ;) Hopefully database migration won't be too much of an issue (I > realize > there aren't any guarantees). Glad you like it! We'll do our best to make sure that migration is as painless as possible, but with so many different platforms and database types, it's pretty difficult. cheers, 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
