Open Source Ruby Software - Page 63

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.

  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    github-changelog-generator

    github-changelog-generator

    Automatically generate change log from your tags, issues, labels, etc.

    Automatically generate change log from your tags, issues, labels and pull requests on GitHub. Fully automated changelog generation - This gem generates a changelog file based on tags, issues and merged pull requests (and splits them into separate lists according to labels) from octocat: GitHub. What’s the point of a changelog? To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project. Why should I care? Because software tools are for people. "Changelogs make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project." Using Docker is an alternative to installing Ruby and the gem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    glark offers grep-like searching of text files, with very powerful, complex regular expressions (e.g., "/foo\w+/ and /bar[^\d]*baz$/ within 4 lines of each other"), as well as highlighting of matches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    gluon highlights key words form the standard input. It imporves readability of the source codes or source diffs in the command line with svn diff command and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GNMS is a GPL Network Management System, a graphical tool used to monitor state of network elements. Montoring can be done in multiple ways using service discovery, snmp, wmi and custom plugins, moreover syslog and snmp traps can be caught too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5
    Creation of nice and graphical enhanced budget reports from a gnucash datafile
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gpg-mime-filter
    Ruby script framework for the encryption and decryption of email according the GPG/MIME Format (RFC 3156). It can be used for e.g. for Apple' Mail as replacement for GPGMail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Governance, risk and compliance management solution (GRC). Incorporating Enterprise risk management (ERM), business intelligence (BI) and performance management. Project services available at opengrc.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    graif

    graif

    An account book software

    An account book software using Ruby/GTK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    graphql-client

    graphql-client

    A Ruby library for declaring, composing and executing GraphQL queries

    GraphQL Client is a Ruby library for declaring, composing and executing GraphQL queries. Sample configuration for a GraphQL Client to query from the SWAPI GraphQL Wrapper. If you haven't already, familiarize yourself with the GraphQL query syntax. Queries are declared with the same syntax inside of a <<-'GRAPHQL' heredoc. There isn't any special query builder Ruby DSL. This client library encourages all GraphQL queries to be declared statically and assigned to a Ruby constant. If you're using Ruby on Rails ERB templates, theres a ERB extension that allows static queries to be defined in the template itself. In standard Ruby you can simply assign queries and fragments to constants and they'll be available throughout the app. However, the contents of an ERB template is compiled into a Ruby method, and methods can't assign constants. So a new ERB tag was extended to declare static sections that include a GraphQL query.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 10
    Green Village is an easy to use project platform for managing small villages to switch their energy consumption to renewable energy solutions. It is build with Ruby On Rails. Started as a university project it was handed over to the open source community
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Guacamole Rails interfaces with an existing instance of Guacamole for the convenience of integrating Guacamole into existing Ruby code. UI is served from Rails and a rails controller proxies all Guacamole JS request, passing them to Guacamole.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    hi2u is a simple server/client chat/IM client written entirely in Ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    homebrew-emacs-plus-bottles

    Bottles for d12frosted/emacs-plus homebrew tap

    This repository contains all bottles released for d12frosted/emacs-plus homebrew tap. Please, do not download it directly from Source Forge, instead follow installation instructions from project home page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ERP Software based on Paraguay Taxes values and legislation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is an automated host name discovery tool written in Ruby. It is designed to discover as much as possible DNS names and application level host names related to a IP address. It's purpose is to enumerate all host names, aliases and virtual hosts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Web server password (htpasswd) and group file management CGI. You can modify password, add/delete/modify users and groups on web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    httparty

    httparty

    Makes http fun again!

    Makes http fun again! Ain't no party like a httparty, because a httparty don't stop. httparty also includes the executable httparty which can be used to query web services and examine the resulting output. By default it will output the response as a pretty-printed Ruby object (useful for grokking the structure of output). This can also be overridden to output formatted XML or JSON. Execute httparty --help for all the options. If the response Content Type is application/json, HTTParty will parse the response and return Ruby objects such as a hash or array. The default behavior for parsing JSON will return keys as strings. This can be supressed with the format option. In some cases you may want to skip SSL verification, because the entity that issued the certificate is not a valid one, but you still want to work with it. Unless you have specific requirements otherwise, we recommend to not set set the Accept-Encoding header on HTTParty requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    httplog

    httplog

    Log outgoing HTTP requests in ruby

    Log outgoing HTTP requests made from your application. Helps with debugging pesky API error responses, or just generally understanding what's going on under the hood. In theory, it should also work with any library built on top of these. But the difference between theory and practice is bigger in practice than in theory. This is very much a development and debugging tool; it is not recommended to use this in a production environment as it is monkey-patching the respective HTTP implementations. You have been warned - use at your own risk. Just like in Rails, you can filter the values of sensitive parameters by setting the filter_parameters to an array of (lower case) keys. The value for "password" is filtered by default. Please note that this will only filter the request data with well-formed parameters (in the URL, the headers, and the request data) but not the response. It does not currently filter JSON request data either, just standard "key=value" pairs in the request body.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    i18n-tasks

    i18n-tasks

    Manage translation and localization with static analysis, for Ruby i18

    Manage translation and localization with static analysis, for Ruby i18n. i18n-tasks helps you find and manage missing and unused translations. This gem analyses code statically for key usages, such as I18n.t('some.key'), in order to report keys that are missing or unused. Pre-fill missing keys, optionally from Google Translate or DeepL Pro. Remove unused keys. Thus addressing the two main problems of i18n gem design, missing keys only blow up at runtime. i18n-tasks can be used with any project using the ruby i18n gem (default in Rails). i18n-tasks health checks if any keys are missing or not used, that interpolations variables are consistent across locales, and that all the locale files are normalized (auto-formatted).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    iFlow CLI

    iFlow CLI

    iFlow cli is a comprehensive command-line intelligence

    iFlow CLI is a powerful command-line AI assistant designed to embed directly into the developer’s terminal, providing intelligent automation and contextual understanding of codebases and workflows. It analyzes repositories, interprets developer intent, and executes tasks ranging from simple file manipulation to complex development operations, all within a unified interface. The tool emphasizes seamless integration into existing workflows, allowing developers to interact with AI without leaving their terminal environment. It supports multiple models and configurable APIs, enabling flexibility in how intelligence is applied to tasks. The system is capable of automating repetitive processes, accelerating development cycles, and reducing manual effort in code analysis and execution. It also integrates with CI/CD pipelines through GitHub Actions, extending its functionality into automated workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project is cancelled
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Iowa is a set of classes in the Ruby programming language designed to vastly facilitate the development of applications with html interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    IRecoverThis is an application that will help you track and find your laptop if you lost it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Adopting Web2.0-wisdom of crowds, Generate New Generation of Image Semantic Search Engine Based on XML Technology, RDF knowledge warehouse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Open Identity Management (OIDM)
    Downloads: 0 This Week
    Last Update:
    See Project