Jeremy, Thanks, that did it.
OK, if I haven't tried your patience too much yet ... While I was trying to get this working, I realized that Ramaze itself has a paginate type function (looks like it may have been modeled on Sequel). Is there a reason to use one over the other? The Ramaze one works on arrays, so I'm doing something like @books = paginate(Book.select.order(:title).all). This seems to work fine for what I'm doing, but I don't always know all the facts. Thanks again, Scott On Mon, Jul 13, 2009 at 1:22 PM, Jeremy Evans <[email protected]>wrote: > > On Jul 13, 9:40 am, Scott LaBounty <[email protected]> wrote: > > Hmm... I put it right after my require Sequel and I get an "undefined > method > > 'extension' for Sequel:Module (NoMethodError)". Is there something else > I'm > > missing? I'm running Sequel 3.0.0, do I need to upgrade? > > Sequel.extension was added in 3.1.0. There have a lot of improvements > since 3.0.0, so I'd advise upgrading unless you read the release notes > and think that the changes required to your app (generally few or > none) are too extensive. > > Historically, Sequel has had very few regressions, so if you aren't > messing with private methods and nothing in the release notes > indicates that a feature you are using has changed in a backwards > incompatible way, upgrading to newer versions is pretty easy. > > Jeremy > > > > -- Scott http://steamcode.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
