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

Rails 3.1.0.rc1 undefined method `copy_instance_variables_from' #32

Closed
carhartl opened this issue May 28, 2011 · 7 comments
Closed

Rails 3.1.0.rc1 undefined method `copy_instance_variables_from' #32

carhartl opened this issue May 28, 2011 · 7 comments

Comments

@carhartl
Copy link

Tried to use rabl with Rails 3.1.0.rc1, raises

undefined method `copy_instance_variables_from' for #<Rabl::Engine:0x000001025671d0>

That method has been removed from Active Support:
rails/rails@c208385

@nesquena
Copy link
Owner

nesquena commented Jun 3, 2011

Fixed in latest @carhartl @skyeagle can you guys try the latest git version and verify this works OK in Rails 3.1 now? I will then release a new gem version

@nesquena nesquena closed this as completed Jun 3, 2011
@skyeagle
Copy link
Contributor

skyeagle commented Jun 3, 2011

I am on rails edge right now. It's work be sure.

@nesquena
Copy link
Owner

nesquena commented Jun 3, 2011

Ok thanks, releasing new version

@carhartl
Copy link
Author

carhartl commented Jun 3, 2011

Works great, thanks!

@nesquena
Copy link
Owner

nesquena commented Jun 3, 2011

Thanks for reporting back, glad to hear it.

@skyeagle
Copy link
Contributor

skyeagle commented Jun 3, 2011

Happiness was not as long as it could be :-). Someone commited the commit 3 days ago. My local repo wasn't updated to this state and it brakes rabl for rails 3.1 bleeding edge. So, here is my appologies and the small patch. I suppose that we shouldn't move forward so fast with new releases for rails 3.1 compatibility. I am really sorry.

@nesquena
Copy link
Owner

nesquena commented Jun 3, 2011

Added your patch here b552e71 . Thanks for letting me know

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

3 participants