Skip to content

Conversation

wkirby
Copy link
Contributor

@wkirby wkirby commented Oct 10, 2024

No description provided.

@wkirby wkirby requested a review from egreer October 10, 2024 20:57
@wkirby wkirby changed the title Updates for Modern 7.2 Updates for Modern 8.0 Aug 22, 2025
Copy link
Contributor

@egreer egreer left a comment

Choose a reason for hiding this comment

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

Just a few updates

Gemfile Outdated
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem "rubocop-rails-omakase", require: false
Copy link
Contributor

@egreer egreer Aug 25, 2025

Choose a reason for hiding this comment

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

Styling inconsistency in here did we drop prettier?

@wkirby wkirby requested a review from egreer August 25, 2025 17:10
@@ -5,10 +5,10 @@

# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
# Can be used by load balancers and uptime monitors to verify that the app is live.
get "up" => "rails/health#show", as: :rails_health_check
get "up" => "rails/health#show", :as => :rails_health_check
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did it choose this syntax? Is it just trying to be consistent on the same line?

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.

2 participants