diff options
author | Xavier Noria <fxn@hashref.com> | 2009-03-22 11:11:10 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-03-22 11:11:10 +0100 |
commit | 1ff3ae3ed7eb04268ffc880d1c39ad7957a9a7f7 (patch) | |
tree | bae41c2bb1b2d3f202aa60945816da6764b86e6f /railties/Rakefile | |
parent | dab7813ebc6c9624d20a95ab7e78066d5f5238fd (diff) | |
download | rails-1ff3ae3ed7eb04268ffc880d1c39ad7957a9a7f7.tar.gz rails-1ff3ae3ed7eb04268ffc880d1c39ad7957a9a7f7.tar.bz2 rails-1ff3ae3ed7eb04268ffc880d1c39ad7957a9a7f7.zip |
ensure authors get warnings about broken links, and ensure end users don't
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 6c0fc22629..a9adbda0b5 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -247,6 +247,7 @@ end desc 'Generate guides (for authors), use ONLY=foo to process just "foo.textile"' task :guides do + ENV["WARN_BROKEN_LINKS"] = "1" # authors can't disable this ruby "guides/rails_guides.rb" end |