Is rails application slower if it has 'require ruby-debug' in config/environment.rb?
Does h开发者_如何转开发aving 'require ruby-debug' in config/environment.rb slows down a rails application?
It should include an extra overhead in the class hierarchy. You should only use it in development (and maybe test?) mode, not in production.
精彩评论