lib/alchemy/capistrano.rb in alchemy_cms-2.1.6 vs lib/alchemy/capistrano.rb in alchemy_cms-2.1.7

- old
+ new

@@ -1,9 +1,6 @@ # This recipe contains Capistrano recipes for handling the uploads, ferret index and picture cache files while deploying your application. # It also contains a ferret:rebuild_index task to rebuild the index after deploying your application. -require "rails" -require "alchemy/mount_point" - Capistrano::Configuration.instance(:must_exist).load do after "deploy:setup", "alchemy:shared_folders:create" after "deploy:finalize_update", "alchemy:shared_folders:symlink" before "deploy:start", "alchemy:db:seed"