-
Is there any option - or proposal - in ActiveAdmin
how to replace/style window confirm for delete_links ??
-
ActiveAdmin でやるとして、UI どうするのかが難しそう
-
Add a special 'admin' interface that would allow authorized people to do maintenance on the app. For example deactivate/delete spam users and/or projects, load the static pages, 'pin' important projec…
-
It would be nice to have support for collection actions NOT just member action as already described in the documentation.
ActiveAdmin has those https://activeadmin.info/8-custom-actions.html#collec…
-
-
Hi,
I have the following error when I'm implementing your gem in my Rails app:
undefined local variable or method `form_buffers' for #ActiveAdmin::FormBuilder:0x0000010a12c180
I tried previously wit…
-
no display hours
my code:
f.input :start_date, as => :ui_date_time_picker, :input_html => { :class => 'ui-datetime-picker', :size => 20 }
used activeadmin
kingM updated
10 years ago
-
**Describe the bug**
I am using search select filter as follows
using activeadmin: 3.2.0
using activeadmin_addons: 1.10.0
ransack: 4.0.0
filter :domain_id,
as: :search_select_filter,
url: pro…
-
`gemsurance` reports gems sourced from _github_ are out of date though the version numbers are identical.
```
gem 'activeadmin-select2', github: 'mfairburn/activeadmin-select2'
gem 'by_star', gi…
-
Hello,
I upgraded sassc to 2.2.1, and my production Rails app is now crashing when I visit my ActiveAdmin dashboard. Here are the crash logs from my server: https://gist.github.com/ndbroadbent/3d0f…