Skip to content

Commit

Permalink
found a few more sphinx references and removed them
Browse files Browse the repository at this point in the history
  • Loading branch information
pleary committed Apr 27, 2015
1 parent a59755b commit 883dd5f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Expand Up @@ -13,16 +13,12 @@ config/s3.yml
config/newrelic.yml
config/secrets.yml
config/smtp.yml
config/sphinx.yml
config/thinking_sphinx.yml
config/settings.yml
config/tilestache.cfg
config/schedule.rb
coverage/
log/*
cache/
db/sphinx/
config/*.sphinx.conf
config/deploy.rb
config/deploy
*.DS_Store
Expand Down
1 change: 0 additions & 1 deletion Capfile
Expand Up @@ -9,7 +9,6 @@ require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'
require 'capistrano/passenger'
require 'whenever/capistrano'
require 'thinking_sphinx/capistrano'
require 'capistrano/delayed-job'

# Load custom tasks from `lib/capistrano/tasks' if you have any defined
Expand Down
2 changes: 1 addition & 1 deletion config/schedule.rb.example
Expand Up @@ -7,7 +7,7 @@
job_type :nice_rake, "cd :path && RAILS_ENV=:environment nice bundle exec rake :task --silent :output"

every 8.hours do
nice_rake "thinking_sphinx:index"
nice_rake "denormalize:windshaft"
end

every :day, :at => "04:00" do
Expand Down

0 comments on commit 883dd5f

Please sign in to comment.