Traveling Ruby VS Gitlab CI

Compare Traveling Ruby vs Gitlab CI and see what are their differences.

Traveling Ruby

Self-contained Ruby binaries that can run on any Linux distribution and any macOS machine. [Moved to: https://github.com/FooBarWidget/traveling-ruby] (by phusion)

Gitlab CI

GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com (by gitlabhq)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Traveling Ruby Gitlab CI
6 4
2,005 23,583
- 0.2%
5.8 0.0
over 2 years ago 1 day ago
Shell Ruby
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Traveling Ruby

Posts with mentions or reviews of Traveling Ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-06.
  • Ruby
    5 projects | /r/ruby | 6 Nov 2022
    If you absolutely need a native binary distribution for your apps, there is a project called Traveling Ruby that originated at Phusion, makers of the popular Phusion Passenger Ruby application server. It's worth noting that this project has a number of open issues that are aging and the latest commits are from 2021, so I'm not sure about its current status. There are also important caveats with regard to native extensions and Windows. Given the popularity of packages that require native extensions (like the XML/HTML library Nokogiri), you may find that this solution simply doesn't work for you.
  • Is there a way to package up a Ruby script as a desktop executable app?
    2 projects | /r/ruby | 26 Oct 2022
  • Having issues installing Ruby
    3 projects | /r/ruby | 11 May 2022
    You may be to get a precompiled binary with OpenSSL 1.1 statically linked. Maybe Traveling Ruby? https://github.com/phusion/traveling-ruby
  • Alternatives for Ocra ???
    2 projects | /r/ruby | 18 Jun 2021
    There's really not much else in this space. The main alternative - Traveling Ruby - has limitations on Windows and I don't think it supports Ruby 3.0.
  • Vagrant is being rewritten in Go.
    4 projects | /r/ruby | 12 Jun 2021
    But even with all of the above, you're absolutely right, it is just easier to ship a binary blob. That's where the rewrite totally pays off. I just wonder whether the team has stressed all the options when it comes to keep ruby. There are packaging solutions which ship with its own interpreter, such as Travelling Ruby. And mruby could also generate a binary blob, although they'd have to open another can of works, such as finding replacements for dependencies such as net-ssh, which AFAIK can't be used with mruby. So in the end, maybe they did. And given the prevalence of go products in hashicorp, maybe it makes sense to just invest a bit more in it?
  • My Ruby game is getting false positives in virus scanners. Help?
    1 project | /r/ruby | 22 May 2021
    You could try using Traveling Ruby as an alternative to Ocra. I have only used Ocra in the past for this task, but I'd say it's worth a try.

Gitlab CI

Posts with mentions or reviews of Gitlab CI. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.
  • Gitlab Server Behind NGINX Reverse Proxy Manager Issue
    1 project | /r/homelab | 15 Jun 2023
    ## https://github.com/gitlabhq/gitlabhq/issues/694
  • Vue Options to Composition API Online Converter
    2 projects | dev.to | 24 May 2023
    // https://github.com/gitlabhq/gitlabhq/blob/e6d048d769240760008f0dbb6b811e1ebc675292/app/assets/javascripts/ide/components/repo_tab.vue#L3 import { GlIcon, GlTab } from '@gitlab/ui'; import { mapActions, mapGetters } from 'vuex'; import { __, sprintf } from '~/locale'; import ChangedFileIcon from '~/vue_shared/components/changed_file_icon.vue'; import FileIcon from '~/vue_shared/components/file_icon.vue'; import FileStatusIcon from './repo_file_status_icon.vue'; export default { components: { FileStatusIcon, FileIcon, GlIcon, ChangedFileIcon, GlTab, }, props: { tab: { type: Object, required: true, }, }, data() { return { tabMouseOver: false, }; }, computed: { ...mapGetters(['getUrlForPath']), closeLabel() { if (this.fileHasChanged) { return sprintf(__('%{tabname} changed'), { tabname: this.tab.name }); } return sprintf(__('Close %{tabname}'), { tabname: this.tab.name }); }, showChangedIcon() { if (this.tab.pending) return true; return this.fileHasChanged ? !this.tabMouseOver : false; }, fileHasChanged() { return this.tab.changed || this.tab.tempFile || this.tab.staged || this.tab.deleted; }, }, methods: { ...mapActions(['closeFile', 'updateDelayViewerUpdated', 'openPendingTab']), clickFile(tab) { if (tab.active) return; this.updateDelayViewerUpdated(true); if (tab.pending) { this.openPendingTab({ file: tab, keyPrefix: tab.staged ? 'staged' : 'unstaged' }); } else { this.$router.push(this.getUrlForPath(tab.path)); } }, mouseOverTab() { if (this.fileHasChanged) { this.tabMouseOver = true; } }, mouseOutTab() { if (this.fileHasChanged) { this.tabMouseOver = false; } }, }, };
  • Gitlab in a subdirectory with apache and passenger
    1 project | /r/codehunter | 13 Oct 2022
    In setting this up, I have followed the gitlab setup guide and the passenger documentation.
  • CircleCI Vs. GitLab: Choosing The Right CI/CD Tool
    1 project | dev.to | 15 Mar 2021
    Do you know G2 awards 4.4 stars to both GitLab & CircleCI? Just like GitHub stars, StackShares stack counts reflect the popularity of technology. CircleCI boasts around 7.4k stacks, while GitLab enjoys 31.1k stacks. Besides, GitLab as well as GitLab CI are open-source technologies and have garnered 22k+ stars on GitHub. Wait, this is not a reflection of how good GitLab is at CI/CD. These numbers reflect overall popularity. CircleCI is primarily “a niche-focused continuous integration tool” while GitLab wears multiple hats, including “version control & code collaborator.”

What are some alternatives?

When comparing Traveling Ruby and Gitlab CI you can also consider the following projects:

Codacy

OpenProject - OpenProject is the leading open source project management software.

OctoLinker - OctoLinker — Links together, what belongs together

Gogs - Gogs is a painless self-hosted Git service

Hakiri - Secure Ruby apps with Hakiri

Taiga-front - [DEPRECATED] Project management web application with scrum in mind! Build on top of Django and AngularJS (Frontend Code)

PR Dashboard

Trac - Trac is an enhanced wiki and issue tracking system for software development projects (mirror)

HuBoard - Kanban board for github issues

CodeClimate - Code Climate CLI

HoundCI - Automated code review for GitHub pull requests.

Redmine - Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp