I thought I could sidestep this issue by resorting to will_paginate, but it seems that that module -- 3.0.0 agnostic -- has problems with dm 0.10.1. (Queries on associated classes creates bad SQL.)
In Gemfile, I appended gem "merb-pagination", "0.0.1" gem "dm-is-paginated", "0.0.1" and ran gem bundle with no problems. In my class, I added is_paginated When I execute bin/merb, I see the error undefined local variable or method `is_paginated` for Post:Class - (NameError) Ideas? TIA --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
