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

Fails for undefined method `construct_attributes_from_arguments' with Rails 3.2.0 #5

Open
chbonser opened this issue Dec 5, 2012 · 2 comments

Comments

@chbonser
Copy link

chbonser commented Dec 5, 2012

I've done a bit of digging and construct_attributes_from_arguments was deprecated from ActiveRecord::Base in version 3.0.9 (http://apidock.com/rails/ActiveRecord/Base/construct_attributes_from_arguments/class). I'm still digging to determine what the method was changed to or where it was moved. I'm curious though if someone might already have a solution for this issue.

@chbonser
Copy link
Author

chbonser commented Dec 5, 2012

I see that SkyM has been dealing with the same issues as me... https://github.com/SkyM/enumerate_by

@chbonser
Copy link
Author

chbonser commented Dec 5, 2012

For others who stumble into this issue, kkorach's branch seems to have the necessary 3.2.0 support: https://github.com/kkorach/enumerate_by.git

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