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

Upgrading acts_as_nested_set to awesome_nested_set #1927

Closed
wants to merge 1 commit into from
Closed

Upgrading acts_as_nested_set to awesome_nested_set #1927

wants to merge 1 commit into from

Conversation

nickfrandsen
Copy link
Contributor

I am working on creating an application that uses both Spree and RefineryCMS. At the moment this requires a few small tweaks but otherwise works well. The only major conflict is that RefineryCMS uses awesome_nested_set whereas Spree uses acts_as_nested_set. They are namespaced and named the same so in some admin pages of refinery it causes it to use the wrong gem. Upgrading awesome_nested_set allows both apps to work nicely together and both test suites pass.

…. Upgrading to awesome_nested_set is backwards compatible and it allows refinery (which uses awesome_nested_set) to be mounted alongside spree
@radar
Copy link
Contributor

radar commented Sep 7, 2012

As far as I can tell, acts_as_nested_set hasn't been updated in quite a while. So I welcome this change :)

@radar radar closed this in 3358d3e Sep 7, 2012
radar pushed a commit that referenced this pull request Sep 7, 2012
…. Upgrading to awesome_nested_set is backwards compatible and it allows refinery (which uses awesome_nested_set) to be mounted alongside spree

Fixes #1927
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

Successfully merging this pull request may close these issues.

2 participants