In message <[EMAIL PROTECTED]>
        Nick Whitelegg <[EMAIL PROTECTED]> wrote:

> Hello everyone,
>
> Having difficulty making the database with the rails port (checked out about 
> an hour ago).
>
> When I do
>
> rake db:migrate
>
> I get:
>
> Uninitialized constant CGI::Session::SessionStore

No idea, what is causing that, but you don't want to migrate to the
current schema version anyway. Do this instead:

  rake db:migrate VERSION=10

The reason is that Nick put new migrations in last week but there is
no API code to go with them so you want to stick at version 10 which
it the current live schema version.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/

_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Reply via email to