-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make ActiveRecord 7 compatible (#1043)
* feat: make delegation work for active-record * wip: add appraisal, add ruby2_keywords compat gem, change test * wip: * wip: make sure we require the ruby2_keywords * Rails 7 Co-authored-by: Francis Bogsanyi <[email protected]>
- Loading branch information
1 parent
e58fe94
commit 611be2d
Showing
7 changed files
with
43 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
instrumentation/active_record/gemfiles/activerecord_7.0.gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "opentelemetry-api", path: "../../../api" | ||
gem "opentelemetry-instrumentation-base", path: "../../base" | ||
gem "activerecord", "~> 7.0.0" | ||
|
||
group :test do | ||
gem "byebug" | ||
gem "opentelemetry-common", path: "../../../common" | ||
gem "opentelemetry-sdk", path: "../../../sdk" | ||
gem "opentelemetry-semantic_conventions", path: "../../../semantic_conventions" | ||
gem "pry-byebug" | ||
gem "sqlite3-ruby" | ||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters