Rails Admin Histeroid
a basic implementation of the history auditing of Rails Admin 0.1.1 for Mongoid 3.1
Installation
in your Gemfile:
gem 'rails_admin_histeroid', git: 'https://github.com/franc/rails_admin_histeroid.git'
then run
bundle install
in your rails_admin initializer:
config.audit_with :histeroid, User
your rails app should now have a working RailsAdmin with history support.