Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for Rails 7.1 #79

Merged
merged 2 commits into from
Oct 6, 2023
Merged

Add support for Rails 7.1 #79

merged 2 commits into from
Oct 6, 2023

Conversation

rkrage
Copy link
Owner

@rkrage rkrage commented Oct 6, 2023

@igor-alexandrov (lol sorry I just saw that you opened a PR as well)
@kevinrobayna

Note that this also adds a requirement for Ruby 3 and removes EOL Postgres versions from the build matrix

Co-authored-by: Kevin Robayna <kevinrobayna@users.noreply.github.com>
Co-authored-by: Igor Alexandrov <igor-alexandrov@users.noreply.github.com>
Co-authored-by: Kevin Robayna <kevinrobayna@users.noreply.github.com>
Co-authored-by: Igor Alexandrov <igor-alexandrov@users.noreply.github.com>
@rkrage rkrage marked this pull request as ready for review October 6, 2023 17:23
pg_inherits
JOIN pg_class AS p ON inhparent = p.oid
WHERE p.relkind = 'p'
SQL
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@igor-alexandrov I fixed the failing test by removing it 😆

I don't think it ever really made sense to rescue an error here anyways

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeaahhh! I love this approach, dude!

@igor-alexandrov
Copy link
Contributor

@rkrage this looks good to me!

@igor-alexandrov
Copy link
Contributor

Maybe it would be good to add Requirements section to the Readme and announce that PgParty works with Rails 6.1 and above and PostgreSQL > 10.

@rkrage
Copy link
Owner Author

rkrage commented Oct 6, 2023

Maybe it would be good to add Requirements section to the Readme and announce that PgParty works with Rails 6.1 and above and PostgreSQL > 10.

Yup that's probably a good idea. I have a few other things I'd like to add to the readme as well, so I'll follow up with another commit after I merge this

@rkrage rkrage merged commit 29e2b3d into master Oct 6, 2023
@rkrage rkrage deleted the rails-7.1 branch October 6, 2023 18:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants