-
### Description
When I delete comment ActiveAdmin delete them and redirect to deleted comment that is already deleted.
### Expected behavior
AA delete comment from DB and perform redirect to `/…
-
### Did you find a bug?
We notice occasional flash messages: "You are not authorized to perform this action". Things seem to work as expected, but the message appears. I'm still not entirely clear …
-
I recently used [Cocoon](https://github.com/nathanvda/cocoon) to implement a has-many sort of form interface in a non-AA environment, and it was seamless. It runs the same kind of callbacks as we do n…
-
I pre-build the attributes of associated objects for a new object and don't won't the customers to change their count. That's why I need to remove the 'remove' button (and the 'add new' button, but th…
-
Greeting everyone!
trying to run `rails g administrate:install` and get this:
```
route namespace :admin do
resources :users
resources :doctors
…
-
I am using activeadmin (1.0.0). I found active_material pretty simple using in my new project but when I try it on my existing project it crashed let me share logs.
**sass::SyntaxError - Undefined var…
-
### Did you find a bug?
When having a belongs_to relation to a primary key that is given by string instead of int, the ActiveAdmin form saves an empty string instead of nil. Of course the second re…
-
### Did you find a bug?
When using a file that is part of the webpack asset pipeline, there is no way to set it as the `site_title_image`. While `site_title_image` does support a proc, it still sen…
-
A new feature to address the issue of wide global navigation menus on a narrow device
### Expected behavior
I would like to be able to have the menu displayed on a single row, which I could scro…
-
### Expected behavior
When `config.paginate = false`, I expected no pagination buttons to be shown regardless of collection size or `max_per_page` configuration.
### Actual behavior
Paginatio…