traveling-ruby icon indicating copy to clipboard operation
traveling-ruby copied to clipboard

Self-contained Ruby binaries that can run on any Linux distribution and any macOS machine.

Results 29 traveling-ruby issues
Sort by recently updated
recently updated
newest added

I've successfully set up my native extension which works fine, but when I run script it fails with lazy load error, because it can't find libpng.dylib. May be someone knows...

When I use `linux-x86_64` machine development one ruby application which need run in osx, there is no enough infomation to let me know which traveling ruby version is packaged, so,...

following is a test for traveling-ruby package. ``` ruby #!/usr/bin/env ruby # -*- coding: utf-8 -*- puts "Ruby Version: #{RUBY_VERSION} #{RUBY_PLATFORM}" puts "LOAD_PATH:" puts $: ``` ``` sh ~/121/hello-1.0.0/linux-x86_64/hello Ruby...

I followed the instructions for tutorial 1, when I open the archive I get the following error: Unable to finish expanding "hello-1.0.0-osx.tar.gz" into "hello_app" Could not move "hello-1.0.0-osx" into destination

When requiring readline in the packaged app, the following warning is displayed when running it after packaging: ``` No entry for terminal type "xterm-256color"; using dumb terminal settings. ``` To...

When attempting to start multiple process of thin in a linux-x86 environment, it fails to start instead outputting: > /opt/vagrant_ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- rubyeventmachine (LoadError) I...

It looks like only the `curses` gem requires ncurses. We can link libncurses statically. I've tried it on Linux, but couldn't get it to work. Ruby crashes upon calling libedit's...

It looks like only the 'readline' library uses libedit. We can link it statically.

We've recently distributed VirtKick binaries to our users. One user got segfaults all the time. Not sure if it's directly in Ruby, or some native extension like sqlite (we use...