Rails 3 - A Gem for Keeping and Tracking Changes

What do I like to store and track changes when using rails 3.0.9?

+4
source share
1 answer

The history of the model can be traced using gems such as acts_as_versioned , vestal_versions , paper_trail , etc.

If you are not talking about versioning the model, provide detailed information.

+13
source

Source: https://habr.com/ru/post/1383703/


All Articles