platanus / activeadmin_addons

Extends ActiveAdmin to enable a set of great optional UX improving add-ons
MIT License
752 stars 282 forks source link

Activeadmin v3 support #477

Closed difernandez closed 11 months ago

difernandez commented 11 months ago

Motivation / Background

This Pull Request has been created because ActiveAdmin released v3 🎉 . It has some breaking changes, including requiring of ransack v4, so some changes needed to be done on our part to support it.

Detail

This Pull Request applies a couple of backwards compatible changes that allow this gem to work well with AA v3, and for tests to pass using that version:

Additional information

Closes #475

Checklist

Before submitting the PR make sure the following are checked:

jgmontoya commented 10 months ago

Can we get a release of this before the whole v2 overhaul?

difernandez commented 10 months ago

@jgmontoya even though we won't be backporting things to v1, this seems important enough that we can release it for a last v1 update. I opened #479 for this, so we should be releasing that in the short run

difernandez commented 10 months ago

@jgmontoya we just released v1.10.1 , please let us know how it goes if you try it out