Michael Danuschenkov

Results 2 issues of Michael Danuschenkov

ActiveAdmin uses jQuery3. So $(document).on('ready', function) is removed. You should init with $(document).ready() call. See https://github.com/activeadmin/activeadmin/blob/5ae2e3db5bf69e94ea8c205b83f04799154ceee3/app/assets/javascripts/active_admin/initializers/datepicker.es6#L14-L16 for example

### Description: Is it possible to mention only active users? Not to loose chat history we deactivate account by setting them {active: false} ### Server Setup Information: * Version of...