aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-04-30 03:52:06 +0200
committerXavier Noria <fxn@hashref.com>2011-04-30 03:53:24 +0200
commitb2aacc346c8e975cd9ab8c1b0a6b90adbb98debc (patch)
tree1e14391ca798fd1f1cbd43a0a42f2639b28bcd23 /railties/Rakefile
parent7ee5f2eee514f5e9fb53753b830e0caf3dafc2aa (diff)
downloadrails-b2aacc346c8e975cd9ab8c1b0a6b90adbb98debc.tar.gz
rails-b2aacc346c8e975cd9ab8c1b0a6b90adbb98debc.tar.bz2
rails-b2aacc346c8e975cd9ab8c1b0a6b90adbb98debc.zip
Prototype and Scriptaculous are no longer vendored, but provided by prototype-rails from now on, also the -j option of the application generator is removed
Diffstat (limited to 'railties/Rakefile')
-rwxr-xr-xrailties/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 8ef4f4b53d..1affa6dd39 100755
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -46,7 +46,6 @@ task :generate_guides do
end
task :update_ujs do
- system "curl https://github.com/rails/prototype-ujs/raw/master/src/rails.js > lib/rails/generators/rails/app/templates/vendor/assets/javascripts/prototype_ujs.js"
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