aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/framework.rake
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-10-05 11:16:24 -0500
committerJoshua Peek <josh@joshpeek.com>2009-10-05 11:16:24 -0500
commit570f055c44a0b6da973f63689f8fedbef9fe32d3 (patch)
tree72d59dbe672653fefcdabda37c24bcb5b80b2b98 /railties/lib/rails/tasks/framework.rake
parent20d6938453f439531a13e2ef1fd0905edf56294c (diff)
downloadrails-570f055c44a0b6da973f63689f8fedbef9fe32d3.tar.gz
rails-570f055c44a0b6da973f63689f8fedbef9fe32d3.tar.bz2
rails-570f055c44a0b6da973f63689f8fedbef9fe32d3.zip
Yank FCGI Handler from core
http://github.com/rails/fcgi_handler
Diffstat (limited to 'railties/lib/rails/tasks/framework.rake')
-rw-r--r--railties/lib/rails/tasks/framework.rake5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/lib/rails/tasks/framework.rake b/railties/lib/rails/tasks/framework.rake
index 17e16f26fd..16dd0af44e 100644
--- a/railties/lib/rails/tasks/framework.rake
+++ b/railties/lib/rails/tasks/framework.rake
@@ -110,11 +110,6 @@ namespace :rails do
invoke_from_app_generator :create_prototype_files
end
- desc "Generate dispatcher files in RAILS_ROOT/public"
- task :generate_dispatchers do
- invoke_from_app_generator :create_dispatch_files
- end
-
desc "Add new scripts to the application script/ directory"
task :scripts do
invoke_from_app_generator :create_script_files