Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: add support for Rails 7.1 #237

Closed
wants to merge 3 commits into from

Conversation

hoshy
Copy link

@hoshy hoshy commented Nov 23, 2023

The changes from #233 are included here.

@hoshy hoshy force-pushed the rails_7.1 branch 14 times, most recently from ea1f51c to cf65943 Compare November 23, 2023 14:53
@davidedisomma1
Copy link

is there an update on this one? would be nice to have

@kumabook
Copy link

The tests are failing on Rails 7.1, but updating to the latest RSpec version seems to make them pass.

@hoshy hoshy force-pushed the rails_7.1 branch 6 times, most recently from 8e2cf9d to 37429dc Compare January 24, 2024 13:53
@hoshy
Copy link
Author

hoshy commented Jan 24, 2024

The tests are failing on Rails 7.1, but updating to the latest RSpec version seems to make them pass.

Well, it makes 7.1 pass, but 6.1 and 7.0 are now failing 🤷🏻‍♂️

@romarioliveira25
Copy link

romarioliveira25 commented Jan 24, 2024

Any news about that?

class << self
def table_exists?
connection.table_exists?(table_name)
end
alias :table_name :name
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change? I think this is causing problems

Copy link
Contributor

@eraffel-MDSol eraffel-MDSol left a comment

Choose a reason for hiding this comment

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

It's a bit hard to follow some of the changes in this PR, because they're not accompanied by tests or comments explaining their neccessity. I opened my own PR, but I'm worried that you found stuff in your testing that I didn't run into

@hoshy
Copy link
Author

hoshy commented Feb 22, 2024

It's a bit hard to follow some of the changes in this PR, because they're not accompanied by tests or comments explaining their neccessity. I opened my own PR, but I'm worried that you found stuff in your testing that I didn't run into

Let's continue with yours. But yes, needs some (manual) testing.

@hoshy
Copy link
Author

hoshy commented Feb 22, 2024

closing due to #243

@hoshy hoshy closed this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants