Skip to content

Commit d61dbce

Browse files
rizwanrezajosevalim
authored andcommitted
Take out stale tasks from Actionpack's Rakefile [rails#4619 state:resolved]
Signed-off-by: José Valim <[email protected]>
1 parent 6c69221 commit d61dbce

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

actionpack/Rakefile

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -88,23 +88,4 @@ task :lines do
8888
end
8989

9090
puts "Total: Lines #{total_lines}, LOC #{total_codelines}"
91-
end
92-
93-
# Publishing ------------------------------------------------------
94-
95-
task :update_scriptaculous do
96-
for js in %w( controls dragdrop effects )
97-
system("svn export --force http://dev.rubyonrails.org/svn/rails/spinoffs/scriptaculous/src/#{js}.js #{File.dirname(__FILE__)}/lib/action_view/helpers/javascripts/#{js}.js")
98-
end
99-
end
100-
101-
desc "Updates actionpack to the latest version of the javascript spinoffs"
102-
task :update_js => [ :update_scriptaculous ]
103-
104-
# Publishing ------------------------------------------------------
105-
106-
desc "Publish the API documentation"
107-
task :pdoc => [:rdoc] do
108-
require 'rake/contrib/sshpublisher'
109-
Rake::SshDirPublisher.new("wrath.rubyonrails.org", "public_html/ap", "doc").upload
11091
end

0 commit comments

Comments
 (0)