I hereby claim:
- I am binarycode on github.
- I am beanarycode (https://keybase.io/beanarycode) on keybase.
- I have a public key ASCVqa1dLb6B02J2CerobRufXyQPZTrLl4Kp1NCVmrW7ogo
To claim this, I am signing this object:
| # https://github.com/carlhuda/bundler/issues/183#issuecomment-1149953 | |
| if defined?(::Bundler) | |
| global_gemset = ([ENV['GEM_PATH'], ENV['_ORIGINAL_GEM_PATH']].join(":")).split(':').grep(/ruby.*@global/).first | |
| if global_gemset | |
| all_global_gem_paths = Dir.glob("#{global_gemset}/gems/*") | |
| all_global_gem_paths.each do |p| | |
| gem_path = "#{p}/lib" | |
| $LOAD_PATH << gem_path | |
| end | |
| end |
| namespace :indexes do | |
| desc "List unindexed foreign keys" | |
| task :unindexed_foreign_keys => :environment do | |
| ActiveRecord::Base.logger = Logger.new('/dev/null') | |
| missing_indexes = {} | |
| connection = ActiveRecord::Base.connection | |
| connection.tables.collect do |table| |
I hereby claim:
To claim this, I am signing this object:
| # Installation on Dell XPS | |
| # Please also consult official documentation: | |
| # https://wiki.archlinux.org/index.php/Installation_Guide | |
| # https://wiki.archlinux.org/index.php/Dell_XPS_13_(9360) | |
| # https://wiki.archlinux.org/index.php/Dell_XPS_15_(9550) | |
| # Enter BIOS with F2 and configure: | |
| # - "System Configuration" > "SATA Operation": "AHCI" | |
| # - "Secure Boot" > "Secure Boot Enable": "Disabled" |
| # Installation on Dell XPS | |
| # Please also consult official documentation: | |
| # https://wiki.archlinux.org/index.php/Installation_Guide | |
| # https://wiki.archlinux.org/index.php/Dell_XPS_13_(9360) | |
| # https://wiki.archlinux.org/index.php/Dell_XPS_15_(9550) | |
| # Enter BIOS with F2 and configure: | |
| # - "System Configuration" > "SATA Operation": "AHCI" | |
| # - "Secure Boot" > "Secure Boot Enable": "Disabled" |