- earth
Pinned Loading
-
i3 ubuntu build prereqs
i3 ubuntu build prereqs 1Ubuntu w/Unity dependencies for building i3gaps:
23xcb.h -- libxcb1-dev
4xcb_keysyms.h -- libxcb-keysyms1-dev
5pango.h -- libpango1.0-dev
-
-
-
list unindexed foreign keys in rails
list unindexed foreign keys in rails 1c = ActiveRecord::Base.connection
2c.tables.collect do |t|
3columns = c.columns(t).collect(&:name).select {|x| x.ends_with?("_id" || x.ends_with("_type"))}
4indexed_columns = c.indexes(t).collect(&:columns).flatten.uniq
5unindexed = columns - indexed_columns
-
sds/overcommit
sds/overcommit PublicA fully configurable and extendable Git hook manager
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.