Active Record User Stamping
Easily store the user identifiers for the creator and last updater of a record.
2.26
Log all changes to your models
2019
2020
2021
2022
2023
2024
0.01
ActiveRecord extension that logs all changes to your models in an audits table
2019
2020
2021
2022
2023
2024
0.01
Handles ActiveRecord authors in the same way as timstamps.
2019
2020
2021
2022
2023
2024
0.16
This Rails plugin extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp module updates created_(at/on) and updated_(at/on) attributes.
2019
2020
2021
2022
2023
2024
0.02
Simple log utility for models. Add any number of optional arbitrary details fields, or user_id.
0.04
Rails: Record user activities without controller helpers, build on top of userstamps plugin
0.07
A Rails plugin that adds the ability to automatically stamp each record with the currently logged in user.