GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: that is plugin extracted from open_flash_chart_2 project
Clone URL: git://github.com/korin/open_flash_chart_2_plugin.git
open_flash_chart_2_plugin / uninstall.rb
100755 5 lines (4 sloc) 0.19 kb
1
2
3
4
5
puts "Removing files from public directory:"
FileUtils.rm "#{RAILS_ROOT}/public/javascripts/swfobject.js"
FileUtils.rm "#{RAILS_ROOT}/public/open-flash-chart.swf"
puts "Plugin uninstalled."