Skip to content

Commit

Permalink
Merge pull request nebulab#2 from nebulab/remove-better-errors
Browse files Browse the repository at this point in the history
Remove better errors gem, it's really slooooow
  • Loading branch information
mtylty authored Feb 23, 2017
2 parents 606c87d + 5804e02 commit 2dd4a8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ ready to use, the tools in this repo are:
* [**Awesome Print**][awesome_print] for stylish pretty print.
* [**Pry Doc**][pry-doc] to browse Ruby source, including C, directly from the
console.
* [**Better Errors**][better_errors] for better Rails error page.
* [**Letter Opener**][letter_opener] for preview email in the browser.
* [**Invoker**][invoker] for managing processes in development environment.
* [**Rubocop**][rubocop] for static code analyzer.
Expand Down Expand Up @@ -48,7 +47,6 @@ And then execute:
[pry-rails]: https://github.com/rweng/pry-rails
[pry-doc]: https://github.com/pry/pry-doc
[pry-byebug]: https://github.com/deivid-rodriguez/pry-byebug
[better_errors]: https://github.com/charliesome/better_errors
[letter_opener]: https://github.com/ryanb/letter_opener
[rubocop]: https://github.com/bbatsov/rubocop
[letter_opener_conf]: https://github.com/nebulab/dev_tools/blob/master/lib/dev_tools/railtie.rb#L20
Expand Down
2 changes: 0 additions & 2 deletions dev_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'pry-byebug'
spec.add_runtime_dependency 'pry-doc'
spec.add_runtime_dependency 'awesome_print'
spec.add_runtime_dependency 'better_errors'
spec.add_runtime_dependency 'binding_of_caller'
spec.add_runtime_dependency 'letter_opener'
spec.add_runtime_dependency 'dotenv-rails'
spec.add_runtime_dependency 'rubocop'
Expand Down
2 changes: 0 additions & 2 deletions lib/dev_tools/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
require 'awesome_print'

if Rails.env.development?
require 'better_errors'
require 'binding_of_caller'
require 'letter_opener'
end

Expand Down

0 comments on commit 2dd4a8f

Please sign in to comment.