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

PaperTrail based audit for ActiveAdmin

Results 4 activeadmin-audit issues
Sort by recently updated
recently updated
newest added

I encountered this after rails g active_admin_audit:install User /home/donjuanito/.rvm/gems/ruby-3.0.0/gems/activeadmin-audit-0.1.4/lib/active_admin/audit/configuration.rb:4:in `': uninitialized constant ActiveAdmin::Settings Did you mean? ActiveAdmin::SettingsNode (NameError) from /home/donjuanito/.rvm/gems/ruby-3.0.0/gems/activeadmin-audit-0.1.4/lib/active_admin/audit/configuration.rb:3:in `' from /home/donjuanito/.rvm/gems/ruby-3.0.0/gems/activeadmin-audit-0.1.4/lib/active_admin/audit/configuration.rb:2:in `' from /home/donjuanito/.rvm/gems/ruby-3.0.0/gems/activeadmin-audit-0.1.4/lib/active_admin/audit/configuration.rb:1:in `' from /home/donjuanito/.rvm/gems/ruby-3.0.0/gems/bootsnap-1.7.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'...

I followed the readme and got this error when try see versions: show do |account| latest_versions(account) undefined method `admin_content_versions_path' for " \n":ActiveAdmin::Views::LatestVersions It seems that is not loading routes.

Triying to install using the command: ```terminal rails g active_admin_audit:install ``` i got the error, i think is because on rails 5 the **before_filter** is deprecated is replaced by **before_action**...

Some (all?) translations are missing ('View all versions', 'Latest versions', etc.) It would be nice to allow to translate strings :)