You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# lib/activeadmin-mongoid.rbrequire'active_admin/mongoid'require'generators/active_admin/install/install_generator.rb'ActiveAdmin::Generators::InstallGenerator.class_evaldo# Make this a no-op so the AR migrations are not installed when ActiveAdmin-Mongoid is used.defcreate_migrations;endend
It does stop the migrations from being installed, however, this pulls ActiveRecord in, so the specs fail. I'll dig a bit more, but if anyone has any ideas on how to get around that please let me know. @grzegorz-jakubiak@jdguzman
@grzegorz-jakubiak I am looking into this issue. I'd love to try this out. Hope that is fine if I share some insight on the findings I do or maybe come up with a solution.
Hello!
Running the command
rails g active_admin:install
createsdb/migrate/20190301091416_create_active_admin_comments.rb
Rails 5.1.4
ruby 2.5.1
The text was updated successfully, but these errors were encountered: