zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
162 stars 127 forks source link

Works with Rails 4, Ruby 2.0 and Active Admin's current master branch. #8

Closed mwlang closed 11 years ago

mwlang commented 11 years ago

Small tweaks to get working with Rails 4.

nebirhos commented 11 years ago

I think I should put this on a different branch, or maybe it's better leave it on master and move the older version on a new branch?

mwlang commented 11 years ago

I'm not sure how the other gems handle Rails dependency, but if you can get the dependency requirements to take 3.2.x and 4.0.x, then you can probably keep this in one branch. The other changes should work on 3.x and 4.x as I think the other tweaks were triggered by changes in activeadmin...which might mean you need to get specific with detecting activeadmin if you want to support a broader release history there.

nebirhos commented 11 years ago

ok I slightly modified your pull request re-enabling support for rails 3.2.x. thanks! :beers: