Skip to content

Conversation

@arthurWD
Copy link

@arthurWD arthurWD commented Aug 2, 2019

Fixes #607 and seems to be related to #589 and #608.

@brett-anderson
Copy link

brett-anderson commented Nov 22, 2019

@arthurWD Yes, this is a cleaner way to handle what I was trying to do. Should I close my PR #608 ?

- N/a

# Describe the changes made. What does this PR changes that might be critical. If any critical decisions have been made, make sure you explain the rationale for these decisions.

- Updated JRuby minor version to fix some tests
- Updated travis.yml to latest syntax
- Fixed Rakefile to run in rails 6
- Updated gemspec to have URLs matching

# How does the implementation addresses the problem

After merging this all test suite for apartment gem is passing using rails 6.
…sage

- Fixes CI runs:
  - One of the rails versions [had a bug](rails/rails#38137) and causes the CI to fail. I've moved it to the allowed failures.
  - I think we should deprecate these versions as they are EOL. => New ticket to be created
- Fixes rubocop installation - I had not realized when I merged rubocop installation that I was breaking all CI (I'm sorry for the rushed decision). This fixes the dependencies and all CI should be passing.
- Adds rubocop to github actions. All the rubocop failures will be fixed with influitive#8
end
rescue ::ActiveRecord::NoDatabaseError
# rubocop:disable Lint/SuppressedException
rescue ::ActiveRecord::NoDatabaseError, PG::ConnectionBad

Choose a reason for hiding this comment

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

This is supposed to be the fix, correct?

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.

Establishes connection during application boot

4 participants