On Jul 24, 4:21 am, gobigdave <
gobigd...@gmail.com> wrote:
> I'm using the latest code fromhttp://
github.com/darthapo/comatose/tree/master,
> and I am still forced to apply the pastie. I'd like to think there
> would be a way to make this work without modifying Rails.
>
> Note, it's not just the Comatose migration that doesn't run. NO
> migrations will run.
This is really odd... when upgrading a project from 2.0.2 to 2.1, I am
seeing the exact same behaviour.
After patching associations.rb, it will run migrations again.
I did remove 0.7 version of comatose via "script/plugin remove" and
added the
http://github.com/darthapo/comatose/tree/master version via
git clone, without running the generators.
Just the other day, I added comatose to a fresh 2.1 one application,
and there were no problems running migrations, so I suspect that the
problem is with something in the host application, and not so much in
the plugin. This could be old rails files or old comatose files.