aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rwxr-xr-xrailties/Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 26fa0bf6a5..827b2ba0cd 100755
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -45,11 +45,6 @@ task :generate_guides do
ruby "guides/rails_guides.rb"
end
-task :update_ujs do
- system "curl https://github.com/rails/prototype-ujs/raw/master/src/rails.js > lib/rails/generators/rails/app/templates/public/javascripts/prototype_ujs.js"
- system "curl https://github.com/rails/jquery-ujs/raw/master/src/rails.js > lib/rails/generators/rails/app/templates/public/javascripts/jquery_ujs.js"
-end
-
# Validate guides -------------------------------------------------------------------------
desc 'Validate guides, use ONLY=foo to process just "foo.html"'
task :validate_guides do