public
Description: Plugin for running Ruby in the browser seamlessly from Rails, and display either HTML or vector graphics
Homepage: http://jimmy.schementi.com/silverline
Clone URL: git://github.com/jschementi/silverline.git
commit  4306bb9d461352b86843a14dc324346ff6461595
tree    e929945f4d06c09c691c6de709a7117d6d7b73f6
parent  196ece5ec28fd080f395a80d724bcd8dc483cff3
silverline / uninstall.rb
100755 6 lines (5 sloc) 0.171 kb
1
2
3
4
5
6
# Uninstall hook code here
require 'ftools'
require 'silverline'
 
FileUtils.rm_r "#{RAILS_ROOT}/public/ironruby"
FileUtils.rm "#{RAILS_ROOT}/public/clientaccesspolicy.xml"