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

Add rails 7 support #178

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

StefSchenkelaars
Copy link
Contributor

The code didn't have to change to support it, it was just about
making the gem requirements a bit more relaxed. To validate everything
works as expected, rails 7 is added to the test matrix.

Closes #177

The code didn't have to change to support it, it was just about
making the gem requirements a bit more relaxed. To validate everything
works as expected, rails 7 is added to the test matrix.

Closes rails-on-services#177
Comment on lines -6 to -11
gem "rubocop"

group :local do
gem "guard-rspec", "~> 4.2"
gem "pry"
end
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not sure why these gems where here in the first place. They are not present in the Appraisals file so I wasn't sure if I should re-add them manually.

@deepakmahakale
Copy link

@rpbaltazar

@rpbaltazar rpbaltazar merged commit 35b11fe into rails-on-services:development Feb 1, 2022
@rpbaltazar
Copy link
Contributor

Thank you

@StefSchenkelaars StefSchenkelaars deleted the rails-7 branch February 1, 2022 16:25
rpbaltazar added a commit that referenced this pull request Feb 7, 2022
**Implemented enhancements:**

- Increase errors visibility by showing more information on the underlying error rather than a generic error 'Apartment::TenantNotFound' (#176)
- Resolved #177 - Added rails 7 support (#178)

**Fixed bugs:**

- Fixing tenant_presence_check config in the README (#180)
- Resolved #161 and #81 - Fixed sequence name (#187)

**Closed issues:**

- Resolved #151 - removed reloader and console overwrite of reload method (#174)
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.

We might need support for upcoming Rails 7 shortly
3 participants