From fa1e3b2f46d4f70faf953533dd032aa950452908 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 29 Aug 2011 15:47:56 -0700 Subject: [PATCH] let SDoc add a link to the source code in GitHub for each method --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index b43099c541..61cf57bb46 100755 --- a/Rakefile +++ b/Rakefile @@ -90,6 +90,7 @@ RDoc::Task.new do |rdoc| rdoc.options << '-f' << 'sdoc' rdoc.options << '-T' << 'rails' rdoc.options << '-c' << 'utf-8' + rdoc.options << '-g' # SDoc flag, link methods to GitHub rdoc.options << '-m' << RDOC_MAIN rdoc.rdoc_files.include('railties/CHANGELOG')