Gems for Developer – Not gifted? Know your tools! – Pry-byebug



Gems for Developer – Not gifted? Know your tools! – Pry-byebug

0 0


happy_gem_on_rails_prez

Little prez with reveal.js

On Github Yoshyn / happy_gem_on_rails_prez

Gems for Developer

Not gifted? Know your tools!

Created by Sylvestre Antoine

Pry-byebug

Pry-byebug is a mix beetween 2 tools :

  • A debugger for Ruby 2.
  • An alternative to IRB.

Let's see more

Better-errors & Binding_of_caller

This two gems let you :

  • Replace the standard Rails Error Pages.
  • Get variable inspection.

Let's see more

Bullet

Kill N+1 queries and unused eager loading.

Let's see more

Rack-mini-profiler

Displays speed badge for every html page.

Let's see more

Rubocop

Static ruby code analyzer.

For people who can't use CodeClimate

Let's see more

Why these tools?

  • Standardize the code
  • Make efficiant code
  • Be quick to fix bugs

Why not other tools?

  • Time
  • Motivation
  • Your turn

Comments?