Skip to content

Instantly share code, notes, and snippets.

@intrip
Created July 5, 2017 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intrip/665368ab5fa931c45923406ed80641e8 to your computer and use it in GitHub Desktop.
Save intrip/665368ab5fa931c45923406ed80641e8 to your computer and use it in GitHub Desktop.
rails sort deprecation warnings uniq
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