Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails getting started page uses inexisting gem #94

Open
2 tasks done
kamaradclimber opened this issue Oct 1, 2023 · 3 comments
Open
2 tasks done

Rails getting started page uses inexisting gem #94

kamaradclimber opened this issue Oct 1, 2023 · 3 comments
Labels
Bug Something isn't working as expected

Comments

@kamaradclimber
Copy link

kamaradclimber commented Oct 1, 2023

Before You Begin

  • I have cleared the cache of my browser.
  • 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 kamaradclimber added the Bug Something isn't working as expected label Oct 1, 2023
@Chew
Copy link

Chew commented Oct 11, 2023

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

Curious to see why.

@Templarian
Copy link
Collaborator

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
Copy link

Chew commented Oct 13, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

3 participants