Hello,

Just a comment on some issue I encountered with the deployment using
Capistrano: did everything essentially according to this:
http://airbladesoftware.com/notes/deploying-thinking-sphinx (Seems the
one on your site seems to be more suited to the Rails2-version with
the plugin-version?)

When trying to deploy with TS initially, rake aborted, claiming "Don't
know how to build task thinking_sphinx:configure". The problem was,
that this is run as part of ts:stop, before deploy:update_code, so the
updated Gemfile with the :require => :thinking_sphinx is not there yet
and thus the gem with the rake tasks is missing.

As a workaround, I disabled the sphinx-callbacks in my deploy.rb, ran
the deployment one time so the code got updated on the server, then
enabled sphinx and deployed again. It all works now. :-) Just figured
I should mention that somewhere. Is it really necessary to run the
configure task at this time? It seems it gets executed a couple of
times during a single deployment (I counted 3)

Anyway, thank you for this great stuff! I'm working on a personal blog/
note-taking/todo-list app (just for fun) and spent 2 horrible days
trying to get acts_as_ferret up in production mode. In the process, I
stumbled upon this, decided to give it a try and achieved all I wanted
in one single midnight-hacking-session.

Regards,

Joerg

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en.

Reply via email to