Add github actions#1
Open
atm-snag2 wants to merge 2 commits into
Open
Conversation
atm-snag2
force-pushed
the
add-github-actions
branch
2 times, most recently
from
March 6, 2024 08:20
f6e4b9c to
a0ac39c
Compare
atm-snag2
force-pushed
the
add-github-actions
branch
5 times, most recently
from
November 13, 2024 03:46
2c1b119 to
0cdef59
Compare
atm-snag2
force-pushed
the
add-github-actions
branch
from
November 13, 2024 08:46
0cdef59 to
3aa174b
Compare
atm-snag2
added a commit
that referenced
this pull request
Nov 12, 2025
- Add .devcontainer/ configuration for Ruby development - Docker Compose with MySQL 5.6 and 5.7 test instances - Bundler gem persistence via BUNDLE_PATH volume - Health checks for automatic MySQL startup wait - VS Code extensions (Ruby LSP, Ruby extensions pack) - Format on save with Ruby LSP as default formatter - Add GitHub Actions CI workflows - devcontainer.yml: Dev container build validation - ci.yml: Ruby 2.4-2.7 matrix tests with MySQL 5.6/5.7 - Add comprehensive documentation - CONTRIBUTING.md: Developer setup guide - .devcontainer/README.md: Configuration reference - quickstart.md: Enhanced troubleshooting section - README.md: Dev Container quick start + CI badges - Add .vscode/extensions.json for recommended extensions Closes #1-devcontainer Implements User Stories US1-US4 (P1-P3) All 55 core tasks completed, 6 success criteria met
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What