Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

RubyGems

RubyGems. org is the Ruby community's gem hosting service. Instantly publish your gems and then install them. Use the API find out more about available gems. Become a contributor and improve the site yourself.

Front End Package Manager JS Build Tools Code Collaboration

RubyGems Reviews and details

RubyGems Landing Page
RubyGems Landing Page

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about RubyGems and what they use it for.
  • Shine bright like a.. Ruby 💎
    As you can tell by the title, this post will touch subjects as Ruby, gems and a ✨sprinkle✨ of SQLite. - Source: dev.to / 10 days ago
  • Chrome considers gems to be dangerous?
    Ok I just went to rubygems.org in Chrome and got the following message:. Source: 28 days ago
  • ActionController::UnknownFormat with format.js for ajax implementation (Rail 4)
    Source 'https://rubygems.org'# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'gem 'rails', '4.1.1'group :development do gem 'mysql2'endgroup :production do gem 'pg'endgem 'sass-rails', '~> 4.0.3'gem 'uglifier', '>= 1.3.0'gem 'coffee-rails', '~> 4.0.0'gem 'therubyracer', platforms: :rubygem 'jquery-rails'gem 'turbolinks'gem 'jbuilder', '~> 2.0'gem 'sdoc', '~> 0.4.0', group: :docgem... Source: about 1 month ago
  • Create a Ruby gem from scratch
    Next, let's add the gem to our Rails application Gemfile. At present, since we haven't uploaded it to the https://rubygems.org repository yet, let's source it locally. - Source: dev.to / about 2 months ago
  • ELI5: What makes different programming languages "better" than others? Or more powerful? Why have different languages developed over time? Are they all based on the same thing?
    There are lots of sites for online sharing such libraries, C# has NuGet, Java has Maven, JavaScript has NPM, Ruby has Gems, and there are others for other languages. Source: about 2 months ago
  • Is anybody aware that rubydoc.info is down?
    This is nice but I'm slightly confused. I'm checking rubygems.org for celluloid and coming up with nothing. Is there something wrong with my request? It's a gem(v0.18.0). Source: about 2 months ago
  • Dusting off my rails knowledge, need some tips / guidance on rails 7 and production
    Source "https://rubygems.org" Git_source(:github) { |repo| "https://github.com/#{repo}.git" } Ruby "3.1.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" Gem "rails", "~> 7.0.4", ">= 7.0.4.2" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] Gem "sprockets-rails" # Use sqlite3 as the database for Active Record Gem "sqlite3", "~> 1.4" # Use the... Source: 2 months ago
  • Unable to generate a rails app on Mac M1
    Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/homebrew/lib/ruby/gems/3.2.0/cache/sqlite3-1.6.2-arm64-darwin.gem`. It is likely that you need to grant write permissions for that path. Source: 2 months ago
  • Trouble installing rails
    For future reference, a Gemfile looks like this: Source 'https://rubygems.org' Gem 'rails'. Source: 2 months ago
  • Hi, I need help
    Hello, sorry for the hassle. But 'gem install nio4r -v '2.5.8' --source I get the same error when I type the command 'https://rubygems.org/'. Am I typing wrong or is there something else? Source: 2 months ago
  • problems installing
    $ jekyll new username.github.io Running bundle install in C:/users/username/documents/github/username.github.io... Bundler: Fetching gem metadata from https://rubygems.org/............ Bundler: Resolving dependencies... Bundler: Using bundler 2.4.8 Bundler: Using public_suffix 5.0.1 Bundler: Using colorator 1.1.0 Bundler: Using concurrent-ruby 1.2.2 Bundler: Using eventmachine 1.2.7 Bundler: Using... Source: 3 months ago
  • Creating a Gemfile for a Jekyll Plugin: A Step-by-Step Guide
    Once you have tested your plugin and made sure it works correctly, you may want to publish it so that others can use it. You can publish your plugin to the official RubyGems repository by creating a new account on https://rubygems.org and following the instructions for publishing a gem. - Source: dev.to / 4 months ago
  • script to rename a .deb package
    By convention, an application should not be named e.g., ruby-my_application, but my_application only. This however differs from the pattern when fetching a gem from rubygems with gem2deb. Source: 4 months ago
  • Fix a pod install error "undefined method 'exist' for File:Class" React Native
    Source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version Ruby File.read(File.join(__dir__, '.ruby-version')).strip Gem 'cocoapods', '~> 1.11', '>= 1.11.3'. - Source: dev.to / 4 months ago
  • Stop Building on Corporate-Controlled Languages
    True, I quickly checked https://rubygems.org/ https://www.nuget.org/packages https://crates.io/ ... They all show download statistics of their packages. - Source: Hacker News / 5 months ago
  • I fell in love with Ruby but...
    The reason I'm kinda moving toward that conclusion is because of some stuff I started to see as I was making my gem index site (https://gemdex.org) : If you look at the rate at which gems are being published to rubygems.org you'll find this:. Source: 5 months ago
  • StackOverflow and Rubygems unreachable
    Don't know if anyone else is having trouble with this but for some reason I can't access stackoverflow.com or rubygems.org reliably. Not just from the command line but the browser as well. Is this happening to anyone else or does anyone maybe know of an outage somewhere that could be causing this. These are the only two sites that I have experienced this issue, everything else loads quickly and my internet is... Source: 5 months ago
  • Day 11: CI for wp2txt Ruby project
    Slowly, but I learn how to run the tests in the various Ruby projects as well. Unfortunately there are not very many new uploads to RubyGems And this Ruby Digger is growing slowly. - Source: dev.to / 6 months ago
  • Gems in Ruby
    A way to find gems is by looking through the official website: https://rubygems.org/. The coolest part about gems has to be the fact that if you're thinking of doing something tedious or complex to some degree then someone has probably already made it into a gem. A personal favorite gem of mine has to be the faker gem. I alluded to it earlier, it's a gem that fakes data. It can give you different things ranging... - Source: dev.to / 6 months ago
  • Building a static blog using Jekyll & Strapi
    Source "https://rubygems.org" # Hello! This is where you manage which Jekyll version is used to run. # When you want to use a different version, change it below, save the # file and run `bundle install`. Run Jekyll with `bundle exec`, like so: # # bundle exec jekyll serve # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! gem "jekyll", "~>... - Source: dev.to / 7 months ago
  • Got myself my first Ruby. Gifted by a friend
    I recommend uploading it to rubygems.org at a minimum. Source: 7 months ago

Do you know an article comparing RubyGems to other products?
Suggest a link to a post with product alternatives.

Generic RubyGems discussion

Log in or Post with

This is an informative page about RubyGems. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.