Skip to content

Improve dev tooling

Benjamin Bock requested to merge improve_dev_tooling into master

Two big changes here, none is visible for the end user:

  • rails console will use pry now. Use binding.pry instead of byebug. You'll get nicer colors, multi line editing etc.
  • error pages look nicer, web console works better and you can directly open your system editor from the stack trace view.

Merge request reports