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

Rails 6.1 support #15

Merged
merged 5 commits into from
Dec 17, 2020
Merged

Rails 6.1 support #15

merged 5 commits into from
Dec 17, 2020

Conversation

fgarces
Copy link
Member

@fgarces fgarces commented Dec 16, 2020

Only 1 rename and 1 deprecation, both in the same class.

@jturkel you are prime. Travis is taking forever to run the build but ran the tests locally.

Copy link
Member

@jturkel jturkel left a comment

Choose a reason for hiding this comment

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

Time to move to CircleCI my friend!

Appraisals Outdated
@@ -3,5 +3,5 @@ appraise 'activerecord-5' do
end

appraise 'activerecord-6' do
Copy link
Member

Choose a reason for hiding this comment

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

Should we test with both 6.0 and 6.1?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point. I updated the appraisals to reflect it now

@coveralls
Copy link

coveralls commented Dec 16, 2020

Pull Request Test Coverage Report for Build 117

  • 12 of 12 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.09%) to 98.693%

Totals Coverage Status
Change from base Build 113: 0.09%
Covered Lines: 151
Relevant Lines: 153

💛 - Coveralls

Copy link
Member

@jturkel jturkel left a comment

Choose a reason for hiding this comment

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

The Travis config needs to be updated for your appraisal changes.

Appraisals Outdated
@@ -1,7 +1,11 @@
appraise 'activerecord-5' do
appraise 'activerecord_5_2' do
gem 'activerecord', '< 6.0.0'
Copy link
Member

Choose a reason for hiding this comment

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

This better shows what we're trying to test:

Suggested change
gem 'activerecord', '< 6.0.0'
gem 'activerecord', '~> 5.2.0'

Appraisals Outdated
appraise 'activerecord-6' do
gem 'activerecord', '< 6.1'
appraise 'activerecord_6_0' do
gem 'activerecord', '< 6.1.0'
Copy link
Member

Choose a reason for hiding this comment

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

This better shows what we're trying to test:

Suggested change
gem 'activerecord', '< 6.1.0'
gem 'activerecord', '~> 6.0.0'

Appraisals Outdated
end

appraise 'activerecord_6_1' do
gem 'activerecord', '< 6.2.0'
Copy link
Member

Choose a reason for hiding this comment

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

This better shows what we're trying to test:

Suggested change
gem 'activerecord', '< 6.2.0'
gem 'activerecord', '~> 6.1.0'

@fgarces fgarces merged commit 5594f1b into master Dec 17, 2020
@fgarces fgarces deleted the feature/rails-6-1 branch December 17, 2020 18:58
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.

None yet

3 participants