#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
How do you make sure that RuboCop rules configured in your project are followed by all your team members and code with issues are not pushed to Git...
RuboCop is a static code analyzer which analyzes the code based on the best practices followed by the Ruby developers around the world and defined on...
At Truemark, we are constantly looking to improve the code quality in our projects. And one way to do that is through the regular code review process....
I spent a whole day configuring Rubocop in one of our Rails project. I am here to save your day's worth of time. Rubocop is a linter for Ruby and...
Rubocop is the best way to enforce best practices in our rails project. While working on the project with rubocop enabled, it's normal to stumble upon...
This is the first part of a 2 series tutorial to setup action mailbox with postfix. In this part, we will implement action mailbox with postfix and...