Open Source Ruby Software - Page 50

Ruby Software

Ruby Clear Filters

Browse free open source Ruby Software and projects below. Use the toggles on the left to filter open source Ruby Software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 1
    An implementation of a high performance distributed storage and processing system for large amounts of structured data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A IDE that allows the creation of platform games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Plemiona RPG jest grą fanowską opartą na plemiona.pl Robiona jest w programie RPG maker VX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PlugMan is a simple and effective plugin framework for Ruby. PlugMan supports plugin dependencies and extension points and includes a couple of demos to make learning PlugMan even easier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    PodKast is a small podcast client for KDE written in Ruby using Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Downloads podcasts directly to your MP3-player. This podcatcher-software is build to fit on a common USB-MP3-Stick. Just plug in on a Windows-PC with an internet-connection and start download (Mac oder Linux in future versions).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A platform independent poker timer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Polite APIs for Java Application Maintenance: - This project is intended to get standard solutions for (automated / manual) management / support of Java applications in one place. e.g. Reading properties file. Reading log4j logs. UTF-7 for 7bit s
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Poole

    Poole

    The Jekyll Butler. A no frills responsive Jekyll blog theme

    A diligent and noble steward for building Jekyll sites. Poole is the butler for Jekyll, the static site generator. It's designed and developed by @mdo to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles. Poole is the butler for Jekyll, the static site generator. It's designed and developed by @mdo to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    PORIS toolkit allows describing graph-based systems and their behavior in a snapshot. It provides a web editor for a domain visual specific language (DSL) and transformation tools to generate software prototypes, system configurations, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Track and manage your stock portfolio of Euronext shares in realtime (15' delay). Assess your stock positions (price, daychange, gain, gain%, value, weight%) with one command. Easy portfolio description in a text file. Twin project of QuotesViewer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Prastava (hindi for "suggestion") - a generic open source recommendation system built entirely in ruby. This system gives recommendations to users on the basis of their past likings (ratings of items) and an item file(for content based similarity).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Process Pilot

    Process Pilot

    Ruby library to pilot interactive command line processes in real time

    Ruby library giving a simple way to pilot an external process' stdin, stdout and stderr in real time. Very useful for interactive processes testing or automation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ProjectForge aims to be an extensible online project collaboration suite with heavy emphasis on software project managment and integration with a variety of scm's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Prospero is an infrastructure for community-aware public displays that are controlled by users' expressed needs and preferences; we see our endeavor as part of an ongoing, democratic reclaiming, by citizens, of control over the public sphere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Nahual está pensado para que todos puedan programar. Creemos que cualquiera puede programar y que es necesario llegar a los lugares donde la Universidad no llega. Por eso generamos cursos y documentación que permiten aprender acerca de los distintos oficios del desarrollo de software: Programador HTML, Tester, etc. IMPORTANTE: el código fuente del proyecto fue migrado a https://github.com/nahual. Las nuevas versiones serán actualizadas para su descarga en Sourceforge al encontrarse estables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Prudence is an open source container and framework for scalable web frontends and network services, based on proven REST principles. It comes in several flavors: Python, Ruby, Clojure, JavaScript, PHP and Groovy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Puchi calendar is a yet another rich-UI calendar application for facebook. It shows the same schedules of facebook calendar, but it shows them in richer UI. Note that you need a facebook account to use puchi calendar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pundit

    Pundit

    Minimal authorization through OO design and pure Ruby classes

    Pundit (varvet/pundit) is a Ruby gem that provides a simple and effective framework for adding authorization logic to Rails (or other Ruby) applications. It centers around policy classes—one policy per model or resource—that define what actions a given user is permitted to perform (e.g., show?, update?, destroy?). Each policy method returns a boolean, and can be structured using combinators or shared logic to keep things DRY. In controllers and views, Pundit provides helpers like authorize, policy_scope, and policy to enforce those rules cleanly and consistently. The policy_scope feature is especially helpful—it restricts index or list queries to only the records the current user can see by applying scopes defined in the policy class. Pundit encourages placing authorization logic close to the model domain without muddling controllers or views, making permissions easier to reason about and testable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    C program that translates python scripts to ruby scripts. Uses bison and lex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Q&A. How many times have you created a spreadsheet to manage client questions? How many times have you struggled to decode a tangle of half-baked answers to find the real company answer? Q&A is designed to help capture and track client questions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QMachine

    QMachine

    A platform for World Wide Computing

    QMachine (QM) is a web service for distributed computing. Its design relaxes the usual requirements of a distributed computer so far that it can be powered completely by web browsers – without installing anything.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Qamoos is an english-arabic dictionary depends on the words database from www.arabeyes.org, other databases can also added to it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Queue-Tip has moved to Rubyforge - please go to http://queue-tip.rubyforge.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A word game quiz program written in Ruby, useful for players of popular word games and anagrammers.
    Downloads: 0 This Week
    Last Update:
    See Project