Okay, found my mistake. config.bin_path was not set ... >From the console, no problem as "indexer" was in my PATH, but from passenger :-(
Hope this will help other with the same problem On Mar 10, 3:02 pm, Julien Palmas <[email protected]> wrote: > Hi, > > I have a strange behaviour with delta index. > > when I create a new model in the script/console, the new model appears > in my #index action. > when I create a new model with the web form and the #create action, > the delta does not work, and I don't see the new model in #index. > > What I am missing here ? > All that #create does is Model.new(:attr => val).save --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
