On Thursday 14 August 2008 05:57:20 Stephen Boulet wrote: > Hello. I'm trying to move to tracks 1.6 from 1.5. I'm getting this > error though: > > $ sudo rake db:migrate RAILS ENV=production --trace
Hi, you're missing an underscore between "RAILS" and "ENV" :) $ sudo rake db:migrate RAILS_ENV=production Regards -- Farzad FARID / Architecte Open Source - AssociƩ Pragmatic Source / http://www.pragmatic-source.com Tel : +33 9 53 19 21 90 / Mob : +33 6 03 70 65 46
_______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
