Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

Ruby: Possible Projects

https://github.com/rspec/rspec-support

Common code needed by the other RSpec gems. Not intended for direct use.

rspec ruby

Released: 05 Oct 2013 - 99

https://github.com/norman/friendly_id

FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.

friendly-url plugin rails ruby slug

Released: 18 Apr 2008 - 6,122

https://github.com/ruby/racc

Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.

Released: 10 Nov 2008 - 535

https://github.com/joshbuddy/jsonpath

Ruby implementation of http://goessner.net/articles/JsonPath/

Released: 13 Dec 2008 - 444

https://github.com/mimemagicrb/mimemagic

Mime type detection in ruby via file extension or file content

Released: 09 May 2009 - 416

https://github.com/repeatedly/fluent-plugin-record-modifier

Fluentd filter plugin for modifying each event record

Released: 07 Apr 2013 - 118

https://github.com/fbernier/tomlrb

A Racc based TOML parser

lalr1 parser racc ruby toml

Released: 09 Apr 2015 - 67

https://github.com/rails/spring

Rails application preloader

Released: 29 Dec 2012 - 2,802

https://github.com/ruby-prof/ruby-prof

A ruby profiler. See https://ruby-prof.github.io for more information.

Released: 14 Nov 2009 - 2,003

https://github.com/threedaymonk/htmlentities

HTMLEntities is a simple library to facilitate encoding and decoding of named (ý and so on) or numerical ({ or Ī) entities in HTML and XHTML documents.

Released: 11 Jun 2009 - 334

https://github.com/brianmario/yajl-ruby

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)

Released: 20 Apr 2009 - 1,476

https://github.com/sumoheavy/jira-ruby

A Ruby gem for the JIRA REST API

Released: 07 Dec 2011 - 644

https://github.com/redis-store/redis-store

Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks

library redis ruby

Released: 11 Apr 2009 - 1,501

https://github.com/fog/fog-openstack

Fog for OpenStack Platform

fog glance keystone neutron nova openstack volume

Released: 18 Feb 2016 - 68

https://github.com/winebarrel/faraday_middleware-aws-sigv4

Faraday middleware for AWS Signature Version 4 using aws-sigv4.

aws faraday ruby

Released: 11 Sep 2017 - 39

https://github.com/googleapis/ruby-cloud-env

google-cloud-env provides information on the Google Cloud Platform hosting environment. Applications can use this library to determine hosting context information such as the project ID, whether App Engine is running, what tags are set on the VM instance, and much more.

Released: 05 Feb 2021 - 3

https://github.com/flippercloud/flipper

🐬 Beautiful, performant feature flags for Ruby.

api dalli feature feature-flag feature-flagging feature-flags feature-toggle feature-toggles features flipper http memcached mongo mysql postgres rails redis rollout ruby

Released: 22 Jul 2012 - 3,548

https://github.com/lostisland/faraday-httpclient

Faraday adapter for HTTPClient

Released: 04 Jul 2021 - 5

https://github.com/tomdalling/aes_key_wrap

A Ruby implementation of AES Key Wrap, a.k.a RFC 3394, a.k.a NIST Key Wrap.

Released: 24 Apr 2015 - 4

https://github.com/net-ssh/net-ssh

Pure Ruby implementation of an SSH (protocol 2) client

Released: 19 Jun 2009 - 962

https://github.com/rubyworks/hashery

Facets Hashery Collection of Hash-based classes

Released: 23 Apr 2010 - 58

https://github.com/rails/rails

Ruby on Rails

activejob activerecord framework html mvc rails ruby

Released: 11 Apr 2008 - 55,781

https://github.com/socketry/timers

Pure Ruby timers collections suitable for use with event loops

Released: 12 Jul 2012 - 337

https://github.com/guard/notiffany

wrapper for popular notification libs

Released: 27 Dec 2014 - 34

https://github.com/dry-rb/dry-configurable

A simple mixin to make Ruby classes configurable

configuration dry-rb library ruby rubygem settings

Released: 10 Jun 2015 - 410

https://github.com/ahoward/macaddr

cross platform mac address determination for ruby

Released: 28 Apr 2010 - 47

https://github.com/wspurgin/rspec-sidekiq

RSpec for Sidekiq

Released: 23 Mar 2013 - 629

https://github.com/ruby/debug

Debugging functionality for Ruby

debug debugger debugging-tool ruby

Released: 20 Sep 2019 - 1,088

https://github.com/nov/swd

SWD (Simple Web Discovery) Client Library

Released: 19 Aug 2011 - 4

https://github.com/aws/aws-sdk-ruby

The official AWS SDK for Ruby.

aws aws-sdk cloud ruby

Released: 14 Jul 2011 - 3,558

https://github.com/ammar/regexp_parser

A regular expression parser library for Ruby

Released: 06 Oct 2010 - 143

https://github.com/vmg/rinku

Autolinking. Ruby. Yes, that's pretty much it.

