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
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)