Mar 17, 2008
Generic-user-small Alice 1 post

Topic: Advanced Rails Recipes / Recipe 26 (Sphinx) Problem

Also a commenta bout the Sphinx recipe.

The @documents = @search.results assignment isn’t necessary. @search is enumerable and if you .run it you can then just use it directly in the for/in comprehension.

1 post