How do I create a ruby application?

This page summarizes the projects mentioned and recommended in the original post on /r/ruby

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ruby-packer

    Packing your Ruby application into a single executable.

  • One way around this limitation is to also include a ruby interpreter along with your source code. There are some projects out there that attempt to do just that, each with their own limitations and degrees of success. One such project is https://github.com/pmq20/ruby-packer. With this, you can give it your ruby code and it will bundle it up with a ruby interpreter so that you can hand out a single executable file to run.

  • truffleruby

    A high performance implementation of the Ruby programming language, built on GraalVM.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • awesome-rubies

    A collection of awesome Rubies (compilers, interpreters, virtual machines, parsers, doc generators, version managers, etc.)

  • I'm not sure that can be done. Ruby is a language specification that requires an application that implements it (called rubies). These are interpreters that then execute Ruby files/programs. You may find something here https://github.com/planetruby/awesome-rubies for more info and something may suit your purpose. Then there is also this https://github.com/pmq20/ruby-packer

  • crystal

    The Crystal Programming Language

  • Depending on what you're doing, that might be good enough for you. If not, you may want to consider using a compiled language. Crystal (https://crystal-lang.org/) is a compiled language based on ruby that might work well for you, though it is still in its infant stages in terms of third party libraries.

  • Rake

    A make-like build utility for Ruby.

  • That is Rake. Its definition is "a Make-like program implemented in Ruby."

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts