Dan Karran wrote: > I'm trying to set up a copy of the rails site on my machine, using > Postgres, but I'm running into a problem on the initial db:migrate ... > can anyone point me to how to fix this?
It's a bug, related to a change of some sort in rails 2.2 (it used to work as is in 2.1). Add a require of lib/migrate to the top of that migration (as some of the others already have) and it will work. The fix is already on the i18n branch but not on the head right now. Tom -- Tom Hughes ([email protected]) http://www.compton.nu/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

