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. Learn more →
Top 10 Ruby Deployment Projects
-
https://github.com/fastlane/fastlane is currently abandoned by Google. 36k stars is what I would call “big”.
-
-
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.
-
Chef
Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale
my contribution: public_method_that_only_deep_merge_should_use
https://github.com/chef/chef/blob/68dd5f42273f19bc5975c0dc8e...
that was 9 years ago and it was code smell that things were broken apart incorrectly and at some point i rewrote it so that wasn't necessary -- but sometimes you just gotta move the ball down the field, even if you don't get a first down.
-
Project mention: Why it needs to be so painful to deploy a Rails app on Ubuntu in 2022? | reddit.com/r/rails | 2022-08-06
Same with my experience. I could never get Capistrano to work. I blame the never updated documentation that also missing important details here and there so often. Reading the doc is like walking in the woods. In the end I switched to Mina, and finally everything works.
-
Project mention: Rails 7: production deploy from scratch (Ubuntu 22.04 edition) | dev.to | 2023-02-02
set :rbenv_ruby, '3.2.0' set :application, "" set :repo_url, "[email protected]:/.git" set :deploy_to, "~/#{fetch :application}" # Issue with propshaft as asset pipwlinw # See: https://github.com/capistrano/rails/issues/257 # Workaround set :assets_manifests, -> { [release_path.join("public", fetch(:assets_prefix), '.manifest.json')] }
-
-
Project mention: Difficulty deploying rails app to digital ocean server | reddit.com/r/rails | 2023-02-05
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
Ruby Deployment related posts
- Difficulty deploying rails app to digital ocean server
- Does anyone know a good source of K8s Yaml template definitions examples
- Deploying to Railway!
- Question on publishing a production application
- Dynamic data in Deployment?
- kubernetes/kubernetes dropped out of the top 20 most active repositories after three consecutive years on the list (2019 to 2021).
- Cuber v1.5.0 released - an alternative to Capistrano to deploy on K8s instead of using VMs
-
A note from our sponsor - SonarQube
www.sonarqube.org | 29 Mar 2023
Index
What are some of the best open-source Deployment projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | fastlane | 36,766 |
2 | Capistrano | 12,429 |
3 | Chef | 7,174 |
4 | Mina | 4,281 |
5 | rails | 833 |
6 | tomo | 339 |
7 | cuber-gem | 171 |
8 | jekyll-github-deploy | 78 |
9 | orc | 34 |
10 | maintenance_job | 27 |