Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Try method in core_extensions.rb breaks nested attributes in activerecord 2.3.2 #1

Open
stanger opened this issue Jun 18, 2009 · 1 comment

Comments

@stanger
Copy link

stanger commented Jun 18, 2009

This implementation of the try method is incompatible with the version that is provided by activesupport. Commenting out the definition in core_extensions.rb and using the implementation provided by activesupport appears to work fine.

Setup notes:
rails-2.3.2
acts_as_importable installed as a plugin from the git repo

@matellis
Copy link

This patch fixes the issue: http://github.com/mattdb/acts-as-importable/commit/0ef7462a6dc3edc561f3bafd6b08ac8f3c143d05

As try becomes more commonly used it would be nice to absorb this back into timriley/master

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

No branches or pull requests

2 participants