Skip to content
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

records not archiving on Rails 3.1.3 #40

Open
xxx opened this issue Nov 21, 2011 · 1 comment
Open

records not archiving on Rails 3.1.3 #40

xxx opened this issue Nov 21, 2011 · 1 comment

Comments

@xxx
Copy link

xxx commented Nov 21, 2011

Hi,

I'm seeing this issue both in our app as well as in the acts_as_archive test suite after porting it to work with Rails 3.1. The delete_sql alias is never being called as far as I can tell. I don't know if Rails is using a new codepath or something else is afoot. The method is being included correctly into the adapter, but is not being called when a record is destroyed, so nothing is archived.

@xxx
Copy link
Author

xxx commented Nov 21, 2011

I've done some work and got this working on 3.1, at the cost of backward compatability, so I won't send a pull request, but the commit is here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant