Skip to content

Instantly share code, notes, and snippets.

@molpe
Created June 6, 2009 07:30
Show Gist options
  • Save molpe/124749 to your computer and use it in GitHub Desktop.
Save molpe/124749 to your computer and use it in GitHub Desktop.
plugin 'acts_as_tree', :git => "git://github.com/rails/acts_as_tree.git"
plugin 'fckeditor', :git => "git://github.com/molpe/fckeditor.git"
#plugin 'acts_as_state_machine', :svn => "http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk"
#plugin 'acts_as_taggable_on_steroids', :git => "git://github.com/jviney/acts_as_taggable_on_steroids.git"
#generate "acts_as_taggable_migration"
plugin 'tog_vault', :git => "git://github.com/cauta/tog_vault.git"
route "map.routes_from_plugin 'tog_vault'"
file "db/migrate/" + Time.now.strftime("%Y%m%d%H%M%S") + "_install_tog_vault.rb",
%q{class InstallTogVault < ActiveRecord::Migration
def self.up
migrate_plugin "tog_vault", 3
end
def self.down
migrate_plugin "tog_vault", 0
end
end
}
rake "db:migrate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment