The first question is about ultrasphinx and its daemon. I have done
what README.rdoc says doing:
$ rake db:sample_data:reload
$ rake ultrasphinx:configure
$ rake ultrasphinx:index
$ rake ultrasphinx:daemon:start
The daemon is running.
$ cat log/searchd.log
[Thu Aug 7 12:50:47.363 2008] [ 9773] creating server socket on 0.0.0.0:3312
[Thu Aug 7 12:50:47.363 2008] [ 9773] accepting connections
I have created a new user, but when I search for it, it doesn't
uppear. When does the reindex process restart? I have been watching
the ultrasphinx/default.base but I don't know what the parameter is
for change it. Or must I do manually when I want the reindex or create
a cron for it? (I'm in develompent env)
I began to change some aspect of Insoshi, and the first thing I have
changed is the "connect_to_admin" when a new person is created. I
don't want my admin has a lot of contacts, so I decided to comment
that.
The question is why are 3 spec's refering to it? The errors appears on
lines 82, 94 and 137 on spec/models/person_spec.rb I think that
"connect to admin" should be an option in the preferences panel, what
do you think? Maybe you have discussed it before.
Thanks for reading!