File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -88,23 +88,4 @@ task :lines do
88
88
end
89
89
90
90
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
110
91
end
You can’t perform that action at this time.
0 commit comments