This week in Rails covers several new features and fixes. The headline addition is the `rails query` command, a read-only database query tool that accepts ActiveRecord expressions and returns structured JSON output with metadata including SQL, row count, and query time. Subcommands like `query schema`, `query models`, and
Sort: