Skip to content

Commit dcb7832

Browse files
committed
APIs for individual components are no longer published
1 parent 06853cb commit dcb7832

File tree

5 files changed

+0
-27
lines changed

5 files changed

+0
-27
lines changed

Rakefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ desc "Publish API docs for Rails as a whole and for each component"
120120
task :pdoc => :rdoc do
121121
require 'rake/contrib/sshpublisher'
122122
Rake::SshDirPublisher.new("[email protected]", "public_html/api", "doc/rdoc").upload
123-
PROJECTS.each do |project|
124-
system %(cd #{project} && #{$0} pdoc)
125-
end
126123
end
127124

128125
task :update_versions do

actionmailer/Rakefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,3 @@ task :release => :package do
5050
Rake::Gemcutter::Tasks.new(spec).define
5151
Rake::Task['gem:push'].invoke
5252
end
53-
54-
desc "Publish the API documentation"
55-
task :pdoc => [:rdoc] do
56-
require 'rake/contrib/sshpublisher'
57-
Rake::SshDirPublisher.new("[email protected]", "public_html/am", "doc").upload
58-
end

activerecord/Rakefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,3 @@ task :release => :package do
224224
Rake::Gemcutter::Tasks.new(spec).define
225225
Rake::Task['gem:push'].invoke
226226
end
227-
228-
desc "Publish the API documentation"
229-
task :pdoc => [:rdoc] do
230-
require 'rake/contrib/sshpublisher'
231-
Rake::SshDirPublisher.new("[email protected]", "public_html/ar", "doc").upload
232-
end

activeresource/Rakefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,3 @@ task :release => :package do
8080
Rake::Gemcutter::Tasks.new(spec).define
8181
Rake::Task['gem:push'].invoke
8282
end
83-
84-
desc "Publish the API documentation"
85-
task :pdoc => [:rdoc] do
86-
require 'rake/contrib/sshpublisher'
87-
Rake::SshDirPublisher.new("[email protected]", "public_html/ar", "doc").upload
88-
end

activesupport/Rakefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,3 @@ task :release => :package do
4545
Rake::Gemcutter::Tasks.new(spec).define
4646
Rake::Task['gem:push'].invoke
4747
end
48-
49-
desc "Publish the API documentation"
50-
task :pdoc => [:rdoc] do
51-
require 'rake/contrib/sshpublisher'
52-
Rake::SshDirPublisher.new("[email protected]", "public_html/as", "doc").upload
53-
end

0 commit comments

Comments
 (0)