Created
July 5, 2017 08:24
-
-
Save intrip/665368ab5fa931c45923406ed80641e8 to your computer and use it in GitHub Desktop.
rails sort deprecation warnings uniq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ag 'DEPRECATION' log/development.log | awk -F 'DEPRECATION WARNING' '{print $2}' | sort -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment