Rails Quick Tip - Use Private Debugging Aliases
https://pawelurbanek.com/rails-debug-aliases
I don’t like to type much. Even minor improvements in your debugging workflow are likely to accumulate into huge keystrokes savings over time. In this blog post, I’ll describe a simple way to add debugging shortcuts to the project without modifying the codebase shared with other team members.
Post a comment