aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-07-03 17:58:37 +0200
committerJosé Valim <jose.valim@gmail.com>2009-07-04 20:17:31 +0200
commit9e36dd4e1c2c96cbf7ff512ffd948ceeb92ccd29 (patch)
treed6a455687500dd813cd18b61c0817ba26253ab33 /railties/Rakefile
parent20e2140ce7cd6ece8769fb09a7e615e961446b02 (diff)
downloadrails-9e36dd4e1c2c96cbf7ff512ffd948ceeb92ccd29.tar.gz
rails-9e36dd4e1c2c96cbf7ff512ffd948ceeb92ccd29.tar.bz2
rails-9e36dd4e1c2c96cbf7ff512ffd948ceeb92ccd29.zip
Remove update_js from Rakefile and the uneeded railsgen.
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 830cdd6a80..81dddb22bc 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -70,15 +70,6 @@ end
# Update spinoffs -------------------------------------------------------------------
-desc "Updates railties to the latest version of the javascript spinoffs"
-task :update_js do
- for js in %w( prototype controls dragdrop effects )
- rm "lib/generators/rails/app/templates/public/javascripts/#{js}.js"
- cp "./../actionpack/lib/action_view/helpers/javascripts/#{js}.js",
- "lib/generators/rails/app/templates/public/javascripts"
- end
-end
-
desc "Updates application README to the latest version Railties README"
task :update_readme do
readme = "lib/generators/rails/app/templates/README"