We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just added acts_as_archive to a brand new Rails 3.1 app and I get this error when running rake db:migrate :
AlsoMigrate error: undefined local variable or method `old_table' for AlsoMigrate::Migrator::InstanceMethods::AlsoMigrate:Module
It does not create any of the archiv tables. I just use Rails 3.1 out of the box. ActsAsArchive was the first gem I added and tested.
The text was updated successfully, but these errors were encountered:
I have the same problem, Rails 3.1 with REE. Any update on this?
Sorry, something went wrong.
I have the same problem too. Is there any fix?
I have the same error message on SQLite DB, on MySQL DB migrations work ok. Rails 3.1.3, ruby 1.9.3.
Has anyone found a fix for this? I am using Rails 3.2.1 and Ruby 1.9.3p194.
No branches or pull requests
I just added acts_as_archive to a brand new Rails 3.1 app and I get this error when running rake db:migrate :
It does not create any of the archiv tables.
I just use Rails 3.1 out of the box. ActsAsArchive was the first gem I added and tested.
The text was updated successfully, but these errors were encountered: