Caching All Native Ruby Gem Platforms

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. Nokogiri

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

    Nokogiri 1.11.0 has been released, and one of the exciting updates is the inclusion of pre-compiled native gems for various platforms! If you're using a supported platform, your days of installing nokogiri with native extensions may be over. These changes result, "in much faster installation and more reliable installation". Many thanks to the maintainers and contributors for this great update.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Running that on an existing application will add .gem files into the vendor/cache directory.

  4. Bundler

    If you are using Bundler version 1.x, you may also need to set the specific_platform configuration setting.

  5. rubygems

    Library packaging and distribution for Ruby.

    Gem dependencies can be cached along with your app and then you can use that cache to retrieve your application's dependencies, rather than RubyGems. We take advantage of this on a number of projects for various reasons, but the most important one that requires all gems to be vendored is that some applications are deployed to, and the deployments are created in, environments where they cannot access RubyGems directly.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Nokolexbor: Drop-in replacement for Nokogiri. 5.2x faster at parsing HTML

    4 projects | news.ycombinator.com | 17 Nov 2024
  • How we made a Ruby method 200x faster

    4 projects | news.ycombinator.com | 17 Nov 2024
  • Lexbor – an open source HTML Renderer library

    6 projects | news.ycombinator.com | 11 Jun 2024
  • Did you know Nokogiri now has opt-in HTML5 parsing?

    7 projects | /r/ruby | 5 Jun 2023
  • Chrome considers gems to be dangerous?

    2 projects | /r/ruby | 11 May 2023

Did you know that Ruby is
the 12th most popular programming language
based on number of references?