🦎
...
Pinned Loading
-
capsula
capsula PublicPreloading related objects to prevent N+1 queries 🦠(like #includes in ActiveRecord)
Ruby
-
-
Watching or killing long mysql queri...
Watching or killing long mysql queries #mysql #docker 1#!/bin/bash
23# queries which executes >= THIS VAR will be killed
4KILL_TIME=0
5 -
ActiveRecord type of integer (tinyin...
ActiveRecord type of integer (tinyint, smallint, mediumint, int, bigint) 1# activerecord-3.0.0/lib/active_record/connection_adapters/mysql_adapter.rb
2# Maps logical Rails types to MySQL-specific data types.
3def type_to_sql(type, limit = nil, precision = nil, scale = nil)
4return super unless type.to_s == 'integer'
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.