-
### Did you find a bug?
In my app I have a "Campaign" class that "belongs_to" a "User" class. (And User has_many campaigns.) When I load up active admin... I can see "User" from the search list...…
-
### Expected behavior
When pressing the return key within a modal dialog for a batch action, it should submit the form.
### Actual behavior
The modal closes and the page refreshes, and it see…
-
### Expected behavior
When I click the csv download link in the admin, the CSV would be for the current tenant's Postgres schema based on subdomain switching in Rack Middleware.
### Actual behavio…
-
[Please follow the guidelines for creating a bug report](https://github.com/activeadmin/activeadmin/blob/master/CONTRIBUTING.md#4-did-you-find-a-bug).
The issue tracker is only for bugs and feature…
-
Hi there,
thanks for making activeadmin.
Currently, if one uses `decorate_with` resources are decorated as soon as they are retrieved from the databse:
``` ruby
def find_resource(id)
reso…
-
Recently a client asked if it is possible to add a form to the index page of resource. It would simplify the process of adding entries with a small amount of columns to the project without the need to…
-
Can't install activeadmin using rails 7.0.0.alpha2, please help
Logs
```
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies....
Bundler could not find compatible v…
-
This is inconsistent with `paginated_collection`, which accepts `param_name`, and makes it impossible to have multiple sorted collections on a single page.
### Expected behavior
`table_for` (or …
-
### Did you find a bug?
There doesn't seem to be any way to use a [datalist input](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) as a filter and they would be perfectly suited…
-
### Expected behavior
If a model with a name and uuid column has a to_param method like this
def to_param
"#{name.parameterize}/#{id}"
end
[and in the routes file, is setup li…