aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/Rakefile')
-rwxr-xr-xactionpack/Rakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 2714ea7e80..386a66ddb3 100755
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -104,6 +104,14 @@ task :lines do
puts "Total: Lines #{total_lines}, LOC #{total_codelines}"
end
+# Publishing ------------------------------------------------------
+
+task :update_scriptaculous do
+ system("svn export --force http://dev.rubyonrails.org/svn/rails/spinoffs/scriptaculous/src/ #{File.dirname(__FILE__)}/lib/action_view/helpers/javascripts/")
+end
+
+desc "Updates actionpack to the latest version of the javascript spinoffs"
+task :update_js => [:update_scriptaculous]
# Publishing ------------------------------------------------------