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

Test against Rails 5.2 #151

Merged
merged 4 commits into from Sep 19, 2018
Merged

Test against Rails 5.2 #151

merged 4 commits into from Sep 19, 2018

Conversation

runlevel5
Copy link

No description provided.

gem 'rails', '~> 5.2.0'

# Rails imposed mysql2 version contraints
# https://github.com/rails/rails/blob/5-2-stable/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb#L4
Copy link
Member

Choose a reason for hiding this comment

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

Line 6 seems to the appropriate line. (#6) Could you please change the comment?

Copy link
Author

Choose a reason for hiding this comment

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

@orien sorry I do not quite get what you mean

Copy link
Member

Choose a reason for hiding this comment

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

.travis.yml Outdated
env: DB=sqlite
- rvm: 2.5
gemfile: spec/support/gemfiles/Gemfile.rails-5.2.x
env: DB=postgres
Copy link
Member

@orien orien Sep 18, 2018

Choose a reason for hiding this comment

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

👏

To reduce build times, could we remove these two Rails 5.1 entries from the matrix:

     - rvm: 2.5
       gemfile: spec/support/gemfiles/Gemfile.rails-5.1.x
       env: DB=sqlite

     - rvm: 2.5
       gemfile: spec/support/gemfiles/Gemfile.rails-5.1.x
       env: DB=postgres

Copy link
Author

Choose a reason for hiding this comment

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

@orien I would love to leave it there to cover these 2 adapters.

Copy link
Member

Choose a reason for hiding this comment

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

They'll still be covered by the Rails 5.2 entries you've just added.

@orien
Copy link
Member

orien commented Sep 18, 2018

We should add Rails 5.2 to the change log too. https://github.com/envato/double_entry/blob/master/CHANGELOG.md

Copy link
Member

@orien orien left a comment

Choose a reason for hiding this comment

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

Awesome!

@runlevel5 runlevel5 merged commit 4774786 into master Sep 19, 2018
@runlevel5 runlevel5 deleted the rails-52 branch September 19, 2018 04:18
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

2 participants