I hereby claim:
- I am such on github.
- I am such (https://keybase.io/such) on keybase.
- I have a public key whose fingerprint is 619A 4FB1 D076 8905 F539 AFF5 47DF 2102 DE5C 8CE2
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Activate the gem you are reporting the issue against. | |
| gem 'activerecord', '4.2.0' | |
| require 'active_record' | |
| require 'minitest/autorun' | |
| require 'logger' | |
| # Ensure backward compatibility with Minitest 4 | |
| Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test) | |
| # This connection will do for database-independent bug reports. |
| # Activate the gem you are reporting the issue against. | |
| gem 'activerecord', '4.0.2' | |
| gem 'pg' | |
| require 'active_record' | |
| require 'minitest/autorun' | |
| require 'logger' | |
| ActiveRecord::Base.establish_connection(adapter: 'postgresql', username: 'user', password: 'pass', database: 'test') | |
| ActiveRecord::Base.logger = Logger.new(STDOUT) |