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 / init.rb
100644 8 lines (7 sloc) 0.21 kb
1
2
3
4
5
6
7
8
require 'textile_toolbar'
require 'textile_toolbar/asset_copier'
 
if RAILS_ENV == "development"
  TextileToolbar::AssetCopier.copy "textile_toolbar"
else
  TextileToolbar::AssetCopier.warn "textile_toolbar"
end