Alex Kinsbrunner
Alex Kinsbrunner
I am facing the same issue. This is definitelly an issue related to Rails 5.2. Teh quickest workaround I have found is to create a dummy entry through Rails console...
Hi, I have tried using your version of Datatables but, I am getting an error: "File to import not found or unreadable: dataTables/bootstrap/4/jquery.dataTables.bootstrap." This happens as on my application scss...
You are right, I was doing this manually instead of using the Generate command. The reason why I am using your code is as the original code is not working...
Unfortunatelly, no one is answering to threads on original gem... that's why I though you may help me.
Same happening to me.... Is there someone looking after this fixes??? Just to know...
Hi Stanislas, Have you been able to get any answer about this? In my case, although actions appear, they are pointing to header's actions instead of child's action. i.e. when...
> Hey @kinsbrunner > > I defined a module in my projects : > > ```ruby > module ActiveAdminFixResourcesPaths > extend ActiveSupport::Concern > > # we need at least one...
Ok, I will look into it. Also, Let's say I have the Family and that each family has Donations. I'd expect to have a button for creating a Donation on...
I am facing the same issue and also, tried to set showControls to false but they are still being shown :) I will try to see whether I found a...