The SQL Server adapter for ActiveRecord using SQL Server 2012 or higher. We follow a rational versioning policy that tracks Rails. That means that our 7.x version of the adapter is only for the latest ...
You check `EXPLAIN` during code review and find no slow queries, yet in production, hundreds of SQL statements are being executed. This is the N+1 problem. Even if your index design is correct, ...
INSERT INTO user_attribute_definitions (key, name, description, type, options, required, validation, placeholder, display_order, enabled, created_at, updated_at) ...