Top 7 Ruby Continuous Integration Projects
-
-
Project mention: OOP vs. services for organizing business logic: is there a third way? | dev.to | 2022-12-06
github.com/houndci/hound (14k lines): Automated code review for GitHub PRs.
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
-
action
A GitHub Action that starts preview deployments for your pull requests and branches. It can work with any application that has a valid Docker Compose file. (by pullpreview)
Project mention: Automated preview deployments from GitHub to AWS in 10 minutes | dev.to | 2023-06-12PullPreview is an open-source GitHub Action which has the following features:
-
-
Abstract Feature Branch
abstract_feature_branch is a Ruby gem that provides a variation on the Branch by Abstraction Pattern by Paul Hammant and the Feature Toggles Pattern by Martin Fowler (aka Feature Flags) to enable Continuous Integration and Trunk-Based Development.
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Ruby Continuous Integration related posts
Index
What are some of the best open-source Continuous Integration projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | xcpretty | 3,859 |
2 | HoundCI | 1,940 |
3 | WebsiteOne | 141 |
4 | action | 120 |
5 | Factor.io | 81 |
6 | Abstract Feature Branch | 23 |
7 | semaphore-demo-ruby-kubernetes | 18 |