DEV Community

donnellycarroll
donnellycarroll

Posted on

Week 1

Things that would be nice to remember:

Change all instance ctrl + F2

Route Helper Methods:
At the bash prompt, run "rails routes"
or navigate to "/rails/info/routes" in live app

methods "live" in controllers

Git Commit - “commit” = “snapshot”. “Branch” = “version”.
Git commit shortcuts:

% git add -A
% git commit -m "added bootstrap navbar"
% git push
Enter fullscreen mode Exit fullscreen mode

align code
Ctrl+Shift+P (on Windows)
Type “Format Document” = Shift+Alt+F

div with class container shortcut:
whatever element you want . whatever class you want
"div.container" tab to "emmet abbreviation"

to comment out a block of code:
Ctrl + /

Jump To File keyboard shortcut
Windows: ctrl+p

Top comments (0)

Image of Checkly

Incident Management 101: What Devs Need to Know in 2025

  • Detect issues before your users do
  • Use synthetic checks for proactive coverage
  • Automate root cause workflows
  • Communicate incidents clearly to your team
  • Learn how to triage, escalate, and resolve faster

Watch session

👋 Kindness is contagious

Please show some love ❤️ or share a kind word in the comments if you found this useful!

Got it!