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

easy-fckeditor / install.rb
100644 13 lines (8 sloc) 0.438 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
# Install hook code here
 
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 "** Installing Easy FCKEditor Plugin version #{FckeditorVersion.current}...."
 
FckeditorFileUtils.destroy_and_install
 
puts "** Successfully installed Easy FCKEditor Plugin version #{FckeditorVersion.current}"