diff options
author | Xavier Noria <fxn@hashref.com> | 2010-07-26 00:01:23 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-07-26 00:05:14 +0200 |
commit | dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d (patch) | |
tree | 4eb11ad0de7a580b05160faab88cd84348a7ca1b /Rakefile | |
parent | 06853cb0a9ff77c67ec30e70b4007c4f9d11838b (diff) | |
download | rails-dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d.tar.gz rails-dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d.tar.bz2 rails-dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d.zip |
APIs for individual components are no longer published
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |