From dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 26 Jul 2010 00:01:23 +0200 Subject: APIs for individual components are no longer published --- Rakefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 4d9e80eb9d..4e56da5ab3 100644 --- a/Rakefile +++ b/Rakefile @@ -120,9 +120,6 @@ desc "Publish API docs for Rails as a whole and for each component" task :pdoc => :rdoc do require 'rake/contrib/sshpublisher' Rake::SshDirPublisher.new("rails@api.rubyonrails.org", "public_html/api", "doc/rdoc").upload - PROJECTS.each do |project| - system %(cd #{project} && #{$0} pdoc) - end end task :update_versions do -- cgit v1.2.3