blog.zeroconfigrails.comSetup RSpec Tests in Rails with Gitlab CIAt Zero Config Rails, I (Prabin) am constantly working on automating configurations and boring setups like “Setup RSpec Tests in Rails with Gitlab CI”. CI integrations helps in improving the code quality in projects. It can help in automating code re...Oct 5, 2024·12 min read
blog.zeroconfigrails.comConfigure Minitest with Gitlab CI and RailsAt Zero Config Rails, I (Prabin) am constantly working on automating configurations and boring setups like “Configure Minitest with Gitlab CI”. 💡 You can configure the Gitlab CI for Minitest with a single command using Zero Config Rails. Just hit t...Sep 26, 2024·11 min read
blog.prabinpoudel.com.npRun RuboCop on git commit with Overcommit GemHow 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 repository? Answer is using Overcommit gem with git hooks. Git hooks are one of the most popular way t...Aug 26, 2021·6 min read
blog.prabinpoudel.com.npBeginner's Guide to RuboCop in RailsRuboCop 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 the community Ruby style guide. Apart from analyzing the code, it also provides us the feature of au...Aug 18, 2021·10 min read
blog.prabinpoudel.com.npIntegrate Pronto with Gitlab CI for Rails AppAt 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. Code review process can quickly get exhausting if team members have to spend majority of their time...May 29, 2021·6 min read