Skip to content

Instantly share code, notes, and snippets.

View Hirurg103's full-sized avatar
🏠
Working from home

Дмитрий Hirurg103

🏠
Working from home
View GitHub Profile
@Hirurg103
Hirurg103 / issue_with_joins_in_scopes_in_rails_5_3.rb
Last active July 24, 2019 16:13
Issue with joins in scopes in rails 5.2
begin
require "bundler/inline"
rescue LoadError => e
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler"
raise e
end
gemfile(true) do
source "http://rubygems.org"
gem "activerecord", "5.2.0"