No ratings yet
- Gem
- audits1984
- Repository
- basecamp/audits1984
- License
- MIT
- Stars
- 470
- Added
- July 12, 2026
About
Console1984 records what people do in your production Rails console. Audits1984 is the
engine that lets you review those sessions.
What you get
- Every production console session, recorded
- A review UI where an auditor marks sessions as reviewed
- Sensitive-access tracking, so reading encrypted data is flagged
Mounting it
ruby
# Gemfile
gem "console1984"
gem "audits1984"
# config/routes.rb
authenticate :user, ->(user) { user.admin? } do
mount Audits1984::Engine, at: "/console"
end
Why this exists
"Who ran what against production" is a question compliance asks and most applications
cannot answer.
Discussion (0)
Sign in to join the discussion.
No comments yet.