Use Private Debugging Aliases
18-Nov-2022 981
In one of my previous posts, I described a way to improve your productivity by using Rails console aliases. The downside of the described approach is that the .irbrc file is usually committed to the repository.If you’re working in a larger team, it might be challenging to agree on a definitive list of aliases that everyone finds useful. So instead of starting code review battles on which aliases are worth committing to the shared repo, you can keep your private aliases collection.
Use Private Debugging Aliases #ruby #rubydeveloper #rubyonrails #Private #Debugging #Aliases https://rubyonrails.ba/link/use-private-debugging-aliases