From 9e36dd4e1c2c96cbf7ff512ffd948ceeb92ccd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 3 Jul 2009 17:58:37 +0200 Subject: Remove update_js from Rakefile and the uneeded railsgen. --- railties/Rakefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'railties/Rakefile') 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" -- cgit v1.2.3