collectiveidea / awesome_nested_set

An awesome replacement for acts_as_nested_set and better_nested_set.
MIT License
2.39k stars 492 forks source link

Added support for Rails 6 #401

Closed stfnndrsn closed 5 years ago

stfnndrsn commented 5 years ago

Seems to work with active_record version 6.0.0beta3

parndt commented 5 years ago

@stfnndrsn thanks! I actually like it better before the re-style commit.. what do you think about restoring the gemspec linting?

stfnndrsn commented 5 years ago

@stfnndrsn thanks! I actually like it better before the re-style commit.. what do you think about restoring the gemspec linting?

@parndt I think that should be another PR - I'm happy to make it better and nicer. This was a quick change to resolve issues during upgrade to Rails 6.

parndt commented 5 years ago

Thanks @stfnndrsn!