Skip to content

Instantly share code, notes, and snippets.

View bastianwegge's full-sized avatar

Bastian Wegge bastianwegge

  • Crossbow
  • Germany, Münster
  • 16:39 (UTC +02:00)
View GitHub Profile

Pry Cheat Sheet

Command Line

  • pry -r ./config/app_init_file.rb - load your app into a pry session (look at the file loaded by config.ru)
  • pry -r ./config/environment.rb - load your rails into a pry session

Debugger