Redirect /gems/magiclink to /gems/magic-link #2976
bradgessler
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Sounds good, we do already render something special for blacklisted gems here. rubygems.org/app/controllers/rubygems_controller.rb Lines 22 to 25 in 47ddef4 Gem typo is checked here in pusher. rubygems.org/app/models/rubygem.rb Lines 372 to 377 in 47ddef4 It should be possible to update GemTypo model to return which already existing Would you mind to contribute? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently went to publish a gem that I thought was free and available, but got this error:
When I view that webpage, it looks like its fair game:
I spent 20-30 min renaming the gem from something else to
magiclink
. That's fine, but what pains me is to think about the number of other people that will try this for 20-30 min, push, and get rejected.To prevent this from happening (and saving lots of dev time) I propose that urls like
https://rubygems.org/gems/magiclink
get redirects tohttps://rubygems.org/gems/magic-link
or some message is displayed informing the dev that they can't have that gem name.Beta Was this translation helpful? Give feedback.
All reactions