PPPrabin Poudelinblog.zeroconfigrails.com·Oct 5, 2024 · 12 min readSetup 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...00
PPPrabin Poudelinblog.zeroconfigrails.com·Sep 26, 2024 · 11 min readConfigure 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...00
PPPrabin Poudelinblog.prabinpoudel.com.np·Aug 26, 2021 · 6 min readRun 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...00
PPPrabin Poudelinblog.prabinpoudel.com.np·Aug 18, 2021 · 10 min readBeginner'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...00
PPPrabin Poudelinblog.prabinpoudel.com.np·May 29, 2021 · 6 min readIntegrate 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...00