Contributions

Article
You want a VCS for your ActiveRecord models but cannot choose between PaperTrail and Audited? Let me offer you a better alternative—Logidze!

The versioning problem can be split into the following sub-problems:
- how to get a previous state of an object (versions problem);
- how to see what has changed since the time specified—the difference between then and now (diff problem).
Library
Database changes log for Rails
Article
This is the checklist for authors and maintainers of Ruby gems to help them build better open-source software.
Library
Lightweight Action Cable implementation (Rails-free)