rails_admin_history_rollback icon indicating copy to clipboard operation
rails_admin_history_rollback copied to clipboard

History rollback for rails_admin with paper_trail

Results 5 rails_admin_history_rollback issues
Sort by recently updated
recently updated
newest added

- Convert view from .halm to .erb - Add `main.js` as JavaScript entry - Fix dependency issues NB: - Paper trial `changeset` returns a nil value, and therefor the popup...

Perhaps I'm missing something obvious. First time using rails_admin and paper_trail. Built a fresh new Rails 7 app out of the box (rails 7.0.3, ruby 3.1.2). Got rails_admin (3.0) and...

I'm using this gem with a non-English product. I realized this gem crashes without `:en` on `I18n.available_locales` like that: ``` I18n.available_locales = [:ja] # or something excepts :en ``` It...

Thanks for this great module! The newest paper_trail makes it possible to restore relations (has_one and has_many), but you need to supply the options ":has_many => true, :has_one => true"...

enhancement
help wanted