Released: 09 Jun 2011 - 595

https://github.com/chef/ohai

Ohai profiles your system and emits JSON

chef configuration configuration-management discovery hacktoberfest ohai ruby

Released: 15 Jan 2009 - 677

https://github.com/SamSaffron/fast_blank

Provides a C-optimized method for determining if a string is blank

Released: 29 Mar 2013 - 613

https://github.com/omniauth/omniauth

OmniAuth is a flexible authentication system utilizing Rack middleware.

authentication hacktoberfest omniauth ruby

Released: 30 Mar 2010 - 7,831

https://github.com/apotonick/declarative-option

Dynamic Options to evaluate at runtime.

Released: 27 Jan 2017 - 7

https://github.com/ruby/bigdecimal

Arbitrary-precision decimal floating-point number library for Ruby

bigdecimal ruby

Released: 25 Dec 2015 - 111

https://github.com/bungoume/fluent-plugin-ignore-filter

Fluentd filter plugin to ignore messages

Released: 07 Jul 2015 - 7

https://github.com/sferik/multi_xml

A generic swappable back-end for XML parsing

Released: 03 Oct 2010 - 157

https://github.com/puppetlabs/facter

Collect and display system facts

Released: 14 Sep 2010 - 618

https://github.com/sdsykes/fastimage

FastImage finds the size or type of an image given its uri by fetching as little as needed

Released: 10 Jun 2009 - 1,359

https://github.com/bblimke/webmock

Library for stubbing and setting expectations on HTTP requests in Ruby.

Released: 06 Nov 2009 - 3,957

https://github.com/rails/sprockets-rails

Sprockets Rails integration

Released: 22 May 2011 - 579

https://github.com/ms-ati/docile

Docile keeps your Ruby DSLs tame and well-behaved

builder-pattern dsl immutability ruby

Released: 06 Dec 2011 - 418

https://github.com/brianmario/escape_utils

Faster string escaping routines for your ruby apps

Released: 09 Jun 2010 - 516

https://github.com/thoughtbot/shoulda-matchers

Simple one-liner tests for common Rails functionality

rails rspec ruby testing

Released: 15 Dec 2010 - 3,474

https://github.com/cjheath/treetop

A Ruby-based parsing DSL based on parsing expression grammars.

Released: 09 Oct 2012 - 304

https://github.com/premailer/css_parser

Ruby CSS Parser

css-parser ruby

Released: 08 Dec 2009 - 276

https://github.com/pry/pry-rails

Rails >= 3 pry initializer

Released: 27 Aug 2011 - 1,344

https://github.com/bokmann/font-awesome-rails

the font-awesome font bundled as an asset for the rails asset pipeline

Released: 08 Mar 2012 - 1,861

https://github.com/Shopify/liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.

Released: 08 May 2008 - 10,789

https://github.com/ermaker/no_proxy_fix

A fix for a no_proxy bug on ruby 2.4.0 and 2.4.1

Released: 06 Feb 2017 - 6

https://github.com/fog/fog-profitbricks

Module for the 'fog' gem to support ProfitBricks

Released: 03 Oct 2014 - 3

https://github.com/whitequark/ast

A library for working with Abstract Syntax Trees.

Released: 01 Apr 2013 - 194

https://github.com/rspec/rspec-core

RSpec runner and formatters

rspec ruby

Released: 29 Jun 2009 - 1,222

https://github.com/zdavatz/spreadsheet

The Ruby Spreadsheet by ywesee GmbH

excel gplv3 ruby ruby-spreadsheet spreadsheet xls

Released: 13 Apr 2012 - 1,127

https://github.com/geemus/formatador

STDOUT text formatting

Released: 27 Nov 2009 - 451

https://github.com/devise-two-factor/devise-two-factor

Barebones two-factor authentication with Devise

Released: 12 May 2014 - 1,213

https://github.com/orta/gh_inspector

A gem that makes it easy to find existing issues for exceptions via GitHub issues

Released: 05 May 2016 - 49

https://github.com/astro/socksify-ruby

Redirect any TCP connection initiated by a Ruby script through a SOCKS5 proxy

ruby rubygem socks socks5

Released: 19 Mar 2009 - 163

https://github.com/geemus/netrc

Reads and writes netrc files.

Released: 21 Jan 2024 - 1

https://github.com/sparklemotion/sqlite3-ruby

Ruby bindings for the SQLite3 embedded database

ruby sqlite

Released: 01 Jul 2008 - 743

https://github.com/jordansissel/fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.

packaging

Released: 03 Jan 2011 - 11,148

https://github.com/rails/builder

Provide a simple way to create XML markup and data structures.

Released: 13 Jan 2017 - 34

https://github.com/rails/web-console

Rails Console on the Browser.

Released: 30 Aug 2013 - 1,391

https://github.com/sass/sassc-rails

Integrate SassC-Ruby with Rails!

Released: 04 Mar 2015 - 706

