Will do. As with the Rails 2.1 upgrade, much of the complexity has come from adding Sphinx to a working app, rather than starting from scratch. I've found that tasks like this often have n >> 1 steps, n - k of which go off without a hitch. The trouble is, even though k << n, those k troublesome items can take more time than the rest of the steps combined. Of course, sometimes you get lucky, and k = 0, but (alas) that has not been the case here.
Michael On Thu, Jul 10, 2008 at 9:43 AM, Carl Youngblood <[EMAIL PROTECTED]> wrote: > > Please share your experiences Michael. Sphinx was a fairly > straightforward setup last time I used it. > > On Jul 8, 6:11 pm, "Michael Hartl" <[EMAIL PROTECTED]> wrote: >> I just wanted to let you all know that, having finished the >> unexpectedly early detour down Rails 2.1 lane, I've turned my >> attention to getting Sphinx working for search. I'm usually pretty >> pessimistic about these sorts of things---"Nothing ever works" is my >> usual mantra---but Sphinx has been even more annoying than I had >> feared. I'll post a full post mortem on the blog once I'm done. Till >> then... >> >> Michael >> >> -- >> Michael Hartl >> Insoshi social softwarehttp://insoshi.com/ > > > -- Michael Hartl Insoshi social software http://insoshi.com/ --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
