Skip to content

Instantly share code, notes, and snippets.

@ginpei
Created May 19, 2015 01:07
Show Gist options
  • Select an option

  • Save ginpei/5d75a3d77ee6cb77d4c9 to your computer and use it in GitHub Desktop.

Select an option

Save ginpei/5d75a3d77ee6cb77d4c9 to your computer and use it in GitHub Desktop.
Railsのスクリプト実行時、Gemのコードを省いてコールスタックを見やすくする
$ RAILS_ENV=test rake db:migrate 2>&1 /dev/null | grep -v "\\.gem"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment