On Sun, May 3, 2009 at 10:59 PM, urdabum <[email protected]> wrote: > > I asked the same question awhile back about the friend listing, and i > did a search in this group and this is what i got. > > In lovdbyless/app/views/friends/_list.html.erb change this line: > > list = profile.send(type).find(:all, :limit => size, :order => 'RANDOM > ()') rescue [] > > to this list = profile.send(type).find(:all, :limit => size, :order => > 'RAND()') rescue [] > > hope that help > --~--~---------~--~----~-----
This was fixed in the last comit: http://github.com/stevenbristol/lovd-by-less/commit/3af9e751b40fdd2e2212838c23dc6be6f4f163de cheers, steven bristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
