Ruby: Possible Projects
lumberjack
A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger. Provides support for automatically rolling log files, formatting log output, and tagging log entries.
Released: 05 Feb 2011 - 305
fluent-plugin-record-modifier
Fluentd filter plugin for modifying each event record
Released: 07 Apr 2013 - 118
faraday_middleware-aws-sigv4
Faraday middleware for AWS Signature Version 4 using aws-sigv4.
aws faraday ruby
Released: 11 Sep 2017 - 40
capistrano
A deployment automation tool built on Ruby, Rake, and SSH.
capistrano deployment ruby ssh
Released: 26 Feb 2009 - 12,711
vcr
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
Released: 25 Feb 2010 - 5,841
rubygems
Library packaging and distribution for Ruby.
package-manager ruby rubygems
Released: 16 Apr 2010 - 3,676
fast_gettext
Ruby GetText, but 12x faster + 530x less garbage + simple + clean namespace + threadsafe + extendable + multiple backends
Released: 19 Feb 2009 - 402
json-jwt
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
jose json-web-encryption json-web-key json-web-signature json-web-token jwe jwk jws jwt
Released: 14 Sep 2011 - 299
recaptcha
ReCaptcha helpers for ruby apps
captcha rails recaptcha ruby sinatra
Released: 11 Apr 2008 - 1,974
faraday
Simple, but flexible HTTP client library, with support for multiple backends.
Released: 10 Dec 2009 - 5,754
thread_safe
Thread-safe collections for Ruby (merged with concurrent-ruby)
Released: 06 Jun 2014 - 194
os
The OS gem allows for some easy telling if you’re on windows or not. OS.windows? as well as some other helper utilities
Released: 17 Dec 2009 - 144
hashie
Hashie is a collection of classes and mixins that make Ruby hashes more powerful.
hacktoberfest hash-extensions ruby
Released: 12 Nov 2009 - 2,979
rack-cache
Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (expires, cache-control) and/or validation (last-modified, etag) information.
Released: 22 Feb 2022 - 33
rdoc
RDoc produces HTML and online documentation for Ruby projects.
documentation-tool hacktoberfest ruby
Released: 23 Dec 2010 - 841
will_paginate
Pagination library for Rails and other Ruby applications
pagination pagination-library plugin rails ruby sequel sinatra
Released: 25 Feb 2008 - 5,706
webmock
Library for stubbing and setting expectations on HTTP requests in Ruby.
Released: 06 Nov 2009 - 3,972
i18n_data
Ruby: country/language names and 2-letter-code pairs, in 85 languages, for country/language i18n
Released: 04 Jan 2009 - 217
representable
Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and compositions.
json-parser json-serialization xml-parser xml-serialization yaml
Released: 17 Feb 2011 - 689
sqlite3-ruby
Ruby bindings for the SQLite3 embedded database
ruby sqlite
Released: 01 Jul 2008 - 768
rspec_junit_formatter
RSpec results that your CI can read
buildkite circleci jenkins junit rspec
Released: 24 May 2011 - 302
celluloid-pool
An implementation of an actor pool, based on the Celluloid concurrent object framework.
0
hana
An implementation of JSON Patch and JSON Pointer for Ruby
json json-patch json-pointer ruby
Released: 05 Sep 2012 - 216
octokit.rb
Ruby toolkit for the GitHub API
github github-api hacktoberfest octokit-rb sdk
Released: 10 Dec 2009 - 3,848
rails-controller-testing
Brings back `assigns` and `assert_template` to your Rails tests
Released: 23 May 2015 - 305
activemodel-serializers-xml
XML serialization for your Active Model objects and Active Record models - extracted from Rails
Released: 27 May 2015 - 53
http-accept
Parse Accept and Accept-Language HTTP headers in Ruby.
http http-client http-server parsing
Released: 03 Feb 2016 - 83
airbrussh
Airbrussh pretties up your SSHKit and Capistrano output
capistrano sshkit
Released: 20 Feb 2015 - 514
font-awesome-rails
the font-awesome font bundled as an asset for the rails asset pipeline
Released: 08 Mar 2012 - 1,858
virtus
[DISCONTINUED ] Attributes on Steroids for Plain Old Ruby Objects
Released: 02 Apr 2011 - 3,766
devise
Flexible authentication solution for Rails with Warden.
authentication devise rails ruby
Released: 16 Sep 2009 - 23,988
fog-google
Fog for Google Cloud Platform
cloud-sql fog gce gcp gcs google-cloud google-cloud-monitoring google-cloud-platform hacktoberfest ruby storage
Released: 13 Jan 2015 - 98
http-cookie
A Ruby library to handle HTTP cookies in a way both compliant with RFCs and compatible with today's major browsers
Released: 14 Oct 2012 - 115
ruby-vips
Ruby extension for the libvips image processing library.
image-processing libvips ruby
Released: 11 Oct 2011 - 832
cocoapods-deintegrate
A CocoaPods plugin to remove and de-integrate CocoaPods from your project.
Released: 01 Oct 2014 - 1,081
pry
A runtime developer console and IRB alternative with powerful introspection capabilities.
console debugger introspection irb pry reflection ruby runtime
Released: 07 Dec 2010 - 6,775
mysql2
A modern, simple and very fast Mysql library for Ruby - binding to libmysql
Released: 31 Mar 2010 - 2,248
fastimage
FastImage finds the size or type of an image given its uri by fetching as little as needed
Released: 10 Jun 2009 - 1,374
rack-cors
Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
Released: 02 Jun 2010 - 3,267
fast_blank
Provides a C-optimized method for determining if a string is blank
Released: 29 Mar 2013 - 614
delayed_job
Database based asynchronous priority queue system -- Extracted from Shopify
Released: 13 Sep 2008 - 4,817
rubocop-rails
A RuboCop extension focused on enforcing Rails best practices and coding conventions.
code-formatter hacktoberfest linter rails rubocop ruby static-code-analysis
Released: 10 Jun 2018 - 816
pdf-core
Implements low level PDF features for Prawn (experimental)
pdf prawn
Released: 12 Nov 2013 - 23
factory_bot
A library for setting up Ruby objects as test data.
factories factory-bot factory-girl fixtures rails ruby rubygems testing thoughtbot
Released: 03 Jun 2008 - 7,924
rails-dom-testing
Extracting DomAssertions and SelectorAssertions from ActionView.
Released: 27 Sep 2013 - 175
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 - 34
hitimes
a fast, high resolution timer library for recording performance metrics
metrics ruby stats
Released: 14 Sep 2008 - 143
minitest
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.
minitest ruby seattlerb test testing
Released: 18 Feb 2009 - 3,298
sinatra
Classy web-development dressed in a DSL (official / canonical repo)
rack ruby sinatra web-framework
Released: 14 Jan 2009 - 12,197
rails
Ruby on Rails
activejob activerecord framework html mvc rails ruby
Released: 11 Apr 2008 - 56,048
timecop
A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
rails ruby test time
Released: 07 Nov 2008 - 3,369