Skip to content

Instantly share code, notes, and snippets.

@alpaca-tc
Last active January 22, 2021 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alpaca-tc/70054cc7691ada541791f5b934901dd8 to your computer and use it in GitHub Desktop.
Save alpaca-tc/70054cc7691ada541791f5b934901dd8 to your computer and use it in GitHub Desktop.
https://github.com/kufu/activerecord-bitemporal/pull/70/files#diff-77aac43b146505859dd74b1fd3e151c0e94174f5abc85475fe1dfba10a5c64bfL330
git clone https://github.com/kufu/activerecord-bitemporal
hub checkout https://github.com/kufu/activerecord-bitemporal/pull/70
# L330をObjectに戻す
vi lib/activerecord-bitemporal/bitemporal.rb
rbenv local 3.0.0
bundle i --path .bundle
bundle exec appraisal install
# spec/spec_helper.rb:L10 のActiveRecord::Base.establish_connectionで止まる
bundle exec appraisal rails-6.1 rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment