Skip to content

Commit

Permalink
Additional ferret cleanup part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
long authored and mhartl committed Jul 16, 2008
1 parent e80b895 commit c59953a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/tasks/demo_data.rake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ namespace :db do
desc "Remove demo data"
task :remove => :environment do |t|
Rake::Task["db:migrate:reset"].invoke
# Blow away the Ferret index.
system("rm -rf index/")
# Remove images to avoid accumulation.
system("rm -rf public/photos")
end
Expand Down
2 changes: 0 additions & 2 deletions lib/tasks/sample_data.rake
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ namespace :db do
desc "Remove sample data"
task :remove => :environment do |t|
system("rake db:migrate VERSION=0")
# Blow away the Ferret index.
system("rm -rf index/")
# Remove images to avoid accumulation.
system("rm -rf public/photos")
end
Expand Down

0 comments on commit c59953a

Please sign in to comment.