We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92022a5 commit ba52e49Copy full SHA for ba52e49
Guardfile
@@ -1,3 +1,7 @@
1
+# This is the Guardfile for the 7th edition of the Rails Tutorial.
2
+# For the 6th edition, see here:
3
+# https://github.com/learnenough/sample_app_6th_ed/blob/main/Guardfile
4
+
5
require "active_support/inflector"
6
# Defines the matching rules for Guard.
7
guard :minitest, all_on_start: false do
0 commit comments