You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to log/audit the use of rails runner as well. Currently a user can run bin/rails runner "code here" and it will bypass all of the logging that is provided in rails console.
I'd image it would require wrapping Rails::Command::RunnerCommand#perform.
The text was updated successfully, but these errors were encountered:
It would be nice to log/audit the use of
rails runner
as well. Currently a user can runbin/rails runner "code here"
and it will bypass all of the logging that is provided inrails console
.I'd image it would require wrapping
Rails::Command::RunnerCommand#perform
.The text was updated successfully, but these errors were encountered: