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

Update dummy app to Rails 8 #479

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Update dummy app to Rails 8 #479

wants to merge 6 commits into from

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Oct 9, 2024

Closes #468

I re-generated the dummy app with bundle exec rails plug new then did some manual clean-up.

@andyw8 andyw8 added the chore Chore task label Oct 9, 2024
@andyw8 andyw8 marked this pull request as ready for review October 9, 2024 20:06
@andyw8 andyw8 requested a review from a team as a code owner October 9, 2024 20:06
@andyw8 andyw8 marked this pull request as draft October 9, 2024 20:08
@@ -10,7 +10,7 @@ AllCops:
NewCops: disable
SuggestExtensions: false
Exclude:
- "test/dummy/db/**/*.rb"
- "test/dummy/**/*"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We shouldn't care about styling in the dummy app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update dummy app to Rails 8
1 participant