public
Description: Fork of Scott Rutherford's excellent fckeditor Rails plugin, with easy upload image plugin of Alfonso Martínez de Lizarrondo
Homepage:
Clone URL: git://github.com/gramos/easy-fckeditor.git
Click here to lend your support to: easy-fckeditor and make a donation at www.pledgie.com !
rgo (author)
Wed Jun 24 15:27:18 -0700 2009
commit  9e9f30b6dd66fb7c1dab8794ef4135475f798ad3
tree    362ae82126c38ab4d336ac2dab8ab12a27ecbe2a
parent  4182e6f0c8a8ed5ce98af2a08896f75bcbf6c0e0
easy-fckeditor / uninstall.rb
100644 9 lines (6 sloc) 0.31 kb
1
2
3
4
5
6
7
8
9
directory = File.join(RAILS_ROOT, '/vendor/plugins/easy-fckeditor/')
require "#{directory}lib/fckeditor_file_utils"
require "#{directory}lib/fckeditor_version"
require "#{directory}lib/fckeditor"
 
puts "** Uninstalling Easy FCKEditor Plugin version #{FckeditorVersion.current}...."
 
FckeditorFileUtils.destroy