Compare projects
Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.
0.0
DeprecateSoft is a lightweight Ruby gem that lets you gracefully deprecate methods
in your codebase without breaking functionality. It wraps existing instance or
class methods and lets you plug in custom before/after hooks for tracking usage
via logging, Redis, DataDog, or any other observability tools.
Once you verify in your tracking that a method is no longer called,
you can remove it safely from your code base.
This is especially useful in large codebases where you want to safely remove
legacy methods, but first need insight into whether and where they're still
being called.
Hooks are configured once globally and apply project-wide. Fully compatible
with Rails or plain Ruby applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity