Nice work Stefan. While working on the integration tests I noticed the same issue and I actually used a very similar workaround :). I should have created a Github issue. So let's do it now:
https://github.com/Hobo/hobo/issues/55 If we can't fix it easily, at least we should update the docs to tell people that the automatic scopes when using sortable-collection do not work any more. Warm regards, Ignacio El 30/12/13 14:30, Stefan Haslinger escribió: > One more update: > > This can create ambiguities, it should be > default_scope order('table_name.column_name ASC') > so in my case it's > default_scope order('properties.position ASC') > > Pheew! > Stefan > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/groups/opt_out. -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 645 70 77 35 Email realizado con software libre -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
