-
Notifications
You must be signed in to change notification settings - Fork 353
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 7.1 #708
Merged
Merged
Rails 7.1 #708
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
10babed
Add 7.1 and ruby-head to matrix
lcreid 8310a7c
Fix yarn install in Dockerfile
lcreid 4a4310a
Upgrade demo app to 7.1
lcreid 1974ad6
Test pass except for demo
lcreid 16f8fb0
RuboCop fixes
lcreid e4ccaf1
Schema without version for older Rails
lcreid 9e36e79
Remove unneeded migrations.
lcreid e806d05
Add action_mailbox_inbound_emails to schema
lcreid 5b7401e
Did I need headless_chrome?
lcreid 9913808
CR feedback
lcreid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1693,7 +1693,7 @@ Generated HTML: | |
<form accept-charset="UTF-8" action="/address" class="new_address" id="new_address_1" method="post"> | ||
<div class="mb-3"> | ||
<label class="form-label required" for="address_user_id">User</label> | ||
<select class="form-select" id="address_user_id" name="address[user_id]"> | ||
<select class="form-select" id="address_user_id" name="address[user_id]" required="required"> | ||
<option value="">Select a value</option> | ||
<option value="">[email protected]</option> | ||
</select> | ||
|
@@ -1760,7 +1760,8 @@ Generated HTML: | |
<div class="col-auto"> | ||
<div class="mb-3"> | ||
<label class="form-label" for="user_comments">Comments</label> | ||
<textarea class="form-control" cols="18" disabled id="user_comments" name="user[comments]" rows="2"> </textarea> | ||
<textarea class="form-control" cols="18" disabled id="user_comments" name="user[comments]" rows="2"> | ||
</textarea> | ||
</div> | ||
</div> | ||
<div class="col-auto"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel the Docker documentation has grown so large it should be extracted into its own document (DOCKER.md) and then be referred from the CONTRIBUTING.md document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. I'll do that in a separate PR.