SaaSHub helps you find the best software and product alternatives Learn more →
Guard Alternatives
Similar projects and alternatives to Guard
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Joplin
Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
-
-
logseq
A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.
-
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
-
-
-
intellij-plugins
Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform
-
-
-
-
-
rocq
The Rocq Prover is an interactive theorem prover, or proof assistant. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.
-
-
EdenSCM
Discontinued A Scalable, User-Friendly Source Control System. [Moved to: https://github.com/facebook/sapling]
-
-
-
-
Gollum
A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.
Guard discussion
Guard reviews and mentions
-
The Fastest Way to Run Mastodon Tests
Guard is a Ruby gem that can be used to run test cases automatically when source files change. For example, with guard-minitestand a simple Guardfile, you can run tests as the files are modified.
-
Thinking in learn Ruby
Text and file processing. Everything from parsing log files and generating reports, to watching folders with the Guard library and doing things with the files.
-
Ask HN: What developer tools would you like to see?
Perhaps using guard you can automate that https://github.com/guard/guard
-
Unit tests run - Should it be included as a pre-push githook?
It seems like where you are, devs are pushing code that fails in the CI/CD pipeline, which means, if your test suite isn't flakey, they aren't running tests locally. I had this problem too. I work on a rails monorepo, so I use the guard gem to automatically run certain tests when certain files are changed. There should be an analagous tool in whatever language/framework env(s) you're working in.
-
Poor man's file watcher
You should definitely use something more polished like Guard but you could also experiment with a "simpler" approach.
-
What tools are people using for auto testing?
Check out https://github.com/guard/guard and https://github.com/guard/guard-rspec (if you're using rspec)
-
Watchdog/Guarddog for sending build notifications on ruby development?
Probably https://github.com/guard/guard
-
How to Setup Tailwind JIT in Rails 6 with Live Reload [2021]
Installation guide for guard
-
Test Commit Revert in Rails using Guard
Now, consider this a mea culpa, as I know there are many ways this could go wrong. The guard documentation was also kind enough to warn me as such. This is, for better or for worse, my first attempt at building out a way to TCR in Rails. I’m excited to be able to follow up as I spend more time with my monstrous guardfile and this workflow so I can let you know how it goes.
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jun 2026
Stats
guard/guard is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Guard is Ruby.