Created
May 19, 2015 01:07
-
-
Save ginpei/5d75a3d77ee6cb77d4c9 to your computer and use it in GitHub Desktop.
Railsのスクリプト実行時、Gemのコードを省いてコールスタックを見やすくする
This file contains hidden or 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
| $ 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