Pictogrammers / pictogrammers.com

Code for Pictogrammers.com
https://pictogrammers.com
74 stars 16 forks source link

Rails getting started page uses inexisting gem #94

Open kamaradclimber opened 9 months ago

kamaradclimber commented 9 months ago

Before You Begin

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

Chew commented 8 months ago

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

Curious to see why.

Templarian commented 8 months ago

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.

Chew commented 8 months ago

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.