Skip to content

Add Ruby on Rails CI workflow - #66

Merged
kevin-atnos merged 8 commits into
mainfrom
gh-action-rails
Oct 6, 2025
Merged

Add Ruby on Rails CI workflow#66
kevin-atnos merged 8 commits into
mainfrom
gh-action-rails

Conversation

@brunto

@brunto brunto commented Sep 16, 2025

Copy link
Copy Markdown
Member

This workflow installs Ruby, sets up a PostgreSQL database, and runs tests and linters for a Ruby on Rails application.

@brunto
brunto marked this pull request as ready for review September 16, 2025 12:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a comprehensive GitHub Actions CI workflow for a Ruby on Rails application. The workflow includes database setup, testing, and security/style linting to ensure code quality and security compliance.

  • Adds CI workflow with PostgreSQL database service and test execution
  • Introduces security auditing tools (bundler-audit, brakeman) as dependencies
  • Configures Ruby version specification and disables asset configuration in test dummy app

Reviewed Changes

Copilot reviewed 4 out of 10 changed files in this pull request and generated no comments.

File Description
.github/workflows/rubyonrails.yml Main CI workflow with test and lint jobs for Rails application
scripsit.gemspec Adds bundler-audit and brakeman dependencies for security scanning
.ruby-version Specifies Ruby 3.4.5 as the project's Ruby version
test/dummy/config/initializers/assets.rb Comments out asset configuration for test environment

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@kevin-atnos
kevin-atnos merged commit fcd7930 into main Oct 6, 2025
5 checks passed
@kevin-atnos
kevin-atnos deleted the gh-action-rails branch October 6, 2025 07:23
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.

4 participants