gramos / easy-fckeditor

Fork of Scott Rutherford's excellent fckeditor Rails plugin, with easy upload image plugin of Alfonso Martínez de Lizarrondo

This URL has Read+Write access

gramos (author)
Sat Apr 04 08:48:14 -0700 2009
commit  4182e6f0c8a8ed5ce98af2a08896f75bcbf6c0e0
tree    8c0b11223cb9aa4c71b18d86ee3556fde11a4042
parent  5ac612c624ecb6fe4d8b24e0cb87c800b1beb386
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