aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-05-01 23:34:26 +0200
committerXavier Noria <fxn@hashref.com>2011-05-04 10:33:53 +0200
commit5d2cdb190ad4eb35ab78180b2fd2e72a3d7a61f7 (patch)
tree545e0d387893e51ca02854c8d7e4807098c06489 /railties/Rakefile
parent33567d1d7b98bdcc5d173ea1a355d936329bec4d (diff)
downloadrails-5d2cdb190ad4eb35ab78180b2fd2e72a3d7a61f7.tar.gz
rails-5d2cdb190ad4eb35ab78180b2fd2e72a3d7a61f7.tar.bz2
rails-5d2cdb190ad4eb35ab78180b2fd2e72a3d7a61f7.zip
removes the :update_ujs task in railties
Diffstat (limited to 'railties/Rakefile')
-rwxr-xr-xrailties/Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 1affa6dd39..827b2ba0cd 100755
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -45,10 +45,6 @@ task :generate_guides do
ruby "guides/rails_guides.rb"
end
-task :update_ujs do
- system "curl https://github.com/rails/jquery-ujs/raw/master/src/rails.js > lib/rails/generators/rails/app/templates/vendor/assets/javascripts/jquery_ujs.js"
-end
-
# Validate guides -------------------------------------------------------------------------
desc 'Validate guides, use ONLY=foo to process just "foo.html"'
task :validate_guides do