COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200818044340/https://github.com/topics/rubygems
Here are
529 public repositories
matching this topic...
A library for setting up Ruby objects as test data.
Updated
Aug 17, 2020
Ruby
Catches mail and serves it through a dream.
Updated
Apr 11, 2020
Ruby
Manage your Ruby application's gem dependencies
Updated
May 17, 2020
Ruby
Framework for Apache Kafka based Ruby and Rails applications development.
Updated
Aug 17, 2020
Ruby
A Ruby library for testing your library against different versions of dependencies.
A list of Ruby gems that have known memory leaks (and issues)
Test Kitchen plugins for testing Terraform configurations
Updated
Aug 18, 2020
Ruby
Rack middleware for rate-limiting incoming HTTP requests.
Updated
Jun 24, 2020
Ruby
Materializecss rubygem for Rails Asset Pipeline / Sprockets
Updated
Jul 21, 2020
Ruby
Manage settings with Ruby on Rails
Updated
Jan 24, 2020
Ruby
The open source Cloud Management Platform developed for the Enterprise 🚀
A RubyGems.org cache and private gem server
Updated
Aug 13, 2020
Ruby
Handle unread records and mark them as read with Ruby on Rails
Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for publish/subscribe messaging.
Updated
Jul 13, 2020
Ruby
Release your ruby gems with ease.
Updated
Aug 12, 2020
Ruby
Ruby library for interfacing with FANN (Fast Artificial Neural Network)
Command-line client for Papertrail hosted syslog & app log management service
Updated
Apr 10, 2020
Ruby
Allow you to pluck attributes from nested associations without loading a bunch of records.
Updated
Jul 23, 2020
Ruby
A unit handling library for ruby
A command line interface for smithing new Ruby gems.
Updated
Jan 22, 2020
HTML
Updated
Jun 22, 2020
Ruby
Extend ActiveRecord pluck to return array of hashes
💎 Rails gem with the power of Vue.js components
Crawl instagram photos, posts and videos for download.
Updated
Apr 14, 2019
Ruby
Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile 💎 💧
Updated
Aug 15, 2020
Ruby
Bootstrap skin for Active Admin 🚀 🚀 🚀
An effort to provide awesome documentation for the RubyGems ecosystem.
Ruby gem for creating SEPA XML files
Updated
Aug 25, 2019
Ruby
Improve this page
Add a description, image, and links to the
rubygems
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
rubygems
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi everyone👋 , thank you very much for the work on Rubygems/Bundler.
I found out an issue related to
bundle exec
which set theRUBYOPT
env variables to something like:-r/opt/rubies/2.7.1/lib/ruby/2.7.0/bundler/setup
When using
Bundler.with_unbundled_env
, bundler is supposed is to strip out the-r bundler/setup
part but the regex is incorrect and assume the path is relative wherea