activeadmin-mongoid icon indicating copy to clipboard operation
activeadmin-mongoid copied to clipboard

ActiveAdmin hacks to support Mongoid

Results 11 activeadmin-mongoid issues
Sort by recently updated
recently updated
newest added

Release 1.1.0 includes: - Fix #137 - Bumps rexml from 3.2.4 to 3.2.5. - Remove support for Ruby 2.4

M Gemfile M Gemfile.lock M activeadmin-mongoid.gemspec

This should fix - https://github.com/activeadmin/activeadmin-mongoid/issues/138

Hi, Unfortunately, there is breaking change in [Add macro to support mongoid 7](https://github.com/activeadmin/activeadmin-mongoid/commit/3e6b8d84a56bea408165b6e23f6f6c303f6cdbc2) commit. Starting from this commit, mongoid 6.x starts to crash with `uninitialized constant Mongoid::Association` error, since it...

I search everywhere on the internet but not found a runnable gem to create audit log. Almost audit work with activeadmin, SQL while Mongo I found nothing. I try mongoid-history,...

I create a class to override the default helper. Use case: ```ruby # Models class Company include Mongoid::Document embeds_many :catalogs, { class_name: 'Company::Catalog' } end class Company::Catalog include Mongoid::Document embedded_in...

__Spec:__ ``` activeadmin (1.4.3) activeadmin-mongoid (0.8.0) remote: https://github.com/activeadmin/activeadmin-mongoid.git revision: ff45b6379cec574e687548b607cad225fd2cf403 branch: master ransack-mongoid (0.1.0) remote: https://github.com/activerecord-hackery/ransack-mongoid.git revision: bd1935293d2f285fa7cf33d2c5c90d981bf67338 ``` __Error__ `undefined method `+' for nil:NilClass` __Reported line__ `activeadmin (1.4.3) lib/active_admin/inputs/filters/select_input.rb`...

bug

This is a WIP branch; I'm trying to understand why some of these automagic methods are no longer being built.

### Did you find a bug? Yes I use Mongodb for database. When I click sort random column. It got more then 10 queries all same. My table have more...