{"id":24128093,"url":"https://github.com/parolkar/active_log","last_synced_at":"2025-09-11T17:48:28.076Z","repository":{"id":973122,"uuid":"770619","full_name":"parolkar/active_log","owner":"parolkar","description":"Auto version control for your activerecord objects","archived":false,"fork":false,"pushed_at":"2010-07-12T18:05:25.000Z","size":87,"stargazers_count":38,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T01:07:49.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parolkar.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-07-12T15:43:09.000Z","updated_at":"2021-06-11T05:30:03.000Z","dependencies_parsed_at":"2022-07-08T22:00:44.065Z","dependency_job_id":null,"html_url":"https://github.com/parolkar/active_log","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parolkar/active_log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parolkar%2Factive_log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parolkar%2Factive_log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parolkar%2Factive_log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parolkar%2Factive_log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parolkar","download_url":"https://codeload.github.com/parolkar/active_log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parolkar%2Factive_log/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274681479,"owners_count":25330237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-11T18:36:45.905Z","updated_at":"2025-09-11T17:48:27.997Z","avatar_url":"https://github.com/parolkar.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"ActiveLog\n=========\nYou need ActiveLog when you want to automagically create changelog of all activerecord changes in your rails app, asynchronously. It will keep track of all changes on attributes and as a bonus it can also record which user (session's current_user) made the change.\n\nExample\n-------\n\nadd \"records\\_active_log\" to all models which needs to be logged\n\u003cpre\u003e\u003ccode\u003e\nclass User \u003c ActiveRecord::Base\n\n  records_active_log\n\nend\n\u003c/code\u003e\u003c/pre\u003e\n\nYou can access logs either by user or all...\n\n\u003cpre\u003e\n\t\u003e\u003eu = User.first\n\t\u003e\u003eu.active_logs\n\t=\u003e [...]\n\t\n\tor\n\t\n\t\u003e\u003e ActiveLog.all\n\n\u003c/pre\u003e\n\nIf you want to log along with information of currently logged in user then you should consider adding a before filter to application controller which sets ActiveLog.current = current_user\n\n\nCopyright (c) 2010 Abhishek Parolkar, released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparolkar%2Factive_log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparolkar%2Factive_log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparolkar%2Factive_log/lists"}