https://github.com/rspec/rspec-rails

RSpec for Rails 6+

Released: 23 Dec 2009 - 5,112

https://github.com/collectiveidea/delayed_job_active_record

ActiveRecord backend integration for DelayedJob 3.0+

Released: 25 May 2011 - 340

https://github.com/lang/unicode_utils

Unicode algorithms for Ruby 1.9

Released: 25 Oct 2008 - 114

https://github.com/rubygems/rubygems

Library packaging and distribution for Ruby.

package-manager ruby rubygems

Released: 16 Apr 2010 - 3,540

https://github.com/chef/wmi-lite

Lightweight, low-dependency wrapper for basic WMI functionality on Windows.

Released: 13 May 2014 - 13

https://github.com/chef/mixlib-log

A simple class based Log mechanism, similar to Merb and Chef, that you can mix in to your project.

Released: 11 Mar 2009 - 35

https://github.com/gazay/gon

Your Rails variables in your JS

Released: 09 May 2011 - 3,046

https://github.com/gamache/fuzzyurl.rb

A Ruby Gem for non-strict parsing, manipulation, and wildcard matching of URLs.

Released: 26 Dec 2015 - 13

https://github.com/rails/sprockets

Rack-based asset packaging system

Released: 12 Mar 2015 - 946

https://github.com/tmm1/http_parser.rb

simple callback-based HTTP request/response parser

Released: 19 Oct 2010 - 199

https://github.com/fluent/sigdump

Use signal to show stacktrace of a Ruby process without restarting it

Released: 23 Apr 2013 - 184

https://github.com/elastic/elasticsearch-rails

Elasticsearch integrations for ActiveModel/Record and Ruby on Rails

activemodel activerecord elastic elasticsearch rails ruby ruby-on-rails

Released: 08 Nov 2013 - 3,053

https://github.com/danger/danger

🚫 Stop saying "you forgot to …" in code review (in Ruby)

automation bitbucket ci circle code-review danger github gitlab travis

Released: 29 Sep 2015 - 5,360

https://github.com/whomwah/rqrcode

A Ruby library that encodes QR Codes

qrcode qrcode-generator

Released: 03 Apr 2008 - 1,838

https://github.com/haml/haml-rails

let your Gemfile do the talking

Released: 13 Aug 2010 - 1,036

https://github.com/redis/hiredis-rb

Ruby wrapper for hiredis

Released: 21 Sep 2010 - 317

https://github.com/slack-notifier/slack-notifier

A simple wrapper for posting to slack channels

ruby slack

Released: 05 Sep 2013 - 1,486

https://github.com/e2/nenv

Convenient wrapper for Ruby's ENV

Released: 13 Dec 2014 - 82

https://github.com/ruby-concurrency/concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.

concurrency ruby

Released: 23 Jul 2013 - 5,684

https://github.com/ryanb/letter_opener

Preview mail in the browser instead of sending.

Released: 07 Sep 2011 - 3,669

https://github.com/CocoaPods/cocoapods-deintegrate

A CocoaPods plugin to remove and de-integrate CocoaPods from your project.

Released: 01 Oct 2014 - 1,081

https://github.com/net-ssh/net-ssh-gateway

A gateway class for tunneling connections via SSH over a forwarded port

Released: 14 Jan 2011 - 65

https://github.com/rspec/rspec-metagem

RSpec meta-gem that depends on the other components

rspec ruby

Released: 29 Jun 2009 - 2,860

https://github.com/pivotal/LicenseFinder

Find licenses for your project's dependencies.

ruby

Released: 17 Jan 2011 - 1,716

https://github.com/sparklemotion/nokogiri

Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.

libxml2 libxslt nokogiri ruby ruby-gem sax xerces xml xslt

Released: 14 Jul 2008 - 6,138

https://github.com/whitequark/parser

A Ruby parser.

Released: 30 Mar 2013 - 1,579

https://github.com/imanel/websocket-ruby

Universal Ruby library to handle WebSocket protocol

Released: 05 Dec 2010 - 440

https://github.com/jnunemaker/crack

Really simple JSON and XML parsing, ripped from Merb and Rails.

Released: 29 Mar 2009 - 538

https://gitlab.com/gitlab-org/ruby

This gem provides common CloudConnector configuration and libraries for GitLab projects.}

Released: 20 Feb 2019 - 8

https://github.com/Shopify/bootsnap

Boot large Ruby/Rails apps faster

computers gem performance ruby

Released: 06 Feb 2017 - 2,637

https://github.com/kaminari/kaminari

⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps

kaminari pagination rails ruby

Released: 06 Feb 2011 - 8,513

https://github.com/rubocop/rubocop-ast

RuboCop's AST extensions and NodePattern functionality

ast hacktoberfest rubocop ruby

Released: 12 May 2020 - 95

https://github.com/maik/xml-simple

Easy API for working with XML documents

Released: 19 Jan 2011 - 88