public
Description: Adds a handy toolbar to any Textile-enabled text area.
Homepage: http://terralien.com/projects/textile-toolbar/
Clone URL: git://github.com/pelargir/textile_toolbar.git
Click here to lend your support to: textile_toolbar and make a donation at www.pledgie.com !
Matthew (author)
Sat Aug 22 06:16:47 -0700 2009
commit  d3fd0930a1909a6e6dde2f8e39192d75954ac880
tree    794e5543b0474bfc508c5daf48a9d699bd43161c
parent  359a18afb991b4469f0c1e4580d69973c0711db8
textile_toolbar / install.rb
100644 20 lines (17 sloc) 0.772 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by the asset_copier plugin
# http://github.com/pelargir/asset_copier
 
require 'rake'
 
begin
  puts "============================================================="
  puts "Attempting to install required files into your application..."
  puts "============================================================="
  RAKE_FILE = File.expand_path(File.join(File.dirname(__FILE__), 'tasks', 'asset_copier.rake'))
  load RAKE_FILE
  
  Rake::Task['textile_toolbar:install'].invoke
  puts "=========================================================="
  puts "Success!"
  puts "=========================================================="
rescue Exception => ex
  puts "FAILED TO INSTALL REQUIRED FILES. PLEASE RUN rake textile_toolbar:install."
  puts "EXCEPTION: #{ex}"
end