-
**Description of the bug**
Error when login to activeadmin dashboard using devise
**Share details about your runtime**
Operating system details: Linux, Ubuntu 20.04 LTS
RUBY_ENGINE: "rub…
-
### Expected behavior
Row title for attribute with associated `belongs_to` should be the name of the relation (target class), row should be marked as required.
### Actual behavior
Row title i…
-
Using activeadmin 1.0.0 but can't see anything around this behaviour which has changed since then.
```
belongs_to :organisation, optional: true
navigation_menu do
@organisation ? :organi…
-
### Expected behavior
The partial should offer the possibility to add multiple objects of it's type. It should be a partial and leave the other parts of the form how they are.
### Actual behavio…
-
Hi. I'm unable to render nested forms as table.
I wrote this code:
```css
/* active_admin.scss */
.form-table {
margin: 0 10px;
width: calc(100% - 20px)
}
.form-table__row:nth-child(…
-
I just updated AA to pre2 and got this:
`undefined method `map' for #`
if i remove this line everything works ok:
```
filter :user, :as => :select2_multiple, :collection => Proc.new { User.includes…
-
Test case:
Make a module A
Make a module B
Connect then with has many
So: ModuleA.first.module_b list all the records belong to a.
Now on the form input of a:
f.has_many :module_b, allow…
-
Hello!
I had a strange error on my filter when I update active_admin to 1.2.1.
```
#
-
Hi,
I tried `javascript_importmap_tags "admin"` in a separate layout.
But in both cases all the modules were included (`application` one includes admin as well and vice versa).
Is it possible? I…
-
Hi,
We're still not 100% sure what the root cause is, but when we tried to upgrade to 5.0.0 after the recent release, nearly every spec that involved the use of functionality from the rolify gem (v…