moiristo / deep_cloneable

This gem gives every ActiveRecord::Base object the possibility to do a deep clone that includes user specified associations.
MIT License
785 stars 89 forks source link

GitHub is HTTPS by default #125

Closed amatsuda closed 3 years ago

amatsuda commented 4 years ago

This reduces unnecessary redirection from http://... to https://... when someone visits this gem's homepage via https://rubygems.org/gems/deep_cloneable or some tools or APIs that use the gem's metadata.

moiristo commented 3 years ago

👍 thanks!