-
Notifications
You must be signed in to change notification settings - Fork 5
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
[discussion] update to recent activeadmin features #5
Comments
I'm happy to help get this integrated into ActiveAdmin. Answers are below:
Have you experienced the issue related to calling |
@zorab47 , yes I had, but after I figured out that parent can be called on helpers. |
@zorab47 , I will setup your gem when I have free time and check if something can be improved. |
FYI, I've released a new version with compatibility with ActiveAdmin 1.0.0. |
Hello @zorab47 , hope you're doing well and someday this gem will be merged to activeadmin.
I just wanted to notify you about next changes that can reflect to this gem.
about pages
pages are supports belongs_to, so there is no reason to skip pages from
active_admin-subnav
take a look add belongs to to page resources activeadmin/activeadmin#4759about extra setup
can you explain why this needed ? and why it is not possible to use
helpers.parent
inarbre
https://github.com/Fivell/activeadmin/blob/05877d45d464d1911ca7d53072c81516c7614281/features/registering_pages.feature#L181https://github.com/zorab47/active_admin-subnav/blob/master/lib/active_admin/subnav/extensions/base_controller.rb#L11
Can you please explain why this needed, maybe we'll find more clean workaround for this
Thanks
The text was updated successfully, but these errors were encountered: