Skip to content

Instantly share code, notes, and snippets.

View JuanequeX's full-sized avatar
🪐
Working from home

Juan Aguilar JuanequeX

🪐
Working from home
View GitHub Profile
@lfender6445
lfender6445 / gist:9919357
Last active November 7, 2024 08:35
Pry Cheat Sheet

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