Category

Active Record User Stamping

Easily store the user identifiers for the creator and last updater of a record.

2.23
There's a lot of open issues
A long-lived project that still receives updates
Log all changes to your models
2019
2020
2021
2022
2023
2024
0.01
No commit activity in last 3 years
No release in over 3 years
Handles ActiveRecord authors in the same way as timstamps.
2019
2020
2021
2022
2023
2024
0.01
No commit activity in last 3 years
No release in over 3 years
ActiveRecord extension that logs all changes to your models in an audits table
2019
2020
2021
2022
2023
2024
0.16
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
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
No commit activity in last 3 years
Simple log utility for models. Add any number of optional arbitrary details fields, or user_id.
0.04
No commit activity in last 3 years
Rails: Record user activities without controller helpers, build on top of userstamps plugin
0.08
No commit activity in last 3 years
A Rails plugin that adds the ability to automatically stamp each record with the currently logged in user.