Last active
September 1, 2015 01:51
-
-
Save maripiyoko/69ebf35f68019fd16abb to your computer and use it in GitHub Desktop.
Railsのデバッグを助けるgems ref: http://qiita.com/mm36/items/b88c165a8be9b70c998f
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
| BetterErrors.editor = :macvim if defined? BetterErrors |
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
| http://localhost:3000/__better_errors |
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
| group :development do | |
| gem 'meta_request' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment