From 7fb8a7e57c21dec19b2125650be87ab632c5a186 Mon Sep 17 00:00:00 2001 From: Jade Misenas Date: Wed, 29 Jul 2015 20:00:58 -0400 Subject: Fix WARNINGS flag inside guides/Rakefile --- guides/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/Rakefile b/guides/Rakefile index 3c2099ac02..00577377d7 100644 --- a/guides/Rakefile +++ b/guides/Rakefile @@ -7,7 +7,7 @@ namespace :guides do desc "Generate HTML guides" task :html do - ENV["WARN_BROKEN_LINKS"] = "1" # authors can't disable this + ENV["WARNINGS"] = "1" # authors can't disable this ruby "rails_guides.rb" end -- cgit v1.2.3