registerable method undefined in Devise migration (was Re: [Rails] Re: No route matches)

It sounds like the 'registerable' method (which I'm assuming is something to to with Devise -- it's certainly not a Rails thing) isn't defined. Perhaps your migration is based on an earlier version of Devise, and they've now taken out the registerable method? I would check the Devise docs.

Chris