
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
= SqlQueriesCount
== About
It's a rails plugin that adds number of SQL queries that were done during processing request to your log. So instead of:
Completed 200 OK in 249ms (Views: 141.8ms | ActiveRecord: 9.6ms)
you will get:
Completed 200 OK in 249ms (Views: 141.8ms | ActiveRecord: 9.6ms | SQL count: 9)
Works with rails 3.0 and above.
== Installation
Add in your Gemfile:
gem 'sql_queries_count'
Consider including it in development group, if you want to keep your production logs intact.
== License
This project rocks and uses MIT-LICENSE.
== Author
Kacper Cieśla (comboy)
FAQs
Unknown package
We found that sql_queries_count demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.