pictogrammers.com icon indicating copy to clipboard operation
pictogrammers.com copied to clipboard

Rails getting started page uses inexisting gem

Open kamaradclimber opened this issue 2 years ago • 3 comments

Before You Begin

  • [X] I have cleared the cache of my browser.
  • [X] I have tried a different browser to see if it is related to my browser.

Describe the issue you are experiencing

Following https://pictogrammers.com/docs/library/mdi/getting-started/ruby-on-rails/ material_design_icons ruby gem does not exist on rubygems.org.

gem install material_design_icons fails with:

ERROR: Could not find a valid gem 'material_design_icons' (>= 0) in any repository

Describe the behavior you expected

It should install the gem

Steps to reproduce the issue

  1. Run gem install material_design_icons
  2. Observe failure

Which browser are you experiencing the issue?

No response

Which operating system are you using to run this browser?

No response

Additional information

This instruction allows for anyone to start doing squatting to make user install anything when following official documentation

kamaradclimber avatar Oct 01 '23 12:10 kamaradclimber

Looks like it got yanked: https://rubygems.org/gems/material_design_icons

Curious to see why.

Chew avatar Oct 11 '23 20:10 Chew

So we don't have a first party solution for this. Is it normal for gems to disappear? Use to a few package managers, but most don't allow deleting only deprecation.

I don't know anything about ruby though, so open to suggestions for what the docs should say going forward??? @kamaradclimber @Chew.

Templarian avatar Oct 13 '23 05:10 Templarian

Yeah, it's quite odd. Wish we could get an explanation. But, I ended up using Iconify, which worked for me once I gave it a margin-bottom of 3px to center it a bit. No real need to use a gem anymore in my opinion.

Chew avatar Oct 13 '23 05:10 Chew