aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:36:25 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:36:25 +0000
commitb53f94d2bf7c04fb427344d6f7345f03b8b174e8 (patch)
tree429eca82b345e528decf0ad31211c4b588b6289b /railties
parent99fca6330d510ca83ca5abf6cd5812d518634129 (diff)
downloadrails-b53f94d2bf7c04fb427344d6f7345f03b8b174e8.tar.gz
rails-b53f94d2bf7c04fb427344d6f7345f03b8b174e8.tar.bz2
rails-b53f94d2bf7c04fb427344d6f7345f03b8b174e8.zip
Include Action Web Service and Active Support in the documentation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@797 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rwxr-xr-xrailties/fresh_rakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/railties/fresh_rakefile b/railties/fresh_rakefile
index 9dd1181bed..362708a589 100755
--- a/railties/fresh_rakefile
+++ b/railties/fresh_rakefile
@@ -75,7 +75,6 @@ Rake::RDocTask.new("apidoc") { |rdoc|
rdoc.options << '--line-numbers --inline-source'
rdoc.rdoc_files.include('README')
rdoc.rdoc_files.include('CHANGELOG')
- rdoc.rdoc_files.include('vendor/railties/lib/breakpoint.rb')
rdoc.rdoc_files.include('vendor/railties/CHANGELOG')
rdoc.rdoc_files.include('vendor/railties/MIT-LICENSE')
rdoc.rdoc_files.include('vendor/activerecord/README')
@@ -89,6 +88,11 @@ Rake::RDocTask.new("apidoc") { |rdoc|
rdoc.rdoc_files.include('vendor/actionmailer/README')
rdoc.rdoc_files.include('vendor/actionmailer/CHANGELOG')
rdoc.rdoc_files.include('vendor/actionmailer/lib/action_mailer/base.rb')
+ rdoc.rdoc_files.include('vendor/actionwebservice/README')
+ rdoc.rdoc_files.include('vendor/actionwebservice/ChangeLog')
+ rdoc.rdoc_files.include('vendor/actionwebservice/lib/action_web_service/**/*.rb')
+ rdoc.rdoc_files.include('vendor/activesupport/README')
+ rdoc.rdoc_files.include('vendor/activesupport/lib/active_support/**/*.rb')
}
desc "Report code statistics (KLOCs, etc) from the application"