-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no archive table is being created #49
Comments
provide more information please if you can |
I am also having this problem. In my gem 'acts_as_archive' In Consumer:
- class: Consumer::Cancelled
table: cancelled_consumers When I run |
Upon further testing I can see that with the gem present, migrations are messed up. Specifically when I do something like this, for example:
It generates a migration with this name:
Notice that the ID prefix is missing. So when running Please, help. I would really love to use this gem instead of write it myself by hand. I spent some time looking through the code, and I'm not able to locate or follow the migration voodoo that the gem is doing, or else I would make a pull request myself. |
I am suffering from the same issue. Did you ever figure out why the migrations were not being created? |
Hi,
I have created the config file but after running migration, no archive table is created. I am using Rails 3.2 and ruby 1.9 and latest version of acts_as_archive. Based on some previous issues, I also added acts_as_archive to my original table but that also didn't help. Am I missing any critical step ?
Ritesh
The text was updated successfully, but these errors were encountered: