5 ms·
Does anyone know which linters exactly they were using?
by venthur 5y ago
Does anyone know which linters exactly they were using?
- arthurschreiber 5y agoWe wrote our own linters that hooked into the `sql.active_record` event emitted by ActiveRecord when a query gets executed. See https://api.rubyonrails.org/classes/ActiveSupport/Notifications.html https://api.rubyonrails.org/classes/ActiveSupport/Notificati... for the API to subscribe to these notifications.